Sudarshan Vasudevan created GOBBLIN-1091: --------------------------------------------
Summary: Pass Yarn application id as part of AppMaster and YarnTaskRunner's start up command Key: GOBBLIN-1091 URL: https://issues.apache.org/jira/browse/GOBBLIN-1091 Project: Apache Gobblin Issue Type: Improvement Components: gobblin-yarn Affects Versions: 0.15.0 Reporter: Sudarshan Vasudevan Assignee: Abhishek Tiwari Fix For: 0.15.0 Currently, the application id is retrieved from the container id in Gobblin Yarn applications. This makes it hard to isolate the source of misconfigurations in the application work directory (i.e. Yarn vs Helix vs Gobblin), which is generated dynamically using Yarn application name and Yarn application id. Having the Yarn application id generated in one place (i.e. GobblinYarnAppLauncher) and passed to all participants in the Yarn application ensures a more explainable and debuggable behavior in how application working directories are set. -- This message was sent by Atlassian Jira (v8.3.4#803005)