adoroszlai commented on code in PR #8629: URL: https://github.com/apache/ozone/pull/8629#discussion_r2147146568
########## hadoop-hdds/docs/content/recipe/PythonRequestsOzoneHttpFS.md: ########## @@ -33,31 +33,9 @@ This tutorial demonstrates how to access Apache Ozone using the HTTPFS REST API ### 1️⃣ Start Ozone in Docker -Download the latest Docker Compose configuration file: - +Download the latest Docker Compose file for Ozone and start the cluster with 3 DataNodes: ```bash curl -O https://raw.githubusercontent.com/apache/ozone-docker/refs/heads/latest/docker-compose.yaml Review Comment: ```suggestion curl -O https://raw.githubusercontent.com/apache/ozone-docker/latest/docker-compose.yaml ``` -- 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]
