Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Implement the command to list containers
hdfs scm -container list -start <container name> [-count <100> | -end <name>]
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.
Attachments
Attachments
Issue Links
- requires
-
HDFS-11926 Ozone: Implement a common helper to return a range of KVs in levelDB
- Resolved