You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/08/07 16:25:20 UTC

[hadoop] branch ozone-0.4.1 updated: HDDS-1924. ozone sh bucket path command does not exist

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch ozone-0.4.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4.1 by this push:
     new 3211958  HDDS-1924. ozone sh bucket path command does not exist
3211958 is described below

commit 32119585f02e545b3591319faf5b42cfbf022902
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Wed Aug 7 18:21:37 2019 +0200

    HDDS-1924. ozone sh bucket path command does not exist
    
    Closes #1245
    
    (cherry picked from commit 0520f5cedee0565a342a12a787ff9737f34691b1)
---
 hadoop-hdds/docs/content/interface/S3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md
index 952ce00..dc9b451 100644
--- a/hadoop-hdds/docs/content/interface/S3.md
+++ b/hadoop-hdds/docs/content/interface/S3.md
@@ -119,7 +119,7 @@ To show the storage location of a S3 bucket, use the `ozone s3 path <bucketname>
 ```
 aws s3api --endpoint-url http://localhost:9878 create-bucket --bucket=bucket1
 
-ozone sh bucket path bucket1
+ozone s3 path bucket1
 Volume name for S3Bucket is : s3thisisakey
 Ozone FileSystem Uri is : o3fs://bucket1.s3thisisakey
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org