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

Patrick Wendell edited comment on SPARK-1935 at 5/27/14 5:11 AM:
-----------------------------------------------------------------

Does commons-codec 1.4 really break compatibility with commons-codec 1.3? Or is 
the issue just that Hadoop is compiled against 1.4 but maven is selecting 1.3 
and so the new 1.4 functions aren't available.

Also, would you mind giving the exact permutation of the build that is causing 
this error? I just want to see if it's also a problem in Spark 1.0 or if it's 
only in 0.9.


was (Author: pwendell):
Does commons-codec 1.4 really break compatibility with commons-codec 1.3? Or is 
the issue just that Hadoop is compiled against 1.4 but maven is selecting 1.3 
and so the new 1.4 functions aren't available.

> Explicitly add commons-codec 1.4 as a dependency
> ------------------------------------------------
>
>                 Key: SPARK-1935
>                 URL: https://issues.apache.org/jira/browse/SPARK-1935
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 0.9.1
>            Reporter: Yin Huai
>            Priority: Minor
>
> Right now, commons-codec is a transitive dependency. When Spark is built by 
> maven for Hadoop 1, jets3t 0.7.1 will pull in commons-codec 1.3 which is an 
> older version (Hadoop 1.0.4 depends on 1.4). This older version can cause 
> problems because 1.4 introduces incompatible changes and new methods.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to