xingbowu commented on a change in pull request #2920: URL: https://github.com/apache/iceberg/pull/2920#discussion_r690214990
########## File path: site/docs/flink.md ########## @@ -44,8 +44,11 @@ To create iceberg table in flink, we recommend to use [Flink SQL Client](https:/ Step.1 Downloading the flink 1.11.x binary package from the apache flink [download page](https://flink.apache.org/downloads.html). We now use scala 2.12 to archive the apache iceberg-flink-runtime jar, so it's recommended to use flink 1.11 bundled with scala 2.12. ```bash -wget https://downloads.apache.org/flink/flink-1.11.1/flink-1.11.1-bin-scala_2.12.tgz -tar xzvf flink-1.11.1-bin-scala_2.12.tgz +FLINK_VERSION=1.11.1 +SCALA_VERSION=2.12 +APACHE_URL=https://downloads.apache.org Review comment: yes I verified it before submitting PR,. As you point out, that link was invalid later. Have replaced the URL with archives link. -- 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]
