Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
Hive, mail # user - Is it possible to get the progress of a query through thrift server?


Copy link to this message
-
Re: Is it possible to get the progress of a query through thrift server?
Edward Capriolo 2012-03-12, 15:28
Yes. You have access to the job counters through thrift, as well as a
method to test if query is done.

Edward

On Mon, Mar 12, 2012 at 11:12 AM, Felix.徐 <[EMAIL PROTECTED]> wrote:
> Hi all,
> I want to build a website to monitor the execution of queries sent to hive ,
> is there any way to realize it?