jojochuang commented on a change in pull request #1725: HDFS-13616. Batch 
listing of multiple directories
URL: https://github.com/apache/hadoop/pull/1725#discussion_r348839399
 
 

 ##########
 File path: 
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterClientProtocol.java
 ##########
 @@ -834,6 +835,12 @@ public DirectoryListing getListing(String src, byte[] 
startAfter,
     return new DirectoryListing(combinedData, remainingEntries);
   }
 
+  @Override
+  public BatchedDirectoryListing getBatchedListing(String[] srcs,
+      byte[] startAfter, boolean needLocation) throws IOException {
+    throw new UnsupportedOperationException("Not implemented");
 
 Review comment:
   let's file a jira to support this API in RBF.

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

Reply via email to