to suspect it's not a
> trivial thing to do.
>
>
> -Original Message-
> From: MiaoMiao [mailto:liy...@gmail.com]
> Sent: Monday, September 17, 2012 6:17 AM
> To: user@hive.apache.org
> Subject: Re: Show job progress when using JDBC to run HIVE query
>
>
&
out how
long a large job would take, which leads me to suspect it's not a trivial thing
to do.
-Original Message-
From: MiaoMiao [mailto:liy...@gmail.com]
Sent: Monday, September 17, 2012 6:17 AM
To: user@hive.apache.org
Subject: Re: Show job progress when using JDBC to run HIVE query
One try you can give. As you run a hive query it in turn runs
a map-reduce at server, over there you can capture the progress of that map
and reduce percentage and send client side for progress bar or feedback
Regards
∞
Shashwat Shriparv
On Mon, Sep 17, 2012 at 9:47 AM, MiaoMiao wrote:
> No
Not familiar with JDBC, but thrift seems can't.
On Sat, Sep 15, 2012 at 3:17 AM, Haijia Zhou wrote:
> Hi, All
> I have am writing a Hive client to run a Hive query using Hive JDBC driver.
> Since the data amount is huge I really would like to see the progress when
> the query is running.
> Is