Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
Description
The .yarn-properties file is created in ./conf after a YARN session has been started. The client uses this file to submit to the YARN container running the JobManager.
This file is not cleaned up when the YARN cluster is stopped.
In the unlikely sequence of 1) start a yarn session, 2) stop the yarn session, 3) start a cluster, 4) try to submit a job to this cluster, the submission does not work.
Attachments
Issue Links
- is related to
-
FLINK-3937 Make flink cli list, savepoint, cancel and stop work on Flink-on-YARN clusters
- Closed