forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.5 KiB
1.5 KiB
What Should I Do If Data Failed to Be Synchronized to a Hive Parquet Table Using HCatalog?
Question
When the partition fields in a Hive parquet table are not of the string type, data in the table can be synchronized only using HCatalog. What should I do if the following error message is displayed during data synchronization?
Answer
- Delete the restricted code in the SqoopHCatUtilities class of Sqoop.
- Change the value of the hive.metastore.integral.jdo.pushdown parameter in the hive-site.xml file on the Hive client to true.
Parent topic: Common Issues About Sqoop