Updated on 2024-07-10 GMT+08:00

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')