ConeyLiu commented on code in PR #8170:
URL: https://github.com/apache/iceberg/pull/8170#discussion_r1278211496
##########
docs/flink-getting-started.md:
##########
@@ -83,7 +83,12 @@ Start the Flink SQL client. There is a separate
`flink-runtime` module in the Ic
# HADOOP_HOME is your hadoop root directory after unpack the binary package.
export HADOOP_CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath`
+# Below works for 1.15 or less
./bin/sql-client.sh embedded -j
<flink-runtime-directory>/iceberg-flink-runtime-1.16-{{% icebergVersion %}}.jar
shell
Review Comment:
Since it works for 1.15 or less, should change it to
`iceberg-flink-runtime-1.15-`? Or use a version variable instead?
--
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]