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_r320638910
##########
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:
Thanks ,I got it, and I had added this sentence after that.
`# Plain flink-shaded version is needed for e.g. the hive connector.
`
`# Please update the shaded_version once new flink-shaded is released.
`
`
shaded_version: "7.0"
`
----------------------------------------------------------------
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