Re: How connect to hive server without using jdbc

2012-09-25 Thread Haijia Zhou
the page also contains information about using other APIs to connect to
Hive.

On Tue, Sep 25, 2012 at 1:44 PM, Abhishek  wrote:

> Hi Zhou,
>
> But Iam looking to connect to hive server without jdbc. Some other way
> through API
>
> Regards
> Abhi
>
> Sent from my iPhone
>
> On Sep 25, 2012, at 1:15 PM, Haijia Zhou  wrote:
>
> https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-JDBC
>
> On Tue, Sep 25, 2012 at 1:13 PM, Abhishek wrote:
>
>> Hi all,
>>
>> Is there any way to connect to hive server through API??
>>
>> Regards
>> Abhi
>>
>>
>>
>> Sent from my iPhone
>>
>
>


Re: How connect to hive server without using jdbc

2012-09-25 Thread Haijia Zhou
https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-JDBC

On Tue, Sep 25, 2012 at 1:13 PM, Abhishek  wrote:

> Hi all,
>
> Is there any way to connect to hive server through API??
>
> Regards
> Abhi
>
>
>
> Sent from my iPhone
>


Re: Show job progress when using JDBC to run HIVE query

2012-09-17 Thread Haijia Zhou
Thanks a lot for all the answers and suggestions.
Looks like one hacky workaround is to check the hadoop task status. But for
my project it's way too much cost.


On Mon, Sep 17, 2012 at 8:31 AM, Bennie Schut  wrote:

> The jdbc driver uses thrift so if thrift can't then jdbc can't.
>
> This can be surprisingly difficult to do. Hive can split a query into x
> hadoop jobs and some will run in parallel and some will run in sequence.
> I've used oracle in the past (10 and 11) and I could also never find 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
>
>
> 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 there anyway I can get the job progress?
> > Thanks
> > Haijia
>


Show job progress when using JDBC to run HIVE query

2012-09-14 Thread Haijia Zhou
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 there anyway I can get the job progress?
Thanks
Haijia


subscribe

2012-09-06 Thread Haijia Zhou
I would like to subscribe to Hive user mail list