yangjf2019 commented on a change in pull request #9591: [FLINK-13937][docs] Fix
the error of the hive connector dependency ve…
URL: https://github.com/apache/flink/pull/9591#discussion_r320571826
##########
File path: docs/dev/table/hive/index.md
##########
@@ -79,7 +79,7 @@ To integrate with Hive, users need the following
dependencies in their project.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2-uber</artifactId>
- <version>2.7.5-{{site.version}}</version>
+ <version>2.7.5-7.0</version>
Review comment:
I want to add comment in `docs/_config.yml` as follows
`# Plain flink-shaded version is needed for e.g. the hive connector.
`
`shaded_version: "7.0"`
Do you think that is ok? Thank you! @wuchong @bowenli86 @zentol
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services