vivekratnavel opened a new pull request #1493: HDDS-2163. Add 'Replication 
factor' to the output of list keys
URL: https://github.com/apache/hadoop/pull/1493
 
 
   This patch adds replication factor to the output of list keys.
   
   ```
   bash-4.2$ ozone sh key list /vol1/bucket1
   {
     "volumeName" : "vol1",
     "bucketName" : "bucket1",
     "name" : "dockerfile",
     "dataSize" : 876,
     "creationTime" : 1569022651963,
     "modificationTime" : 1569022654752,
     "replicationType" : "RATIS",
     "replicationFactor" : 1
   }
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to