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 (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

        

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

Posted by "Kihwal Lee (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195083#comment-13195083 ] 

Kihwal Lee commented on MAPREDUCE-3741:
---------------------------------------

It was introduced by MAPREDUCE-3458. 
                
> 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

        

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

Posted by "Devaraj K (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196001#comment-13196001 ] 

Devaraj K commented on MAPREDUCE-3741:
--------------------------------------

It was not introduced by MAPREDUCE-3458. It was added as part of MAPREDUCE-3582.
                
> 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

        

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

Posted by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-3741:
-------------------------------------

    Fix Version/s:     (was: 0.23.1)
                   0.24.0
    
> 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.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

        

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

Posted by "Kihwal Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ 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