Weiwei Yang created HDFS-11679: ---------------------------------- Summary: Ozone: SCM CLI: Implement list container command Key: HDFS-11679 URL: https://issues.apache.org/jira/browse/HDFS-11679 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Weiwei Yang
Implement the command to list containers {code} hdfs scm -container list -start <container name> [-count <100> | -end <name>]{code} Lists all containers known to SCM. The option -start allows the listing to start from a specified container and -count controls the number of entries returned but it is mutually exclusive with the -end option which returns keys from the -start to -end range. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org