diff --git a/docs/content/_index.md b/docs/content/_index.md index d93adedd6..56cd2fd93 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -21,7 +21,7 @@ type: docs  -**Apache Iceberg is an open table format for huge analytic datasets.** Iceberg adds tables to compute engines including Spark, Trino, PrestoDB, Flink and Hive using a high-performance table format that works just like a SQL table. +**Apache Iceberg is an open table format for huge analytic datasets.** Iceberg adds tables to compute engines including Spark, Trino, PrestoDB, Flink, Hive and Impala using a high-performance table format that works just like a SQL table. ### User experience diff --git a/docs/static/img/impala-logo.png b/docs/static/img/impala-logo.png new file mode 100644 index 000000000..d414518b3 Binary files /dev/null and b/docs/static/img/impala-logo.png differ diff --git a/landing-page/content/about/about.html b/landing-page/content/about/about.html index 8cdfe9924..9e721e675 100644 --- a/landing-page/content/about/about.html +++ b/landing-page/content/about/about.html @@ -19,7 +19,7 @@ - limitations under the License. --> -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, and Hive to safely work with the same tables, at the same time. +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.