[ https://issues.apache.org/jira/browse/HIVE-15473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797939#comment-15797939 ]
ASF GitHub Bot commented on HIVE-15473: --------------------------------------- GitHub user anishek opened a pull request: https://github.com/apache/hive/pull/128 HIVE-15473 Progress Bar on Beeline client Have a common strategy to rendering the in place updates from both the hive cli and beeline. Various summary updates once the tez job is completed are no longer rendered with fancy colors. There is a possible condition where the logRunnable thread requests progress update from the server before the session state is updated with relevant object (TezJobMonitor in this case) to provide information. In this case no progress bar will be displayed. Additionally since on local testing I was doing simple query, due to the wait interval time of 1 Second between calls the query finishes faster and the progress bar is just stuck in between and we get the results. hopefully for larger queries it would not be so off, else we have to do frequent calls to server to get the updates which will just overload it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anishek/hive master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/128.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #128 ---- commit 7038c0ccc81273cd1b0872735908772d56d764eb Author: anishek <anis...@gmail.com> Date: 2017-01-04T10:03:05Z HIVE-15473 Progress Bar on Beeline client commit a2ff2f9e52174f86227ebb539bfba0a08c830cb2 Author: anishek <anis...@gmail.com> Date: 2017-01-04T10:15:55Z HIVE-15473 Progress Bar on Beeline client removing unnecessary dependency and making sure we show progress only if available ---- > Progress Bar on Beeline client > ------------------------------ > > Key: HIVE-15473 > URL: https://issues.apache.org/jira/browse/HIVE-15473 > Project: Hive > Issue Type: Improvement > Components: Beeline, HiveServer2 > Affects Versions: 2.1.1 > Reporter: anishek > Assignee: anishek > Priority: Minor > > Hive Cli allows showing progress bar for tez execution engine as shown in > https://issues.apache.org/jira/secure/attachment/12678767/ux-demo.gif > it would be great to have similar progress bar displayed when user is > connecting via beeline command line client as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)