abstractdog commented on code in PR #461:
URL: https://github.com/apache/tez/pull/461#discussion_r2884174427


##########
tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java:
##########
@@ -2435,14 +2441,14 @@ public static void main(String[] args) {
       DAGProtos.ConfigurationProto confProto = 
amExtensions.loadConfigurationProto();
       TezUtilsInternal.addUserSpecifiedTezConfiguration(conf, 
confProto.getConfKeyValuesList());
 
+      NodeContext nodeContext = new YarnNodeManagerContext();

Review Comment:
   I think we should assume that `tez.local.mode` is going to become `false` 
with this whole initiative eventually, when reaching the optimal state of 
separate AM and Task containers



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to