title: Creating Iceberg tables in Hue author: Hue Team type: post date: 2022-10-11T00:00:00+00:00 url: /blog/2022-10-11-creating-iceberg-tables-in-hue sf_thumbnail_type:
Apache Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time.
Hue supports various dialects such as Hive, Impala, SparkSQL, Phoenix, and so on. In the past year, Hue importer has been upgraded with new features and improvements. You can import local files, drag and drop files into the Hue importer, create Phoenix tables, and create tables from excel files for these dialects in a few clicks. You just need to load the data and submit it. In this release, Hue supports creating Iceberg tables in Hive, and Impala dialects.
You can try this feature in the latest Hue version.
Onwards!
Ayush from the Hue Team