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_r318500614
##########
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:
I think @zentol proposed a good idea. We can create a followup JIRA issue to
track this effort.
And having a flink-shaded version in `docs/_config.yml` as a temporary
solution in this PR.
----------------------------------------------------------------
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