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')
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.