Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Apache Hive starting from 4.0 out of the box supports the Iceberg table format, the iceberg tables can be created like regular hive external or ACID tables, without the need of any need of adding any extra jars.


Creating an Iceberg Table

An iceberg table can be created using STORED BY ICEBERG keywords while creating a table.

example

Code Block
titleCreate Table Syntax
CREATE TABLE TABLE1 (ID INT) STORED BY ICEBERG