Job Client waits indefinitely if no JobTracker. Is it posiible to set a max retries after which the client stops waiting for it. Setting ipc.client.connect.max.retries was of no help
In order to achieve HA and allow JobClient to automatically reconnect to JobTracker we made JobClient to try forever, unless filesystem is not available. ipc.client.connect.max.retries will not help here.