steveloughran opened a new pull request #1869: HADOOP-16898. Batch listing of multiple directories to be an unstable interface URL: https://github.com/apache/hadoop/pull/1869 Contributed by Steve Loughran. Moves the API of HDFS-13616 into a interface which is implemented by DFS RPC filesystem client. This new interface, BatchListingOperations, is in hadoop-common, so applications do not need to be compiled with HDFS on the classpath. They must cast the FS into the interface. instanceof can probe the client for having the new interface -the patch also adds a new path capability to probe for this. The FileSystem implementation is cut; tests updated as appropriate. All new interfaces/classes/constants are marked as @Unstable.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
