You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Jan Van Besien (Jira)" <ji...@apache.org> on 2020/02/26 09:47:00 UTC

[jira] [Created] (GIRAPH-1231) incorrect imports from shaded guava

Jan Van Besien created GIRAPH-1231:
--------------------------------------

             Summary: incorrect imports from shaded guava
                 Key: GIRAPH-1231
                 URL: https://issues.apache.org/jira/browse/GIRAPH-1231
             Project: Giraph
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Jan Van Besien
         Attachments: giraph.guava.patch

There are a number of imports throughout the code for guava utilities that use "import org.python.google..." rather than "com.google...". Giraph already has a dependency on guava and these imports only work due to the dependency on jython, which embeds a shaded guava.

 

I don't think that this is intentional, the jython guava dependency seems to be a different (much older) version of guava as well.

 

In attachment a patch that fixes the issue.



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