zentol 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_r318488374
##########
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:
Whoever bumps the flink-shaded version also has to ensure that the
documentation is up-to-date.
While it _is_ possibly to extract this property from maven, it doesn't seem
worth the trouble. (You'd have to setup something similar to the REST API docs;
a generator populates some field in _config.yml, and a test verifies that the
value is identical to the current property)
----------------------------------------------------------------
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