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

Eli Collins commented on HADOOP-8745:
-------------------------------------

Thanks Matthias. 

Is net.sf.kosmosfs actually being used anywhere in branch-1? The only imports 
are to org.kosmix, and per the following in ivy/hadoop-core.pom I think we can 
remove it.

{code}
    <!--Kosmos filesystem
    http://kosmosfs.sourceforge.net/
    This is not in the central repository
    -->
    <!--
        <dependency>
          <groupId>org.kosmix</groupId>
          <artifactId>kfs</artifactId>
          <version>0.1</version>
          <scope>optional</scope>
        </dependency>
    -->
{code}

Otherwise the patch looks great!
                
> Incorrect version numbers in hadoop-core POM
> --------------------------------------------
>
>                 Key: HADOOP-8745
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8745
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1.0.3
>            Reporter: Matthias Friedrich
>            Priority: Minor
>         Attachments: HADOOP-8745-branch-1.0.patch
>
>
> The hadoop-core POM as published to Maven central has different dependency 
> versions than Hadoop actually has on its runtime classpath. This can lead to 
> client code working in unit tests but failing on the cluster and vice versa.
> The following version numbers are incorrect: jackson-mapper-asl, kfs, and 
> jets3t. There's also a duplicate dependency to commons-net.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to