You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to perform an INSERT OVERWRITE operation, the hive metastore information of a table are updated to point the latest base directory even in case of an error while executing the operation. And as a result the target table is no longer queryable(from presto) or shows 0 records(from hive)
Error from presto while trying to query such tables: SQL Error [16777232]: Query failed (#20210412_083757_04509_aczvq): Not enough history available for (990,205). Oldest available base: hdfs://abc.xyz.com:8020/warehouse/tablespace/managed/hive/sales_dh.db/opportunity_product_f/base_0000881
The text was updated successfully, but these errors were encountered:
srinikvv
changed the title
INSERT OVERWRITE operation is updating the metastore information of the table to latest base directory even incase of failures
INSERT OVERWRITE operation is updating the metastore information of ACID table to latest base directory even incase of failures
Apr 12, 2021
When trying to perform an INSERT OVERWRITE operation, the hive metastore information of a table are updated to point the latest base directory even in case of an error while executing the operation. And as a result the target table is no longer queryable(from presto) or shows 0 records(from hive)
Error from presto while trying to query such tables:
SQL Error [16777232]: Query failed (#20210412_083757_04509_aczvq): Not enough history available for (990,205). Oldest available base: hdfs://abc.xyz.com:8020/warehouse/tablespace/managed/hive/sales_dh.db/opportunity_product_f/base_0000881
The text was updated successfully, but these errors were encountered: