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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/03/09 21:34:39 UTC

[jira] [Resolved] (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 ]

Allen Wittenauer resolved MAPREDUCE-3741.
-----------------------------------------
    Resolution: Fixed

stale

> 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
>            Reporter: Kihwal Lee
>
> {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 was sent by Atlassian JIRA
(v6.3.4#6332)