[
https://issues.apache.org/jira/browse/HIVE-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Shao resolved HIVE-386.
-----------------------------
Resolution: Duplicate
Fix Version/s: 0.5.0
> Streaming processes should be able to return successfully without consuming
> all their input data.
> -------------------------------------------------------------------------------------------------
>
> Key: HIVE-386
> URL: https://issues.apache.org/jira/browse/HIVE-386
> Project: Hadoop Hive
> Issue Type: Bug
> Reporter: Venky Iyer
> Fix For: 0.5.0
>
>
> Currently if a streaming process exits without consuming all data in stdin,
> it causes a java IOException with Broken pipe. It seems like it should be
> possible to distinguish between broken pipe and the actual return code of the
> sub-process; so that broken pipe by itself should be caught and ignored if
> the sub-process produced a SUCCESS return code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.