PawasChhokra commented on a change in pull request #1446:
URL: https://github.com/apache/samza/pull/1446#discussion_r545289191



##########
File path: samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
##########
@@ -49,6 +49,11 @@
    */
   public static final String CONTAINER_LABEL = "yarn.container.label";
 
+  /**
+   * Determines whether standby allocation is rack aware or not.
+   */
+  public static final String RACK_AWARE_STANDBY_ENABLED = 
"yarn.rack-aware.standby.enabled";
+

Review comment:
       Thanks for the suggestion. I agree with you. `2` is especially important 
and I was trying to look for a way around that. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to