This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ac58a79 deploy: f34143ea8850167195e93a72f2c73cf939ce23f3
ac58a79 is described below
commit ac58a798a8825d0a5a08032762e0ee4a3589a739
Author: deniskuzZ <[email protected]>
AuthorDate: Tue Apr 2 17:02:12 2024 +0000
deploy: f34143ea8850167195e93a72f2c73cf939ce23f3
---
images/hiveIceberg.png | Bin 0 -> 196722 bytes
index.html | 23 ++++++++++++++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/images/hiveIceberg.png b/images/hiveIceberg.png
new file mode 100644
index 0000000..7b2acfc
Binary files /dev/null and b/images/hiveIceberg.png differ
diff --git a/index.html b/index.html
index be38f16..a5958c5 100644
--- a/index.html
+++ b/index.html
@@ -238,13 +238,17 @@ Query-based and MR-based data compactions are supported
out-of-the-box.
</div>
<div class="row divs">
<div class=col-md>
+<a href=https://iceberg.apache.org/docs/latest/hive/>
+<img src=https://hive.apache.org/images/hiveIceberg.png width=500 height=250
alt="Apache Software Foundation"></a>
+</a>
</div>
<div class="col-md feature-border">
-<h2 class=topic-text-style>Hive Replication</h2>
+<h2 class=topic-text-style>Hive Iceberg</h2>
<p>
-Hive supports bootstap and incremental replication for backup and recovery.
+Hive provides out of the box support for Apache Iceberg Tables, a cloud-native,
+high-performance open table format, via Hive StorageHandler.
</p>
-<a href=https://cwiki.apache.org/confluence/display/Hive/Replication
class=icon-block>
+<a href=https://iceberg.apache.org/docs/latest/hive/ class=icon-block>
<button class="custom-button feature-button-style" role=button>Learn
More</button>
</a>
</div>
@@ -313,6 +317,19 @@ Hive uses Apache Calcite's cost based query optimizer
(CBO) and query execution
</explain>
</div>
</div>
+<div class="row divs">
+<div class=col-md>
+</div>
+<div class="col-md feature-border">
+<h2 class=topic-text-style>Hive Replication</h2>
+<p>
+Hive supports bootstap and incremental replication for backup and recovery.
+</p>
+<a href=https://cwiki.apache.org/confluence/display/Hive/Replication
class=icon-block>
+<button class="custom-button feature-button-style" role=button>Learn
More</button>
+</a>
+</div>
+</div>
</div>
</features>
</div>