Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Done
Description
Without port number -> Error
$ ozone fs -ls o3fs://bucket.volume.localhost/ -ls: Ozone file system url should be either one of the two forms: o3fs://bucket.volume/key OR o3fs://bucket.volume.om-host.example.com:5678/key ...
With port number -> Success
$ ozone fs -ls o3fs://bucket.volume.localhost:9862/ Found 1 items -rw-rw-rw- 1 hadoop hadoop 1485 2019-08-01 21:14 o3fs://bucket.volume.localhost:9862/README.txt
We expect the first command to attempt port 9862 by default.
Attachments
Issue Links
- links to