Hi All, when I execute the create table query-I get error
Query ---------- create external table my_table(a string, b string, c string) row format serde 'com.test.CSVSerde' stored as textfile; Error Mesage - ------------------ Error in metadata: Cannot validate serde: com.vantage.hive.CSVSerde FAILED: Execution Error, return code 1 from org.apache.hadoop.hive .ql.exec.DDLTask Any body has any thoughts
