query though hive jdbc cause chinese character become unrecognizable characters

2013-12-05 Thread ch huang
hi,maillist: we use hive to store UTF8 chinese character ,but query through hive jdbc ,it become some unreadable characters,it's normal to use hive shell.why? it's a bug in hive jdbc?how can i solve this?

ORC file-format partition elimination

2013-12-05 Thread Xiu Guo
A quick question: Does Hive-0.11 support partition elimination for ORC files by default? Or does anything have to be set in configuration settings? Thanks!

Re: Hive .012 works with CDH 4.2.0

2013-12-05 Thread bharath vissapragada
bcc: user@hive.apache.org + cdh-u...@cloudera.org No, they aren't tested together and we suggested not replace the packages as there is chance that you might corrupt your hive metastore data and this makes existing hive unusable. You might want to upgrade to CDH 5 beta that includes many of the b

Hive .012 works with CDH 4.2.0

2013-12-05 Thread Garg, Rinku
Hi All, We have installed CDH4.2.0 and hive-0.10.0-cdh4.2.0. Both are working as desired. Now we want to replace hive-0.10.0-cdh4.2.0 with apache hive 0.12. Will this combination works? Thanks & Regards, Rinku Garg - Global Commercial Services _ The information contained in this

RE: hive.query.string not reflecting the current query

2013-12-05 Thread Peter Marron
Hi, Sorry for the late reply. Maybe the property 'hive.io.filter.expr.serialized' is something that can help? It works for me, and it certainly works in the case where the query does not result in a Map/Reduce (which is something that I rely on). (If you google you should be able to find out abou