[
https://issues.apache.org/jira/browse/FLINK-13833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16977496#comment-16977496
]
Robert Metzger commented on FLINK-13833:
----------------------------------------
This has been resolved in a hotfix here:
[https://github.com/apache/flink/commit/614e9b73]
Please reopen if you disagree.
> Incorrect Maven dependencies for Flink-Hive connector
> -----------------------------------------------------
>
> Key: FLINK-13833
> URL: https://issues.apache.org/jira/browse/FLINK-13833
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.9.0
> Reporter: Qi Kang
> Priority: Major
>
> See
> [https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/hive/]
> The Maven artifact IDs in the dependencies snippet are somewhat wrong, thus
> cannot be resolved. According to my finding in the repository, they should be
> corrected as follows.
> {code:java}
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-connector-hive_2.11</artifactId>
> <version>1.9.0</version>
> <scope>provided</scope>
> </dependency>
> <!-- Hadoop Dependencies -->
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-hadoop-compatibility_2.11</artifactId>
> <version>1.9.0</version>
> <scope>provided</scope>
> </dependency>
> <!-- Hive 1.2.1 is built with Hadoop 2.6.0. We pick 2.6.5 which
> flink-shaded-hadoop is pre-built with, but users can pick their own hadoop
> version, as long as it's compatible with Hadoop 2.6.0 -->
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-shaded-hadoop-2-uber</artifactId>
> <version>2.6.5-7.0</version>
> <scope>provided</scope>
> <dependency>{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)