All Data Is Written to the First Field of MRS Hive
Cause Analysis
Column separators are used during table creation.
Solution
Run the following command in the database to set the separator:
alter table Table name set serdeproperties('field.delim'='Separator')
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.