You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "John Heidemann (JIRA)" <ji...@apache.org> on 2007/07/10 01:18:04 UTC

[jira] Created: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

provide better error message when subprocesses fail in hadoop streaming
-----------------------------------------------------------------------

                 Key: HADOOP-1580
                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
             Project: Hadoop
          Issue Type: Improvement
          Components: contrib/streaming
    Affects Versions: 0.14.0
         Environment: fedora core 7 linux on x86
            Reporter: John Heidemann
            Priority: Minor
             Fix For: 0.14.0


As described in
http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser

bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.

A patch will follow.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-1580:
---------------------------------

    Resolution: Fixed
      Assignee: John Heidemann
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, John!

> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Assignee: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: hadoop_subprocess_fail_error_070709.patch
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "John Heidemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Heidemann updated HADOOP-1580:
-----------------------------------

    Comment: was deleted

> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "John Heidemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Heidemann updated HADOOP-1580:
-----------------------------------

    Status: Patch Available  (was: Open)

patch to improve documentation of failed subprocesses


> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511294 ] 

Hadoop QA commented on HADOOP-1580:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12361447/hadoop_subprocess_fail_error_070709.patch applied and successfully tested against trunk revision r554144.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/380/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/380/console

> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: hadoop_subprocess_fail_error_070709.patch
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "John Heidemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Heidemann updated HADOOP-1580:
-----------------------------------

    Attachment: hadoop_subprocess_fail_error_070709.patch

> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: hadoop_subprocess_fail_error_070709.patch
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1580) provide better error message when subprocesses fail in hadoop streaming

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512053 ] 

Hudson commented on HADOOP-1580:
--------------------------------

Integrated in Hadoop-Nightly #152 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/152/])

> provide better error message when subprocesses fail in hadoop streaming
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-1580
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1580
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/streaming
>    Affects Versions: 0.14.0
>         Environment: fedora core 7 linux on x86
>            Reporter: John Heidemann
>            Assignee: John Heidemann
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: hadoop_subprocess_fail_error_070709.patch
>
>
> As described in
> http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/200707.mbox/browser
> bugs in the subprocesses started by hadoop streaming currently result in the less-than-intuitive "broken pipe" error.  This patch modifies streaming to indicate when the subprocess fails with "subprocess exited with error code x" for non-successful error codes.
> A patch will follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.