rmatharu 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_r273308010
##########
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:
+1, any per-job or cluster-wide controller would want to distinguish between
these, since each type API can offer different degrees of insights into
workings of a job.
(low-level: only input, output, high-level, sql: app dag)
----------------------------------------------------------------
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