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 "Arun C Murthy (Created) (JIRA)" <ji...@apache.org> on 2011/12/28 07:38:30 UTC

[jira] [Created] (MAPREDUCE-3604) Streaming's check for local mode is broken

Streaming's check for local mode is broken
------------------------------------------

                 Key: MAPREDUCE-3604
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/streaming
    Affects Versions: 0.23.0
            Reporter: Arun C Murthy
            Assignee: Arun C Murthy
            Priority: Blocker
             Fix For: 0.23.1


Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1547 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1547/])
    MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225259
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #909 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/909/])
    MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225259
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Arun C Murthy updated MAPREDUCE-3604:
-------------------------------------

    Attachment: MAPREDUCE-3604.patch

Straight-forward patch.
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #942 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/942/])
    MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225259
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #143 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/143/])
    Merge -c 1225259 from trunk to branch-0.23 to fix MAPREDUCE-3604.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225261
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #122 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/122/])
    Merge -c 1225259 from trunk to branch-0.23 to fix MAPREDUCE-3604.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225261
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hadoop QA commented on MAPREDUCE-3604:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12508731/MAPREDUCE-3604.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 2 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1512//console

This message is automatically generated.
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #324 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/324/])
    Merge -c 1225259 from trunk to branch-0.23 to fix MAPREDUCE-3604.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225261
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #313 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/313/])
    Merge -c 1225259 from trunk to branch-0.23 to fix MAPREDUCE-3604.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225261
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1475 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1475/])
    MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225259
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hadoop QA commented on MAPREDUCE-3604:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12508732/MAPREDUCE-3604.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 2 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1513//console

This message is automatically generated.
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Arun C Murthy updated MAPREDUCE-3604:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #335 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/335/])
    Merge -c 1225259 from trunk to branch-0.23 to fix MAPREDUCE-3604.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225261
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Mahadev konar commented on MAPREDUCE-3604:
------------------------------------------

+1 looks good. BTW, just for the sake of it, I tried running Hadoop 1.0.0 streaming jar against a 0.23 cluster as:

{noformat}
hadoop-0.23/bin/hadoop jar hadoop-1.0.0/contrib/streaming/hadoop-streaming-1.0.0.jar -Dmapreduce.jobtracker.address="test" -mapper cat -reducer cat -input stream.txt -output out8
{noformat}

and it ran successfully. 
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Arun C Murthy updated MAPREDUCE-3604:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Hudson commented on MAPREDUCE-3604:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1496 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1496/])
    MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225259
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/StreamUtil.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestMRFramework.java

                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

--
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-3604) Streaming's check for local mode is broken

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

Arun C Murthy updated MAPREDUCE-3604:
-------------------------------------

    Attachment: MAPREDUCE-3604.patch

Removed unused imports.
                
> Streaming's check for local mode is broken
> ------------------------------------------
>
>                 Key: MAPREDUCE-3604
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3604
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.23.0
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>            Priority: Blocker
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3604.patch, MAPREDUCE-3604.patch
>
>
> Streaming isn't checking for mapreduce.framework.name as part of check for 'local' mode.

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