You can set the maximum map and reduce attempts so that if a failure occurred job gets failed and done.
On Sat, Jan 11, 2014 at 11:07 PM, John Lilley <[email protected]>wrote: > We have a YARN application that we want to automatically terminate if > the YARN client disconnects or crashes. Is it possible to configure the > YarnClient-RM connection so that if the client terminates the RM > automatically terminates the AM? Or do we need to build our own logic > (e.g. a direct client-AM connection) for that? > > Thanks > > John >
