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

ASF GitHub Bot commented on FLINK-2075:
---------------------------------------

GitHub user shghatge opened a pull request:

    https://github.com/apache/flink/pull/923

    [FLINK-2075] Add Approximate Adamic Adar Similarity Measure Example t…

    …o Gelly
    
    Implementation of Adamic Adar Similarity Measure using BloomFilters

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shghatge/flink bloom

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/923.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 #923
    
----
commit 80c608197051f1c3c35517023b034f628a8e2337
Author: Shivani <shgha...@gmail.com>
Date:   2015-07-19T22:59:56Z

    [FLINK-2075] Add Approximate Adamic Adar Similarity Measure Example to Gelly

----


> Shade akka and protobuf dependencies away
> -----------------------------------------
>
>                 Key: FLINK-2075
>                 URL: https://issues.apache.org/jira/browse/FLINK-2075
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: Till Rohrmann
>             Fix For: 0.9
>
>
> Lately, the Zeppelin project encountered the following problem: It includes 
> flink-runtime which depends on akka_remote:2.3.7 which again depends on 
> protobuf-java:2.5.0. However, Zeppelin set the protobuf-java version to 2.4.1 
> to make it build with YARN 2.2. Due to this, akka_remote finds a wrong 
> protobuf-java version and fails because of an incompatible change between 
> these versions.
> I propose to shade Flink's akka dependency and protobuf dependency away, so 
> that user projects depending on Flink are not forced to use a special 
> akka/protobuf version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to