You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2010/08/29 03:14:53 UTC

[jira] Created: (PIG-1578) PigServer.executeBatch does not return status of failed job

PigServer.executeBatch does not return status of failed job
-----------------------------------------------------------

                 Key: PIG-1578
                 URL: https://issues.apache.org/jira/browse/PIG-1578
             Project: Pig
          Issue Type: Bug
            Reporter: Thejas M Nair


For failed job PigServer.executeBatch does not return ExecJob . 
ExecJobs are created using output statistics, and the output statistics for jobs that failed does not seem to exist.

The query i tried was a native mapreduce job, where the output file of the native mr job already exists causing that job to fail.
{code}
A = load '" + INPUT_FILE + "';
B = mapreduce '" + jarFileName + "' " +
                    "Store A into 'table_testNativeMRJobSimple_input' "+
                    "Load 'table_testNativeMRJobSimple_output' "+
            "`WordCount table_testNativeMRJobSimple_input " + INPUT_FILE + "`;");
Store B into 'table_testNativeMRJobSimpleDir';);
{code}

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


[jira] Updated: (PIG-1578) PigServer.executeBatch does not return status of failed job for native mapreduce statement

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

Olga Natkovich updated PIG-1578:
--------------------------------

    Fix Version/s:     (was: 0.8.0)

> PigServer.executeBatch does not return status of failed job for native mapreduce statement
> ------------------------------------------------------------------------------------------
>
>                 Key: PIG-1578
>                 URL: https://issues.apache.org/jira/browse/PIG-1578
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>
> For failed job PigServer.executeBatch does not return ExecJob . 
> ExecJobs are created using output statistics, and the output statistics for jobs that failed does not seem to exist.
> The query i tried was a native mapreduce job, where the output file of the native mr job already exists causing that job to fail.
> {code}
> A = load '" + INPUT_FILE + "';
> B = mapreduce '" + jarFileName + "' " +
>                     "Store A into 'table_testNativeMRJobSimple_input' "+
>                     "Load 'table_testNativeMRJobSimple_output' "+
>             "`WordCount table_testNativeMRJobSimple_input " + INPUT_FILE + "`;");
> Store B into 'table_testNativeMRJobSimpleDir';);
> {code}

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


[jira] Updated: (PIG-1578) PigServer.executeBatch does not return status of failed job for native mapreduce statement

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

Thejas M Nair updated PIG-1578:
-------------------------------

    Summary: PigServer.executeBatch does not return status of failed job for native mapreduce statement  (was: PigServer.executeBatch does not return status of failed job)

I tried a different query that fails, which does not use mapreduce statement , and the expected ExecJob is returned. Changing the summary to reflect that.



> PigServer.executeBatch does not return status of failed job for native mapreduce statement
> ------------------------------------------------------------------------------------------
>
>                 Key: PIG-1578
>                 URL: https://issues.apache.org/jira/browse/PIG-1578
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> For failed job PigServer.executeBatch does not return ExecJob . 
> ExecJobs are created using output statistics, and the output statistics for jobs that failed does not seem to exist.
> The query i tried was a native mapreduce job, where the output file of the native mr job already exists causing that job to fail.
> {code}
> A = load '" + INPUT_FILE + "';
> B = mapreduce '" + jarFileName + "' " +
>                     "Store A into 'table_testNativeMRJobSimple_input' "+
>                     "Load 'table_testNativeMRJobSimple_output' "+
>             "`WordCount table_testNativeMRJobSimple_input " + INPUT_FILE + "`;");
> Store B into 'table_testNativeMRJobSimpleDir';);
> {code}

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


[jira] Assigned: (PIG-1578) PigServer.executeBatch does not return status of failed job

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

Richard Ding reassigned PIG-1578:
---------------------------------

    Assignee: Richard Ding

> PigServer.executeBatch does not return status of failed job
> -----------------------------------------------------------
>
>                 Key: PIG-1578
>                 URL: https://issues.apache.org/jira/browse/PIG-1578
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> For failed job PigServer.executeBatch does not return ExecJob . 
> ExecJobs are created using output statistics, and the output statistics for jobs that failed does not seem to exist.
> The query i tried was a native mapreduce job, where the output file of the native mr job already exists causing that job to fail.
> {code}
> A = load '" + INPUT_FILE + "';
> B = mapreduce '" + jarFileName + "' " +
>                     "Store A into 'table_testNativeMRJobSimple_input' "+
>                     "Load 'table_testNativeMRJobSimple_output' "+
>             "`WordCount table_testNativeMRJobSimple_input " + INPUT_FILE + "`;");
> Store B into 'table_testNativeMRJobSimpleDir';);
> {code}

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


[jira] Updated: (PIG-1578) PigServer.executeBatch does not return status of failed job

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

Thejas M Nair updated PIG-1578:
-------------------------------

    Fix Version/s: 0.8.0

> PigServer.executeBatch does not return status of failed job
> -----------------------------------------------------------
>
>                 Key: PIG-1578
>                 URL: https://issues.apache.org/jira/browse/PIG-1578
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>             Fix For: 0.8.0
>
>
> For failed job PigServer.executeBatch does not return ExecJob . 
> ExecJobs are created using output statistics, and the output statistics for jobs that failed does not seem to exist.
> The query i tried was a native mapreduce job, where the output file of the native mr job already exists causing that job to fail.
> {code}
> A = load '" + INPUT_FILE + "';
> B = mapreduce '" + jarFileName + "' " +
>                     "Store A into 'table_testNativeMRJobSimple_input' "+
>                     "Load 'table_testNativeMRJobSimple_output' "+
>             "`WordCount table_testNativeMRJobSimple_input " + INPUT_FILE + "`;");
> Store B into 'table_testNativeMRJobSimpleDir';);
> {code}

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