smengcl commented on issue #1218: HDDS-1891. Ozone fs shell command should work 
with default port when port number is not specified
URL: https://github.com/apache/hadoop/pull/1218#issuecomment-519760075
 
 
   Fixed the code and the unit test. The following fs commands all work as I 
tested in docker:
   ```bash
   ozone fs -put README.txt o3fs:///
   ozone fs -ls /
   ozone fs -ls o3fs://bucket.volume.om/
   ozone fs -ls o3fs://bucket.volume.om:9862/
   ozone fs -ls o3fs://bucket.volume/
   ozone fs -get /README.txt R.txt
   ozone fs -get o3fs://bucket.volume.om/README.txt R2.txt
   ```

----------------------------------------------------------------
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