[
https://issues.apache.org/jira/browse/FLINK-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928449#comment-15928449
]
ASF GitHub Bot commented on FLINK-6084:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/3556
[FLINK-6084][Cassandra] Promote transitive dependencies
See JIRA for details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink6084
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3556.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3556
----
commit 2ff62dec9127a039e3f646489aec9177f46ae824
Author: Robert Metzger <[email protected]>
Date: 2017-03-16T17:11:32Z
[FLINK-6084][Cassandra] Promote transitive dependencies
----
> Cassandra connector does not declare all dependencies
> -----------------------------------------------------
>
> Key: FLINK-6084
> URL: https://issues.apache.org/jira/browse/FLINK-6084
> Project: Flink
> Issue Type: Bug
> Components: Cassandra Connector
> Affects Versions: 1.2.0
> Reporter: Robert Metzger
> Assignee: Robert Metzger
> Priority: Critical
>
> This has been reported by a user:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-1-2-and-Cassandra-Connector-td11546.html
> The cassandra client defines metrics-core as a dependency, but the shading is
> dropping the dependency when building the dependency reduced pom.
> To resolve the issue, we need to add the following line into the shading
> config of the cassandra module:
> <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
> This makes the metrics dependency appear again in the dep red pom.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)