wuchong commented on a change in pull request #9532: [hotfix][docs] Fix the
dependent version of the hive connector error .
URL: https://github.com/apache/flink/pull/9532#discussion_r317546144
##########
File path: docs/dev/table/hive/index.md
##########
@@ -78,8 +78,8 @@ To integrate with Hive, users need the following
dependencies in their project.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-shaded-hadoop-2-uber-2.7.5-{{site.version}}</artifactId>
- <version>{{site.version}}</version>
+ <artifactId>flink-shaded-hadoop-2-uber</artifactId>
+ <version>2.7.5-7.0</version>
Review comment:
Can we auto-generate the shaded version? It's hard to trace the shaded
dependency version once the shaded version is bumped.
----------------------------------------------------------------
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