I am experimenting with the Distributed Shell example in YARN 2.2 and hope someone can clarify what is the difference between a managed and non-managed application manager?
For example, the following lines are displayed in client code
// unmanaged AM appContext.setUnmanagedAM(true);
but I cannot find the documentation explaining the difference that this line affects the execution behavior.
Many thanks.
yarn
Daniel Goodman
source share