[
https://issues.apache.org/jira/browse/FLINK-17978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133167#comment-17133167
]
Yang Wang commented on FLINK-17978:
-----------------------------------
I have used the following command to scan all the jars and find that only the
{{flink-orc}} is not correctly packaged. Also i have created a ticket
FLINK-18256 to fix this.
{code:java}
mvn clean package -DskipTests
find . -name 'flink-*_2.11-1.11-SNAPSHOT*.jar' | while read line; do echo $(jar
-tf $line | grep 'org/apache/hadoop' | grep -v 'org/apache/hadoop/hive' | wc
-l) $line; done | sort
{code}
> Test Hadoop dependency change
> -----------------------------
>
> Key: FLINK-17978
> URL: https://issues.apache.org/jira/browse/FLINK-17978
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Affects Versions: 1.11.0
> Reporter: Till Rohrmann
> Assignee: Yang Wang
> Priority: Critical
> Labels: release-testing
> Fix For: 1.11.0
>
>
> Test the Hadoop dependency change:
> * Run Flink with HBase/ORC (maybe add e2e test)
> * Validate meaningful exception message if Hadoop dependency is missing
--
This message was sent by Atlassian Jira
(v8.3.4#803005)