This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fd7f2bc [DOCS] Add Trino and Pulsar to homepage (#2815)
fd7f2bc is described below
commit fd7f2bc2f25a1bc3ac49b56f91617f465bc9eb88
Author: vinoth chandar <[email protected]>
AuthorDate: Wed Apr 14 15:28:59 2021 -0700
[DOCS] Add Trino and Pulsar to homepage (#2815)
- Redesigned home page image on lucidchart
- Lucidchart is now shared in community gdrive
- Added docs/support matrix for trino
---
docs/_docs/2_3_querying_data.md | 10 ++++++++++
docs/assets/images/hudi-lake.png | Bin 572704 -> 150248 bytes
2 files changed, 10 insertions(+)
diff --git a/docs/_docs/2_3_querying_data.md b/docs/_docs/2_3_querying_data.md
index 799adfa..024e4f8 100644
--- a/docs/_docs/2_3_querying_data.md
+++ b/docs/_docs/2_3_querying_data.md
@@ -42,6 +42,7 @@ Following tables show whether a given query is supported on
specific query engin
|**Spark Datasource**|Y|Y|
|**Flink SQL**|Y|N|
|**PrestoDB**|Y|N|
+|**Trino**|Y|N|
|**Impala**|Y|N|
@@ -56,6 +57,7 @@ Note that `Read Optimized` queries are not applicable for
COPY_ON_WRITE tables.
|**Spark Datasource**|Y|Y|Y|
|**Flink SQL**|Y|Y|Y|
|**PrestoDB**|Y|N|Y|
+|**Trino**|N|N|Y|
|**Impala**|N|N|Y|
@@ -233,6 +235,14 @@ for different versions of PrestoDB.
| >= 0.233 | No action needed. Hudi (0.5.1-incubating) is a
compile time dependency. | Snapshot querying on COW tables. Read optimized
querying on MOR tables. |
| >= 0.240 | No action needed. Hudi 0.5.3 version is a compile
time dependency. | Snapshot querying on both COW and MOR tables |
+## Trino
+
+[Trino](https://trino.io/) (formerly PrestoSQL) was forked off PrestoDB few
years ago. Hudi supports snapshot queries on Copy-On-Write tables & Read
Optimized queries
+on Merge-On-Read tables at the moment, through the initial input format based
integration in PrestoDB (pre forking). This approach has
+known performance limitations with very large tables, which has been since
fixed on PrestoDB. We are working on replicating the same fixes on Trino as
well.
+
+To query Hudi tables on Trino, please place the `hudi-presto-bundle` jar into
the Hive connector installation `<trino_install>/plugin/hive-hadoop2`.
+
## Impala (3.4 or later)
### Snapshot Query
diff --git a/docs/assets/images/hudi-lake.png b/docs/assets/images/hudi-lake.png
index 6a0c5c9..103c040 100644
Binary files a/docs/assets/images/hudi-lake.png and
b/docs/assets/images/hudi-lake.png differ