You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-user@hadoop.apache.org by twinkle sachdeva <tw...@gmail.com> on 2015/08/01 16:34:35 UTC

Able to connect to the same app master

Hi,

Is it possible to connect the app master of an application id if the
current yarn client jvm goes down.

To put this as a sequence of events, this is what I am looking for:

1. Launch an application, you get an app id in return
2. Machine at which client was running, gets rebooted. This will lead to
jvm of yarn client to get killed.
3. launch Yarn client in a mode, where i can specify the application id, so
that i can reconnect to the app master of that application id.

If there is any other way of achieving the same, by some other mechanism,
please share over here.

Thanks,
Twinkle