[
https://issues.apache.org/jira/browse/HIVE-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623060#comment-13623060
]
Hudson commented on HIVE-4090:
------------------------------
Integrated in Hive-trunk-hadoop2 #138 (See
[https://builds.apache.org/job/Hive-trunk-hadoop2/138/])
HIVE-4090 Use of hive.exec.script.allow.partial.consumption can produce
partial
results (Kevin Wilfong via namit) (Revision 1451171)
Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1451171
Files :
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ScriptOperator.java
> Use of hive.exec.script.allow.partial.consumption can produce partial results
> -----------------------------------------------------------------------------
>
> Key: HIVE-4090
> URL: https://issues.apache.org/jira/browse/HIVE-4090
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.11.0
> Reporter: Kevin Wilfong
> Assignee: Kevin Wilfong
> Fix For: 0.11.0
>
> Attachments: HIVE-4090.1.patch.txt
>
>
> When users execute use a transform script with the config
> hive.exec.script.allow.partial.consumption set to true, it may produce
> partial results.
> When this config is set the script may close it's input pipe before its
> parent operator has finished passing it rows. In the catch block for this
> exception, the setDone method is called marking the operator as done.
> However, there's a separate thread running to process rows passed from the
> script back to Hive via stdout. If this thread is not done processing rows,
> any rows it forwards after the setDone method is called will not be passed to
> its children. This leads to partial results.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira