Below part of my Hive create table query is failing:
ROW FORMAT DELIMITED
NULL DEFINED AS ''
WITH SERDEPROPERTIES (
'escapeChar'='\\',
'quoteChar'='\'',
'separatorChar'='^')
and getting error as "Error: Error while compiling statement:
FAILED: ParseException line 59:0 missing EOF at 'WITH' near '''' (state=42000,code=40000)"
Can anyone help me out.
Thanks for Advance