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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---