abhishekshivanna commented on a change in pull request #988: SAMZA-2160 - 
Ability to configure application type on YARN deploys
URL: https://github.com/apache/samza/pull/988#discussion_r273279805
 
 

 ##########
 File path: samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
 ##########
 @@ -219,6 +227,10 @@ public String getYarnApplicationModifyAcl() {
     return get(YARN_APPLICATION_MODIFY_ACL, null);
   }
 
+  public String getYarnApplicationType() {
 
 Review comment:
   There is no specific semantics that I would want to pin this config to.
   I look at it as a metadata tag that can be set during a deployment of a job.
   The use case that I have in mind is to differentiate the deploys between 
Beam, SQL etc. I imagine others would want to use it for other things.
   
   With regards to my specific use case I plan on populating the 
ApplicationType in a rewriter.

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