java - Hadoop getting data error -


i'm trying data tables using java program. added jars project in eclipse receive error:

exception in thread "main" java.sql.sqlexception: query returned non-zero code: 40000,  cause: failed: runtimeexception metaexception(message:java.lang.classnotfoundexception                  class com.cloudera.hive.serde.jsonserde not found)         @ org.apache.hadoop.hive.jdbc.hivestatement.executequery(hivestatement.java:189)         @ hive.hiveqlwhere.main(hiveqlwhere.java:27) 


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -