vjagadish1989 commented on a change in pull request #988: Ability to configure 
application type on YARN deploys
URL: https://github.com/apache/samza/pull/988#discussion_r273248013
 
 

 ##########
 File path: samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
 ##########
 @@ -31,6 +31,14 @@
    */
   public static final String PACKAGE_PATH = "yarn.package.path";
 
+  /**
+   * Type of Samza application submitted to YARN
+   * Can be used to distinguish between different job types/APIs (eg: 
HighLevel, LowLevel, SQL, Beam etc)
+   */
+  public static final String YARN_APPLICATION_TYPE = "yarn.application.type";
+  public static final String DEFAULT_SAMZA_APPLICATION_TYPE = "Samza";
 
 Review comment:
   also, maybe add how you envision this being used?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to