prateekm 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_r273610486
##########
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:
@rmatharu Samza's controllers shouldn't distinguish between APIs/DSLs for
resource management purposes (other than maybe b/w low level vs high level for
the reason you mentioned).
@abhishekshivanna `I imagine others would want to use it for other things.`.
We generally don't want to distinguish between these from within the core
framework. What specifically do you want to do? Can it be done without
introducing a new config?
----------------------------------------------------------------
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