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/iceberg-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7138c949 deploy: c8452f6b5263f7a94f1355f0090bb3becd7c47b0
7138c949 is described below

commit 7138c949dcf0c87f29d930283d8ab2f860c7b23e
Author: Fokko <[email protected]>
AuthorDate: Thu Aug 25 16:04:06 2022 +0000

    deploy: c8452f6b5263f7a94f1355f0090bb3becd7c47b0
---
 getting-started/index.html      | 20 +-------------------
 landingpagesearch.json          |  2 +-
 multi-engine-support/index.html |  4 ++--
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/getting-started/index.html b/getting-started/index.html
index b3c6e0d8..52cc0335 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -1,19 +1 @@
-<!--
- - Licensed to the Apache Software Foundation (ASF) under one or more
- - contributor license agreements.  See the NOTICE file distributed with
- - this work for additional information regarding copyright ownership.
- - The ASF licenses this file to You under the Apache License, Version 2.0
- - (the "License"); you may not use this file except in compliance with
- - the License.  You may obtain a copy of the License at
- -
- -   http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing, software
- - distributed under the License is distributed on an "AS IS" BASIS,
- - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- - See the License for the specific language governing permissions and
- - limitations under the License.
- -->
-<head>
-  <meta http-equiv="Refresh" content="0; url='/docs/latest/getting-started'" />
-</head>
+<!doctype html><html 
lang=en-us><head><title>https://iceberg.apache.org/spark-quickstart/</title><link
 rel=canonical href=https://iceberg.apache.org/spark-quickstart/><meta 
name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh 
content="0; url=https://iceberg.apache.org/spark-quickstart/";></head></html>
\ No newline at end of file
diff --git a/landingpagesearch.json b/landingpagesearch.json
index 566ef371..7760577d 100644
--- a/landingpagesearch.json
+++ b/landingpagesearch.json
@@ -1 +1 @@
-[{"categories":null,"content":" Spark and Iceberg Quickstart This guide will 
get you up and running with an Iceberg and Spark environment, including sample 
code to highlight some powerful features. You can learn more about Iceberg’s 
Spark runtime by checking out the Spark section.\nDocker-Compose Creating a 
table Writing Data to a Table Reading Data from a Table Adding A Catalog Next 
Steps Docker-Compose The fastest way to get started is to use a docker-compose 
file that uses the the tab [...]
\ No newline at end of file
+[{"categories":null,"content":" Spark and Iceberg Quickstart This guide will 
get you up and running with an Iceberg and Spark environment, including sample 
code to highlight some powerful features. You can learn more about Iceberg’s 
Spark runtime by checking out the Spark section.\nDocker-Compose Creating a 
table Writing Data to a Table Reading Data from a Table Adding A Catalog Next 
Steps Docker-Compose The fastest way to get started is to use a docker-compose 
file that uses the the tab [...]
\ No newline at end of file
diff --git a/multi-engine-support/index.html b/multi-engine-support/index.html
index d119932a..0566dc2d 100644
--- a/multi-engine-support/index.html
+++ b/multi-engine-support/index.html
@@ -13,8 +13,8 @@ New features in Iceberg could be developed against the latest 
features of an eng
 When using Iceberg with these engines, the runtime jar is the only addition to 
the classpath needed in addition to vendor dependencies.
 For example, to use Iceberg with Spark 3.2 and AWS integrations, 
<code>iceberg-spark-runtime-3.2_2.12</code> and AWS SDK dependencies are needed 
for the Spark installation.</p><p>Spark and Flink provide different runtime 
jars for each supported engine version.
 Hive 2 and Hive 3 currently share the same runtime jar.
-The runtime jar names and latest version download links are listed in <a 
href=./multi-engine-support/#current-engine-version-lifecycle-status>the tables 
below</a>.</p><h3 id=engine-version-lifecycle>Engine Version 
Lifecycle</h3><p>Each engine version undergoes the following lifecycle 
stages:</p><ol><li><strong>Beta</strong>: a new engine version is supported, 
but still in the experimental stage. Maybe the engine version itself is still 
in preview (e.g. Spark <code>3.0.0-preview</code>),  [...]
-Users should continuously upgrade their Flink version to stay 
up-to-date.</p><table><thead><tr><th>Version</th><th>Lifecycle 
Stage</th><th>Initial Iceberg Support</th><th>Latest Iceberg 
Support</th><th>Latest Runtime 
Jar</th></tr></thead><tbody><tr><td>1.11</td><td>End of 
Life</td><td>0.9.0</td><td>0.12.1</td><td><a 
href="https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime/0.12.1/iceberg-flink-runtime-0.12.1.jar";>iceberg-flink-runtime</a></td></tr><tr
 [...]
+The runtime jar names and latest version download links are listed in <a 
href=./multi-engine-support/#current-engine-version-lifecycle-status>the tables 
below</a>.</p><h3 id=engine-version-lifecycle>Engine Version 
Lifecycle</h3><p>Each engine version undergoes the following lifecycle 
stages:</p><ol><li><strong>Beta</strong>: a new engine version is supported, 
but still in the experimental stage. Maybe the engine version itself is still 
in preview (e.g. Spark <code>3.0.0-preview</code>),  [...]
+Users should continuously upgrade their Flink version to stay 
up-to-date.</p><table><thead><tr><th>Version</th><th>Lifecycle 
Stage</th><th>Initial Iceberg Support</th><th>Latest Iceberg 
Support</th><th>Latest Runtime 
Jar</th></tr></thead><tbody><tr><td>1.11</td><td>End of 
Life</td><td>0.9.0</td><td>0.12.1</td><td><a 
href="https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime/0.12.1/iceberg-flink-runtime-0.12.1.jar";>iceberg-flink-runtime</a></td></tr><tr
 [...]
 This allows the Iceberg support to evolve with the engine.
 Projects such as <a 
href=https://trino.io/docs/current/connector/iceberg.html>Trino</a> and <a 
href=https://prestodb.io/docs/current/connector/iceberg.html>Presto</a> are 
good examples of such support strategy.</p><p>In this approach, an Iceberg 
version upgrade is needed for an engine to consume new Iceberg features.
 To facilitate engine development against unreleased Iceberg features, a daily 
snapshot is published in the <a 
href=https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/>Apache
 snapshot repository</a>.</p><p>If bringing an engine directly to the Iceberg 
main repository is needed, please raise a discussion thread in the <a 
href=../community>Iceberg community</a>.</p></div><div id=toc 
class=markdown-body><div id=full><nav id=TableOfContents><ul><li><a 
href=#multi- [...]

Reply via email to