You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/08/07 09:01:17 UTC

[GitHub] [hadoop] adoroszlai opened a new pull request #1245: HDDS-1924. ozone sh bucket path command does not exist

adoroszlai opened a new pull request #1245: HDDS-1924. ozone sh bucket path command does not exist
URL: https://github.com/apache/hadoop/pull/1245
 
 
   ## What changes were proposed in this pull request?
   
   Fix leftover reference to `ozone sh bucket path`.  It was generally changed to `ozone s3 path` in [HDDS-761](https://issues.apache.org/jira/browse/HDDS-761).
   
   https://issues.apache.org/jira/browse/HDDS-1924
   
   ## How was this patch tested?
   
   ```
   $ aws s3api --endpoint http://localhost:9878/ create-bucket --bucket=wordcount
   {
       "Location": "http://localhost:9878/wordcount"
   }
   
   $ docker-compose exec om ozone s3 path wordcount
   Volume name for S3Bucket is : s3100b8cad7cf2a56f6df78f171f97a1ec
   Ozone FileSystem Uri is : o3fs://wordcount.s3100b8cad7cf2a56f6df78f171f
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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