- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to Insert all the Data in a Partitioned Table - Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception when loading 334 partitions in table
- Labels:
-
Apache Hive
-
HDFS
Created ‎01-26-2022 11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to insert data into a partitioned table. However, after some data inserted successfully, arise an exception:
The partitioned field is a date format (2021-01-26).
Even more, the error change in some cases:
E.g. for some data the Exception is:
Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception when loading 334 partitions in table data_wview_release with loadPath=hdfs://haprod/warehouse/tablespace/managed/hive/datam.db/data_w
And for other data the Exception is:
Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Exception updating metastore for acid table datam.data_autorizaciones_wview_release with partitions [data_wview_release(fc_dia=2021-06-24), data_wview_release(fc_dia=2021-06-14),
Any idea how to fix it?
Thanks
Created ‎02-17-2022 11:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can we have complete error stack trace or hs2 logs and version details for reference?
