unknowntpo commented on code in PR #9175:
URL: https://github.com/apache/ozone/pull/9175#discussion_r2472490913


##########
hadoop-hdds/docs/content/interface/HttpFS.md:
##########
@@ -45,24 +45,102 @@ HttpFS has built-in security supporting Hadoop pseudo 
authentication and Kerbero
 
 HttpFS service itself is a Jetty based web-application that uses the Hadoop 
FileSystem API to talk to the cluster, it is a separate service which provides 
access to Ozone via a REST APIs. It should be started in addition to other 
regular Ozone components.
 
-To try it out, you can start a Docker Compose dev cluster that has an HttpFS 
gateway.
+To try it out, follow the instruction from the link below and start the Ozone 
cluster with Docker Compose. 
 
-Extract the release tarball, go to the `compose/ozone` directory and start the 
cluster:
+https://ozone.apache.org/docs/edge/start/startfromdockerhub.html
 
 ```bash
-docker-compose up -d --scale datanode=3
+docker compose up -d --scale datanode=3
 ```
 
-You can/should find now the HttpFS gateway in docker with the name 
`ozone_httpfs`.
-HttpFS HTTP web-service API calls are HTTP REST calls that map to an Ozone 
file system operation. For example, using the `curl` Unix command.
+You can/should find now the HttpFS gateway in docker with the name like 
`ozone_httpfs`,
+and it can be accessed through `localhost:14000`.

Review Comment:
   Since we've using 
https://ozone.apache.org/docs/edge/start/startfromdockerhub.html, there's no 
need to mention port 14000 is default port.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to