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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to