You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2019/11/19 13:39:00 UTC

[jira] [Closed] (FLINK-13833) Incorrect Maven dependencies for Flink-Hive connector

     [ https://issues.apache.org/jira/browse/FLINK-13833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger closed FLINK-13833.
----------------------------------
    Resolution: Fixed

> 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)