-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
When sending a request to YARN to deploy an application master, some extra environment variables need to be set so that the application master can be run in an isolated mode.
- "APPLICATION_MASTER_ISOLATION_ENABLED": if AM isolation is enabled
- "APPLICATION_LIB_DIR": location of application lib (e.g. "__package/lib")
Also, the scripts from the infrastructure resource should be used to launch the job coordinator.
- links to