ayushtkn commented on code in PR #309:
URL: https://github.com/apache/tez/pull/309#discussion_r1342880078
##########
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:
done thing, the name is URI, but it isn't a URI object but string, it is
extracted from a conf which has name URI, so kept the name old as configURI
--
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]