devmadhuu commented on code in PR #3803:
URL: https://github.com/apache/ozone/pull/3803#discussion_r990147652


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java:
##########
@@ -405,4 +405,17 @@ private OMConfigKeys() {
 
   public static final TimeDuration 
OZONE_OM_CONTAINER_LOCATION_CACHE_TTL_DEFAULT
       = TimeDuration.valueOf(360, TimeUnit.MINUTES);
+
+  // Items listing page size for fs client sub-commands output
+  public static final String OZONE_CLIENT_FS_MAX_LISTING_PAGE_SIZE =
+      "ozone.client.fs.max.listing.page.size";
+
+  public static final String
+      OZONE_CLIENT_FS_LISTING_PAGE_SIZE =
+      "ozone.client.fs.default.listing.page.size";
+  public static final int
+      OZONE_CLIENT_FS_LISTING_PAGE_SIZE_DEFAULT = 1024;

Review Comment:
   @adoroszlai , pls re-review, comment is fixed.



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