You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/10/09 03:34:12 UTC

[GitHub] [samza] abhishekshivanna commented on a change in pull request #1172: SAMZA-2332: [AM isolation] YarnJob should pass new command and additional environment variables for AM deployment

abhishekshivanna commented on a change in pull request #1172: SAMZA-2332: [AM isolation] YarnJob should pass new command and additional environment variables for AM deployment
URL: https://github.com/apache/samza/pull/1172#discussion_r332816506
 
 

 ##########
 File path: samza-core/src/main/scala/org/apache/samza/config/ShellCommandConfig.scala
 ##########
 @@ -50,6 +50,17 @@ object ShellCommandConfig {
     */
   val ENV_EXECUTION_ENV_CONTAINER_ID = "EXECUTION_ENV_CONTAINER_ID"
 
+  /**
+   * Set to "true" if application master isolation is enabled. Otherwise, will be considered false.
+   */
+  val ENV_APPLICATION_MASTER_ISOLATION_ENABLED = "APPLICATION_MASTER_ISOLATION_ENABLED"
 
 Review comment:
   Similar to above comment regarding making this less YARN specific.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services