Re: Thrift Hive client for CDH 4.1 HiveServer2?

2013-01-05 Thread David Morel
On 4 Jan 2013, at 16:04, Jov wrote: they are in the src/service/if and src/metastore/if Cool. But these would be files for HiveServer, not HiveServer2 which has a different API, right? After finally generating the libs, it turns out they work fine on the old-style hive server, but produce this

Re: Thrift Hive client for CDH 4.1 HiveServer2?

2013-01-05 Thread Jov
hereļ¼š https://issues.apache.org/jira/browse/HIVE-2935 https://cwiki.apache.org/Hive/hiveserver2-thrift-api.html HiveServer2 now is CDH extension. I think you can use find cmd to search the CDH src dir to find the .thrift files. 2013/1/5 David Morel dmore...@gmail.com On 4 Jan 2013, at 16:04,

Re: Thrift Hive client for CDH 4.1 HiveServer2?

2013-01-05 Thread David Morel
So that would probably be generated using src/service/if/cli_service.thrift instead of the older hive_service.thrift which i suppose is for hiveserver1. Compiled it, still getting errors that seem transport-related 13/01/04 23:02:22 ERROR server.TThreadPoolServer: Error occurred during processing

Re: hiveserver leak zookeeper connections?

2013-01-05 Thread Ashutosh Chauhan
We have found one source of leak which we think we have fixed. https://issues.apache.org/jira/browse/HIVE-3723 This is a part of hive-0.10 RC0 http://people.apache.org/~hashutosh/hive-0.10.0-rc0/ You can try hive from there and see if this fixes this connection leaking problem. Thanks, Ashutosh

Re: Hive HWI ... request for your experience to be used Production

2013-01-05 Thread Manish Malhotra
Thanks Quiang, And glad that somebody already doing the improvement. Sure let me try it out. Quick questions: 1. What is the license of this HWI version? Can somebody else contribute to this as a true open source software and use it and make it available for community as well? 2. Any plans to

Re: Timestamp, Epoch Time, Functions and other Frustrations

2013-01-05 Thread John Omernik
Mark - I see your discussion with Mr. Harris here: https://issues.apache.org/jira/browse/HIVE-3822 I agree that the result of the from_unixtime() function would return the ts based on the system time, but and struggling with the cast(int as timestamp) returning a value affected by the system

Re: Hive HWI ... request for your experience to be used Production

2013-01-05 Thread Edward Capriolo
coool. On Saturday, January 5, 2013, Qiang Wang wsxy...@gmail.com wrote: Hi Manish: Glad to receive your email because we are making efforts on HWI. We have improved the orignal and added some features and putted it on github: https://github.com/anjuke/hwi It's far from mature and

Re: Hive HWI ... request for your experience to be used Production

2013-01-05 Thread Russell Jurney
Screenshot request: https://github.com/anjuke/hwi/issues/1 Russell Jurney http://datasyndrome.com On Jan 5, 2013, at 4:33 PM, Edward Capriolo edlinuxg...@gmail.com wrote: coool. On Saturday, January 5, 2013, Qiang Wang wsxy...@gmail.com wrote: Hi Manish: Glad to receive your email because