[ 
https://issues.apache.org/jira/browse/FLINK-18320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136444#comment-17136444
 ] 

Robert Metzger commented on FLINK-18320:
----------------------------------------

The maven shade plugin lists the following included dependencies
{code}
[INFO] Including org.apache.flink:flink-connector-hive_2.11:jar:1.12-SNAPSHOT 
in the shaded jar.
[INFO] Including org.apache.hive:hive-exec:jar:1.2.2 in the shaded jar.
[INFO] Including org.apache.hive:hive-metastore:jar:1.2.2 in the shaded jar.
[INFO] Including org.apache.thrift:libfb303:jar:0.9.2 in the shaded jar.
[INFO] Including org.apache.orc:orc-core:jar:nohive:1.4.3 in the shaded jar.
[INFO] Including io.airlift:aircompressor:jar:0.8 in the shaded jar.
{code}

However, the final jar contains at least
{code}
./minlog-1.2.jar
./reflectasm-1.07-shaded.jar
./objenesis-1.2.jar
{code}
which are not mentioned in our {{META-INF/NOTICE}}.

> flink-sql-connector-hive modules should merge hive-exec dependencies
> --------------------------------------------------------------------
>
>                 Key: FLINK-18320
>                 URL: https://issues.apache.org/jira/browse/FLINK-18320
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive
>            Reporter: Jingsong Lee
>            Priority: Blocker
>             Fix For: 1.11.0
>
>
> Since hive-exec is a bundle jar, we should merge the bundle dependencies from 
> hive-exec.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to