xintongsong commented on code in PR #23113:
URL: https://github.com/apache/flink/pull/23113#discussion_r1280456502
##########
docs/content.zh/docs/deployment/resource-providers/standalone/docker.md:
##########
@@ -574,7 +574,7 @@ You can customize the Flink image in several ways:
$ echo "
# enable an optional library
- ln -fs /opt/flink/opt/flink-queryable-state-runtime-*.jar /opt/flink/lib/
+ ln -fs /opt/flink/opt/flink-sql-gateway-*.jar /opt/flink/lib/
Review Comment:
I think here the purpose is to show how to enable an optional library with
docker. It doesn't matter which library is brought in. Thus, if we don't want
queryable state to appear in the documentation, any other library should be
fine.
--
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]