ayushtkn commented on code in PR #299:
URL: https://github.com/apache/tez/pull/299#discussion_r1250942973


##########
tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java:
##########
@@ -345,7 +352,7 @@ public DAGAppMaster(ApplicationAttemptId 
applicationAttemptId,
       ContainerId containerId, String nmHost, int nmPort, int nmHttpPort,
       Clock clock, long appSubmitTime, boolean isSession, String 
workingDirectory,
       String [] localDirs, String[] logDirs, String clientVersion,
-      Credentials credentials, String jobUserName, AMPluginDescriptorProto 
pluginDescriptorProto) {
+      Credentials credentials, String jobUserName, AMPluginDescriptorProto 
pluginDescriptorProto, Configuration conf) {

Review Comment:
   Thanx for the pointers Laszlo, I tried a new approach as you suggested.



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