Member since
05-17-2016
2
Posts
0
Kudos Received
0
Solutions
05-17-2016
10:14 AM
What if I am not able to add the jar via setting tab [error - Insufficient privileges to execute ADD] ? Also if I want this jar to be available to all the users, how can i do that ? Please suggest.
... View more
05-17-2016
10:06 AM
Hi Romainr, I am using cdh5.5.2 with Hue 3.9.0. As part of Hive Config, I have set Hive Auxiliary JARs Directory as '/usr/lib/hive/lib' which contains the Json Serde Jar. Further I have - 1) Using Hive Command Line - Created a table in Hive, with [ ROW FORMAT SERDE 'com.cloudera.hive.serde.JSONSerDe' ] 2) Loaded sample data to Hive table 3) Ran 'select * tableName;' successfully. 4) When I ran the same in < Hue - Hive Editor >, I am facing the following error- FAILED: RuntimeException MetaException(message:java.lang.ClassNotFoundException Class com.cloudera.hive.serde.JSONSerDe not found) Can you please advise ?
... View more