Member since
01-16-2020
1
Post
0
Kudos Received
0
Solutions
01-16-2020
07:45 AM
Hi, I faced the same issue and I used the below query. The solution is the bold parts of the query ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde' WITH SERDEPROPERTIES ('separatorChar' = ",",'quoteChar'= "\"", 'escapeChar' = "\\") STORED AS INPUTFORMAT 'org.apache.hadoop.mapred.TextInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat' thanks
... View more