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 "Todd Lipcon (Created) (JIRA)" <ji...@apache.org> on 2011/12/14 03:16:30 UTC

[jira] [Created] (MAPREDUCE-3546) slf4j versions mismatched between yarn and hdfs

slf4j versions mismatched between yarn and hdfs
-----------------------------------------------

                 Key: MAPREDUCE-3546
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3546
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: build, mrv2
    Affects Versions: 0.24.0
            Reporter: Todd Lipcon
            Priority: Blocker


Running a cluster on trunk, I ran into an issue caused by the differing slf4j versions between YARN and HDFS. YARN is currently using 1.6.1 whereas HDFS is using 1.5.11. Unclear whether we should upgrade HDFS or downgrade YARN.

--
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-3546) slf4j versions mismatched between yarn and hdfs

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

Amol Kekre commented on MAPREDUCE-3546:
---------------------------------------

Todd,
Is this ticket a dup, if so can you close it?
                
> slf4j versions mismatched between yarn and hdfs
> -----------------------------------------------
>
>                 Key: MAPREDUCE-3546
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3546
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, mrv2
>    Affects Versions: 0.24.0
>            Reporter: Todd Lipcon
>            Priority: Critical
>
> Running a cluster on trunk, I ran into an issue caused by the differing slf4j versions between YARN and HDFS. YARN is currently using 1.6.1 whereas HDFS is using 1.5.11. Unclear whether we should upgrade HDFS or downgrade YARN.

--
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-3546) slf4j versions mismatched between yarn and hdfs

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

Amol Kekre commented on MAPREDUCE-3546:
---------------------------------------

Double checked with folks and this is not a dup, ignore my comment above
                
> slf4j versions mismatched between yarn and hdfs
> -----------------------------------------------
>
>                 Key: MAPREDUCE-3546
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3546
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, mrv2
>    Affects Versions: 0.24.0
>            Reporter: Todd Lipcon
>            Priority: Critical
>
> Running a cluster on trunk, I ran into an issue caused by the differing slf4j versions between YARN and HDFS. YARN is currently using 1.6.1 whereas HDFS is using 1.5.11. Unclear whether we should upgrade HDFS or downgrade YARN.

--
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-3546) slf4j versions mismatched between yarn and hdfs

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

Jason Lowe commented on MAPREDUCE-3546:
---------------------------------------

The version mismatch issue does seem to be solved by HADOOP-7934.  What's left are multiple binding warnings (all for the same SLF4J versions) which is being tracked by HADOOP-8005.  Any reason to keep this particular issue open?
                
> slf4j versions mismatched between yarn and hdfs
> -----------------------------------------------
>
>                 Key: MAPREDUCE-3546
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3546
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, mrv2
>    Affects Versions: 0.24.0
>            Reporter: Todd Lipcon
>            Priority: Critical
>
> Running a cluster on trunk, I ran into an issue caused by the differing slf4j versions between YARN and HDFS. YARN is currently using 1.6.1 whereas HDFS is using 1.5.11. Unclear whether we should upgrade HDFS or downgrade YARN.

--
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] [Resolved] (MAPREDUCE-3546) slf4j versions mismatched between yarn and hdfs

Posted by "Jason Lowe (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Lowe resolved MAPREDUCE-3546.
-----------------------------------

    Resolution: Duplicate

Marking as duplicate per previous comment.
                
> slf4j versions mismatched between yarn and hdfs
> -----------------------------------------------
>
>                 Key: MAPREDUCE-3546
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3546
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build, mrv2
>    Affects Versions: 0.24.0
>            Reporter: Todd Lipcon
>            Priority: Critical
>
> Running a cluster on trunk, I ran into an issue caused by the differing slf4j versions between YARN and HDFS. YARN is currently using 1.6.1 whereas HDFS is using 1.5.11. Unclear whether we should upgrade HDFS or downgrade YARN.

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