[ 
https://issues.apache.org/jira/browse/HIVE-14071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342976#comment-15342976
 ] 

Sergey Shelukhin edited comment on HIVE-14071 at 6/21/16 10:57 PM:
-------------------------------------------------------------------

This is writer; this is server pushing data to client. If the server never 
pushes anything or disconnects, the client just sits around forever waiting for 
data. At least the close() call should be performed, so that the notification 
is sent to client and/or the socket is closed. Otherwise the client doesn't 
know whether server is still doing work, or if it's done. So there's no way to 
avoid the pipeline.


was (Author: sershe):
This is writer; this is server pushing data to client. If the server never 
pushes anything or disconnects, the client just sits around forever waiting for 
data. At least the close() call should be performed, so that the notification 
is sent to client and/or the socket is closed.

> HIVE-14014 breaks non-file outputs
> ----------------------------------
>
>                 Key: HIVE-14071
>                 URL: https://issues.apache.org/jira/browse/HIVE-14071
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-14071.patch, HIVE-14071.patch
>
>
> Cannot avoid creating outputs when outputs are e.g. streaming



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to