apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.89k stars 1.01k forks source link

[Bug] flinkclousterid cannot be saved in yarn-session mode #1593

Closed xujiangfeng001 closed 2 years ago

xujiangfeng001 commented 2 years ago

Search before asking

What happened

When I submit a task to a yarn session, the following two problems will occur:

  1. The task status cannot be read normally.
  2. After the yarn session is restarted, the task of relative needs to be reconfigured, otherwise it cannot be submitted to the corresponding yarn session.

StreamPark Version

1.2.4

Java Version

1.8

Flink Version

1.14

Scala Version of Flink

2.12

Error Exception

nothing

Screenshots

  1. The task status cannot be read 微信图片_20220913185640
  2. After the yarn session is restarted, it cannot be directly submitted to the corresponding yarn session 微信图片_20220913190318

Are you willing to submit PR?

Code of Conduct

xujiangfeng001 commented 2 years ago

@wolfboys