This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0f26b5e HDDS-931. Add documentation for ozone shell command providing
ozone mapping for a S3Bucket. Contributed by Bharat Viswanadham.
0f26b5e is described below
commit 0f26b5efaa3d6b742ff58824736976a89caae3cf
Author: Anu Engineer <[email protected]>
AuthorDate: Mon Jan 7 13:06:45 2019 -0800
HDDS-931. Add documentation for ozone shell command providing ozone mapping
for a S3Bucket.
Contributed by Bharat Viswanadham.
---
hadoop-hdds/docs/content/BucketCommands.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/hadoop-hdds/docs/content/BucketCommands.md
b/hadoop-hdds/docs/content/BucketCommands.md
index 3ab3505..619cd19 100644
--- a/hadoop-hdds/docs/content/BucketCommands.md
+++ b/hadoop-hdds/docs/content/BucketCommands.md
@@ -118,5 +118,14 @@ ozone sh bucket update --addAcl=user:bilbo:rw /hive/jan
The above command gives user bilbo read/write permission to the bucket.
+### path
+The bucket command to provide ozone mapping for s3 bucket(Created via aws cli)
+
+{{< highlight bash >}}
+ozone sh bucket path <<s3Bucket>>
+{{< /highlight >}}
+
+The above command will print VolumeName and the mapping created for s3Bucket.
+
You can try out these commands from the docker instance of the [Alpha
Cluster](runningviadocker.html).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]