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

Re: Latest Pig vs Hive comparisons

2012-09-14 Thread Russell Jurney
A detailed post comparing Pig/Hive performance from last week: http://hortonworks.com/blog/pig-performance-and-optimization-analysis/ Russell Jurney twitter.com/rjurney russell.jur...@gmail.com datasyndrome.com On Sep 14, 2012, at 10:55 AM, Anurag Tangri wrote: > Knowing performance statistics

Re: Latest Pig vs Hive comparisons

2012-09-14 Thread Anurag Tangri
Knowing performance statistics would be good too. Sent from my iPhone On Sep 14, 2012, at 10:34 AM, Bharath Mundlapudi wrote: > Hello Community, > > Is there any document/blog comparing different features offered by Pig 0.8 > (0.9, 0.10) or greater and Hive 0.8 (0.9)? > > -Bharath

Latest Pig vs Hive comparisons

2012-09-14 Thread Bharath Mundlapudi
Hello Community, Is there any document/blog comparing different features offered by Pig 0.8 (0.9, 0.10) or greater and Hive 0.8 (0.9)? -Bharath

Re: insert into table not working with tables prefixed with database name

2012-09-14 Thread Kaufman Ng
Did you run the insert into query twice? And did it append? >From what I observred the query will complete successfully, but it overwrites instead of append. That's the problem. On Thu, Sep 13, 2012 at 11:07 PM, MiaoMiao wrote: > This query works on my hive 0.8 > > insert into table tmp.testt