[
https://issues.apache.org/jira/browse/HIVE-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14138589#comment-14138589
]
Dong Chen commented on HIVE-7615:
---------------------------------
[~brocknoland], thanks for your comments and I have updated the patch. Sorry
for the late response.
About the 4th comment "QueryStatus can be private", I think we have to keep it
public, since it is also used in class Commands like below:
while (hiveStatement.getQueryStatus() == HiveStatement.QueryStatus.IDLE) {...}
> Beeline should have an option for user to see the query progress
> ----------------------------------------------------------------
>
> Key: HIVE-7615
> URL: https://issues.apache.org/jira/browse/HIVE-7615
> Project: Hive
> Issue Type: Improvement
> Components: CLI
> Reporter: Dong Chen
> Assignee: Dong Chen
> Attachments: HIVE-7615.patch, complete_logs, simple_logs
>
>
> When executing query in Beeline, user should have a option to see the
> progress through the outputs.
> Beeline could use the API introduced in HIVE-4629 to get and display the logs
> to the client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)