pvary commented on issue #7924: URL: https://github.com/apache/iceberg/issues/7924#issuecomment-1612446673
I think the issue is with the Iceberg commit is not done, or it was not successfully. I see that there is no `previous_metadata_location` in the list of the HMS table properties, and the filename for the `metadata_location` starts with `00000`. You can confirm the theory by reading the Iceberg table with another tool. Also you can see in the documentation: > DML operations work only with MapReduce execution engine. Could you try the write with `set hive.execution.engine=mr`? If you want to use tez as an execution engine, you should switch to Hive 4.0.0-alpha-2 which has native Iceberg support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
