hive using serdeproperties gives error
问题 I am trying to create the hive table so that the hdfs file system have UTF-8 Format, the problem is the query is giving error, not sure what I am doing wrong. DROP TABLE IF EXISTS output_2057565014; CREATE TABLE temp.output_2057565014 ROW FORMAT DELIMITED FIELDS TERMINATED BY 'ธ' COLLECTION ITEMS TERMINATED BY '|' MAP KEYS TERMINATED BY '$' with serdeproperties('serialization.encoding'='UTF-8') LOCATION '/tmp/test-2057565014' AS SELECT * from temp.abc 回答1: "the query is giving error" > yeah,