HarshitGupta11 commented on code in PR #7197:
URL: https://github.com/apache/hadoop/pull/7197#discussion_r1878512379


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/BulkDeleteCommand.java:
##########
@@ -24,14 +38,19 @@ public static void registerCommands(CommandFactory factory) 
{
 
     public static final String READ_FROM_FILE = "readFromFile";
 
-    public static final String USAGE = "-[ " + READ_FROM_FILE + "] [<file>] 
[<basePath> <paths>]";
+    public static final String PAGE_SIZE = "pageSize";
+
+    public static final String USAGE = "-[ " + READ_FROM_FILE + "] [<file>] [" 
+
+        PAGE_SIZE + "] [<pageSize>] [<basePath> <paths>]";
 
     public static final String DESCRIPTION = "Deletes the set of files under 
the given path. If a list of paths " +

Review Comment:
   Added the docs



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to