[
https://issues.apache.org/jira/browse/PIG-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Laukik Chitnis updated PIG-571:
-------------------------------
Attachment: ret_code.diff
Check if this simple patch works for you (ret_code.diff)
A test case: Execute any pig program while also using -param_file and -param
options, and you should hit a case when Pig returns 1 even on success. The
patch takes care of this condition.
> pigserver methods do not throw error or return error code when an error occurs
> ------------------------------------------------------------------------------
>
> Key: PIG-571
> URL: https://issues.apache.org/jira/browse/PIG-571
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Christopher Olston
> Assignee: Santhosh Srinivasan
> Attachments: ret_code.diff
>
>
> I do PigServer.registerQuery("store ..."), and the query fails. Pig prints a
> bunch of stack traces but does not throw an error back to the caller. This is
> a major problem because my client needs to know whether the Pig command
> succeeded or failed.
> I saw this problem with registerQuery() ... the same problem may arise with
> other PigServer methods as well, such as store(), copy(), etc. -- not sure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.