[ad_1]
I am running the below commands in Hive and have already imported the table ‘sales_withcomma’ however still now working
SELECT * FROM ‘default’.’sales_withcomma’
ALTER TABLE sales_withcomma SET SERDE ‘com.bizo.hive.serde.csv.CSVSerde’
[ad_2]