You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Santhosh Srinivasan (JIRA)" <ji...@apache.org> on 2009/03/07 06:24:56 UTC

[jira] Created: (PIG-705) Pig should display a better error message when backend error messages cannot be parsed

Pig should display a better error message when backend error messages cannot be parsed
--------------------------------------------------------------------------------------

                 Key: PIG-705
                 URL: https://issues.apache.org/jira/browse/PIG-705
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: types_branch
            Reporter: Santhosh Srinivasan
            Assignee: Santhosh Srinivasan
             Fix For: types_branch


If the backend error message cannot be parsed correctly, Pig displays an error message indicating that there was an internal error. In addition, the original error message is lost. Pig should display a better error message and display the relevant part of the backend error message.

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


[jira] Resolved: (PIG-705) Pig should display a better error message when backend error messages cannot be parsed

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

Santhosh Srinivasan resolved PIG-705.
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Patch has been committed.

> Pig should display a better error message when backend error messages cannot be parsed
> --------------------------------------------------------------------------------------
>
>                 Key: PIG-705
>                 URL: https://issues.apache.org/jira/browse/PIG-705
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Santhosh Srinivasan
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-705.patch
>
>
> If the backend error message cannot be parsed correctly, Pig displays an error message indicating that there was an internal error. In addition, the original error message is lost. Pig should display a better error message and display the relevant part of the backend error message.

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


[jira] Updated: (PIG-705) Pig should display a better error message when backend error messages cannot be parsed

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

Santhosh Srinivasan updated PIG-705:
------------------------------------

    Patch Info: [Patch Available]

> Pig should display a better error message when backend error messages cannot be parsed
> --------------------------------------------------------------------------------------
>
>                 Key: PIG-705
>                 URL: https://issues.apache.org/jira/browse/PIG-705
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Santhosh Srinivasan
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-705.patch
>
>
> If the backend error message cannot be parsed correctly, Pig displays an error message indicating that there was an internal error. In addition, the original error message is lost. Pig should display a better error message and display the relevant part of the backend error message.

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


[jira] Commented: (PIG-705) Pig should display a better error message when backend error messages cannot be parsed

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680208#action_12680208 ] 

Olga Natkovich commented on PIG-705:
------------------------------------

+1; please, commit

> Pig should display a better error message when backend error messages cannot be parsed
> --------------------------------------------------------------------------------------
>
>                 Key: PIG-705
>                 URL: https://issues.apache.org/jira/browse/PIG-705
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Santhosh Srinivasan
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-705.patch
>
>
> If the backend error message cannot be parsed correctly, Pig displays an error message indicating that there was an internal error. In addition, the original error message is lost. Pig should display a better error message and display the relevant part of the backend error message.

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


[jira] Updated: (PIG-705) Pig should display a better error message when backend error messages cannot be parsed

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

Santhosh Srinivasan updated PIG-705:
------------------------------------

    Attachment: PIG-705.patch

Attached patch fixes the issue of capturing the first line of the backend error message when the backend message cannot be parsed by PIG. There are no unit test cases. Testing was performed manually.

> Pig should display a better error message when backend error messages cannot be parsed
> --------------------------------------------------------------------------------------
>
>                 Key: PIG-705
>                 URL: https://issues.apache.org/jira/browse/PIG-705
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Santhosh Srinivasan
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: PIG-705.patch
>
>
> If the backend error message cannot be parsed correctly, Pig displays an error message indicating that there was an internal error. In addition, the original error message is lost. Pig should display a better error message and display the relevant part of the backend error message.

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