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


##########
tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java:
##########
@@ -233,15 +230,11 @@ private static boolean addLocalResources(Configuration 
conf,
         } else {
           type = LocalResourceType.FILE;
         }
+      RemoteIterator<LocatedFileStatus> fileStatuses = 
getListFilesFileStatus(configUri, conf);

Review Comment:
   getListFilesFileStatus receives a "String fileName" param, and here we pass 
a "configUri", can you unify and use whatever is closer to the truth? also I 
can see that getListFilesFileStatus creates an URI eventually, we can pass it 
here, right?



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