You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2015/05/18 01:20:59 UTC

[jira] [Created] (CASSANDRA-9410) Fix? jar conflict with ecj

Dave Brosius created CASSANDRA-9410:
---------------------------------------

             Summary: Fix? jar conflict with ecj
                 Key: CASSANDRA-9410
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9410
             Project: Cassandra
          Issue Type: Bug
          Components: Core, Hadoop
            Reporter: Dave Brosius
            Assignee: Dave Brosius
            Priority: Trivial
             Fix For: 2.2 beta 1
         Attachments: ecj_conflict.txt

hadoop-core pulls in core-3.1.1.jar which is an older version of ecj-4.4.2 which is now used directly for UDFs. Thus there are package/class conflicts between the two, when both are present on the classpath (at present)

Made changes to remove the older core-3.1.1 dependency, and now the hadoop code relies on ecj-4.4.2. Code compiles, but not sure what needs to be done to validate the hadoop still works properly now only relying on ecj-4.4.2



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