You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/09/29 06:07:15 UTC

[jira] Created: (HIVE-858) ScriptOperator should output the error code of the sub process

ScriptOperator should output the error code of the sub process
--------------------------------------------------------------

                 Key: HIVE-858
                 URL: https://issues.apache.org/jira/browse/HIVE-858
             Project: Hadoop Hive
          Issue Type: Improvement
            Reporter: Zheng Shao


ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.


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


[jira] Updated: (HIVE-858) ScriptOperator should output the error code of the sub process

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

Zheng Shao updated HIVE-858:
----------------------------

    Attachment: HIVE-858.1.patch

Added some more useful logging.

> ScriptOperator should output the error code of the sub process
> --------------------------------------------------------------
>
>                 Key: HIVE-858
>                 URL: https://issues.apache.org/jira/browse/HIVE-858
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-858.1.patch, HIVE-858.1.patch
>
>
> ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.

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


[jira] Assigned: (HIVE-858) ScriptOperator should output the error code of the sub process

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

Zheng Shao reassigned HIVE-858:
-------------------------------

    Assignee: Zheng Shao

> ScriptOperator should output the error code of the sub process
> --------------------------------------------------------------
>
>                 Key: HIVE-858
>                 URL: https://issues.apache.org/jira/browse/HIVE-858
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.

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


[jira] Updated: (HIVE-858) ScriptOperator should output the error code of the sub process

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

Zheng Shao updated HIVE-858:
----------------------------

    Attachment: HIVE-858.1.patch

This patch shows the error code if the script has exited or exits within 1 second upon broken pipe exception is thrown.

I've verified that the two cases (script exited with an error code while throwing broken pipe, and script throwing broken pipe but not exited yet).
Both worked fine.


> ScriptOperator should output the error code of the sub process
> --------------------------------------------------------------
>
>                 Key: HIVE-858
>                 URL: https://issues.apache.org/jira/browse/HIVE-858
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-858.1.patch
>
>
> ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.

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


[jira] Updated: (HIVE-858) ScriptOperator should output the error code of the sub process

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

Carl Steinbach updated HIVE-858:
--------------------------------

    Fix Version/s: 0.5.0
      Component/s: Query Processor

> ScriptOperator should output the error code of the sub process
> --------------------------------------------------------------
>
>                 Key: HIVE-858
>                 URL: https://issues.apache.org/jira/browse/HIVE-858
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-858.1.patch, HIVE-858.1.patch
>
>
> ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.

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


[jira] Resolved: (HIVE-858) ScriptOperator should output the error code of the sub process

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

Namit Jain resolved HIVE-858.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed. Thanks Zheng

> ScriptOperator should output the error code of the sub process
> --------------------------------------------------------------
>
>                 Key: HIVE-858
>                 URL: https://issues.apache.org/jira/browse/HIVE-858
>             Project: Hadoop Hive
>          Issue Type: Improvement
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-858.1.patch, HIVE-858.1.patch
>
>
> ScriptOperator should output the error code of the sub process, even if there are errors - for example, broken pipe is usually caused by terminated sub processes.

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