You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Kihwal Lee (Created) (JIRA)" <ji...@apache.org> on 2012/01/27 16:24:10 UTC

[jira] [Created] (MAPREDUCE-3741) Conflicting dependency in hadoop-mapreduce-examples

Conflicting dependency in hadoop-mapreduce-examples
---------------------------------------------------

                 Key: MAPREDUCE-3741
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3741
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build
    Affects Versions: 0.23.1, 0.24.0
            Reporter: Kihwal Lee
             Fix For: 0.23.1, 0.24.0


{code:xml}
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-hs</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-hs</artifactId>
       <scope>test</scope>
     </dependency>
{code}

Are we missing <type> here?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira