[
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.10)
> 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.
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