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

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

     [ https://issues.apache.org/jira/browse/MAPREDUCE-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee updated MAPREDUCE-3741:
----------------------------------

    Priority: Critical  (was: Major)
    
> 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
>            Priority: Critical
>             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