SaketaChalamchala commented on code in PR #206: URL: https://github.com/apache/ozone-site/pull/206#discussion_r2748025645
########## docs/04-user-guide/03-integrations/09-flink.md: ########## @@ -0,0 +1,190 @@ +--- +sidebar_label: Flink +--- + +# Apache Flink + +This tutorial shows how to connect Apache Flink to Apache Ozone using the S3 Gateway, with Docker Compose. + +First, obtain Ozone's sample Docker Compose configuration and save it as `docker-compose.yaml`: Review Comment: ```suggestion ### Quickstart environment - Unsecure Ozone and Flink clusters. - Ozone S3G enables path style access. To enable virtual-host style addressing see [here](../../01-client-interfaces/03-s3/01-s3-api.md#url-schema). - Flink accesses Ozone via S3 Gateway. ### Step 1 — Download Ozone's `docker-compose.yaml` First, obtain Ozone's sample Docker Compose configuration and save it as `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]
