DateTime type column convert issue when replicate data from MySQL to Hive
I found when do replicate data from MySQL to Hive, those DateTime type columns in MySQL will be converted to String type in Hive through Hive Metadata processor, why? How to resolve this issue?
1.
2.
The DataType of record is JSON. How to enforce it to hive datetime type?