Hi Lei Nie, You can use `StreamExecutionEnvironment#getStreamGraph#getJobGraph#getJobID` to get the job id.
Best, Vino Lei Nie <lyzj...@gmail.com> 于2019年11月8日周五 上午8:38写道: > Hello, > I am currently executing streaming jobs via StreamExecutionEnvironment. Is > it possible to retrieve the Flink job ID/YARN ID within the context of a > job? I'd like to be able to automatically register the job such that > monitoring jobs can run (REST api requires for example job id). > > Thanks >