You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "anishek (JIRA)" <ji...@apache.org> on 2017/02/16 08:06:41 UTC

[jira] [Assigned] (HIVE-15940) Query Logs to be merged with GetOperationStatus call

     [ https://issues.apache.org/jira/browse/HIVE-15940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

anishek reassigned HIVE-15940:
------------------------------


> Query Logs to be merged with GetOperationStatus call
> ----------------------------------------------------
>
>                 Key: HIVE-15940
>                 URL: https://issues.apache.org/jira/browse/HIVE-15940
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2
>            Reporter: anishek
>            Assignee: anishek
>
> The query logs are queried in a separate thread and the progress bar is processed in a separate thread along with query execution. The various logging options lead query logs to cause interruptions in progress bar display, 
> to resolve this. 
> * Merge the query log operation as part of the getOperationStatus which also gets the Progress update.
> * make a separate response segment specifying metadata information about the query like query id, applciation id, session id etc. 
> * if progress bar can be shown, dont show query logs till progress bar is completed.
> * show the query logs towards the end.
> * allow turning of the progress bar information and just show the query logs. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)