whbing commented on a change in pull request #2994:
URL: https://github.com/apache/hadoop/pull/2994#discussion_r634873015
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/QuotaUsage.java
##########
@@ -242,12 +242,14 @@ public boolean equals(Object obj) {
/**
* Output format:
- * |----12----| |------15-----| |------15-----| |------15-----|
- * QUOTA REM_QUOTA SPACE_QUOTA REM_SPACE_QUOTA
- * |----12----| |----12----| |-------18-------|
- * DIR_COUNT FILE_COUNT CONTENT_SIZE
+ * |-----14-----| |-------18------| |-----14-----| |-------18------|
+ * SSD_QUOTA REM_SSD_QUOTA DISK_QUOTA REM_DISK_QUOTA
+ * |-----14-----| |-------18------| |-----14-----| |-------18------|
+ * ARCHIVE_QUOTA REM_ARCHIVE_QUOTA PROVIDED_QUOTA REM_PROVIDED_QUOTA
+ * |-----14-----| |-------18------| |-------18------|
+ * NVDIMM_QUOTA REM_NVDIMM_QUOTA FILE_NAME
Review comment:
@ferhui Thanks! Fixed in new commit.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]