Yes, it will exist also in the Yarn session and continue to run across
jobs. Its address is also printed on the console when the cluster is
brought up.
On Mon, Aug 29, 2016 at 2:44 PM, Robert Metzger wrote:
> The JobManager UI starts when running Flink on YARN.
> The address of the UI is register
The JobManager UI starts when running Flink on YARN.
The address of the UI is registered at YARN, so you can also access it
through YARNs command line tools or its web interface.
On Fri, Aug 26, 2016 at 7:28 PM, Trevor Grant
wrote:
> Stephan,
>
> Will the jobmanager-UI exist? E.g. if I am runni
Stephan,
Will the jobmanager-UI exist? E.g. if I am running Flink on YARN will I be
able to submit apps/see logs and DAGs through the web interface?
thanks,
tg
Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org
Hi Craig!
For YARN sessions, Flink will
- (a) register the app master hostname/port/etc at Yarn, so you can get
them from example from the yarn UI and tools
- (b) it will create a .yarn-properties file that contain the
hostname/ports info. Future calls to the command line pick up the info from