RE: Any advice about complex Hive tables?

2012-10-13 Thread Connell, Chuck
You can get the jar from the "Downloads" link on the serde's home page. It is on the right side of the page. From: Sadananda Hegde [saduhe...@gmail.com] Sent: Saturday, October 13, 2012 8:31 PM To: user@hive.apache.org Subject: Re: Any advice about complex Hive t

RE: Any advice about complex Hive tables?

2012-10-13 Thread Connell, Chuck
Put the serde jar in some place like /usr/lib/hive/extra_libs, then start Hive as "hive --auxpath /usr/lib/hive/extra_libs" Chuck From: Sadananda Hegde [saduhe...@gmail.com] Sent: Saturday, October 13, 2012 8:31 PM To: user@hive.apache.org Subject: Re: Any advic

Re: Any advice about complex Hive tables?

2012-10-13 Thread Sadananda Hegde
Thanks, Chuck. But I am getting the following error when I execute the CREATE TABLE statement. 'FAILED: Error in metadata: Cannot validate serde: org.openx.data.jsonserde.JsonSerDe" Am I supposed to down load / add any jar file to hive server? Thanks for your help. Sadu On Fri, Oct 12, 201

Custom Serde/Connector Null Pointer Exception

2012-10-13 Thread John Omernik
Greetings all. I am not sure if this is a hive issue or a custom serde issue. So I will ask in both places. I am trying to use the mongodb connection written by yc-huang. This could have great potential with our data. THe link is here. https://github.com/yc-huang/Hive-mongo I followed instruct