Sarveksha Yeshavantha Raju created HDDS-12687:
-------------------------------------------------

             Summary: Avoid ambiguity in URI descriptions
                 Key: HDDS-12687
                 URL: https://issues.apache.org/jira/browse/HDDS-12687
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Sarveksha Yeshavantha Raju
            Assignee: Sarveksha Yeshavantha Raju


The {{OZONE_KEY_URI_DESCRIPTION}} is "URI of the volume/bucket/key", may 
suggest that it refers to three separate entities rather than a single key 
path. To make this clearer, we are refining the description to explicitly 
indicate that it represents the full URI to a specific key.
 
{code:java}
hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/bucket/BucketUri.java
31:      "URI of the volume/bucket.\n" + Shell.OZONE_URI_DESCRIPTION;

hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/common/VolumeBucketUri.java
32:      "URI of the volume or bucket.\n" + Shell.OZONE_URI_DESCRIPTION;

hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/keys/KeyUri.java
31:      "URI of the volume/bucket/key.\n" + Shell.OZONE_URI_DESCRIPTION;

hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/prefix/PrefixUri.java
31:      "URI of the volume/bucket/prefix.\n" + Shell.OZONE_URI_DESCRIPTION;

hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/snapshot/SnapshotUri.java
30:      "URI of the volume/bucket/snapshot.\n" + Shell.OZONE_URI_DESCRIPTION;
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to