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 3d9cd59  Travis CI build asf-site
3d9cd59 is described below

commit 3d9cd59f4a22b635b85718c486cb0b4bb65180cd
Author: CI <[email protected]>
AuthorDate: Thu Apr 15 00:36:45 2021 +0000

    Travis CI build asf-site
---
 content/assets/images/hudi-lake.png | Bin 572704 -> 150248 bytes
 content/docs/querying_data.html     |  20 ++++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/content/assets/images/hudi-lake.png 
b/content/assets/images/hudi-lake.png
index 6a0c5c9..103c040 100644
Binary files a/content/assets/images/hudi-lake.png and 
b/content/assets/images/hudi-lake.png differ
diff --git a/content/docs/querying_data.html b/content/docs/querying_data.html
index 548df98..950639d 100644
--- a/content/docs/querying_data.html
+++ b/content/docs/querying_data.html
@@ -376,6 +376,7 @@
   </li>
   <li><a href="#flink-sql">Flink SQL</a></li>
   <li><a href="#prestodb">PrestoDB</a></li>
+  <li><a href="#trino">Trino</a></li>
   <li><a href="#impala-34-or-later">Impala (3.4 or later)</a>
     <ul>
       <li><a href="#snapshot-query">Snapshot Query</a></li>
@@ -450,6 +451,11 @@ with special configurations that indicates to query 
planning that only increment
       <td>N</td>
     </tr>
     <tr>
+      <td><strong>Trino</strong></td>
+      <td>Y</td>
+      <td>N</td>
+    </tr>
+    <tr>
       <td><strong>Impala</strong></td>
       <td>Y</td>
       <td>N</td>
@@ -502,6 +508,12 @@ with special configurations that indicates to query 
planning that only increment
       <td>Y</td>
     </tr>
     <tr>
+      <td><strong>Trino</strong></td>
+      <td>N</td>
+      <td>N</td>
+      <td>Y</td>
+    </tr>
+    <tr>
       <td><strong>Impala</strong></td>
       <td>N</td>
       <td>N</td>
@@ -781,6 +793,14 @@ for different versions of PrestoDB.</p>
   </tbody>
 </table>
 
+<h2 id="trino">Trino</h2>
+
+<p><a href="https://trino.io/";>Trino</a> (formerly PrestoSQL) was forked off 
PrestoDB few years ago. Hudi supports snapshot queries on Copy-On-Write tables 
&amp; 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.</p>
+
+<p>To query Hudi tables on Trino, please place the <code 
class="highlighter-rouge">hudi-presto-bundle</code> jar into the Hive connector 
installation <code 
class="highlighter-rouge">&lt;trino_install&gt;/plugin/hive-hadoop2</code>.</p>
+
 <h2 id="impala-34-or-later">Impala (3.4 or later)</h2>
 
 <h3 id="snapshot-query">Snapshot Query</h3>

Reply via email to