Member since
03-11-2015
10
Posts
0
Kudos Received
0
Solutions
11-17-2016
10:56 PM
Hi, I am following steps from the following link for RHadoop installation on cloudera https://ashokharnal.wordpress.com/2013/08/25/installing-r-rhadoop-and-rstudio-over-cloudera-hadoop-ecosystem/#comment-2441 Will it work for cloudera 1.6? Thanks.
... 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