apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.15k stars 2.14k forks source link

How is iceberg compatible with hive's tez engine #8757

Open dragon-feng opened 11 months ago

dragon-feng commented 11 months ago

Query engine

No response

Question

How is iceberg compatible with hive's tez engine

pvary commented 11 months ago

There are some missing features in Hive3's Tez dependency, so DML operations are not supported with Hive3 and Tez. See: https://iceberg.apache.org/docs/latest/hive/#feature-support

On the other hand Hive4 supports Iceberg out of the box. You just download, and use Iceberg tables.