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.CS
Hi All,
Whats the best way to add custom serde jar.
looks like add jar says added successfully and I am able to list that jar in
hive interface
However Create table fails to find the class.
Thanks
Ankit
Hi
I am facing a weird issue with the file parsing. My log files have a thorn
'รพ' as separator.
I tried writing a test case for deserializer and kind of confused by the
fact it works fine as I pass the line to the deserializer, however when i
run it on hive the line is not split into columns and