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 f3f10f9  deploy: d1094b465dc61e3728d36a53cde534e274a47711
f3f10f9 is described below

commit f3f10f9b9794c4406efd78e9eb0a3a7e5841397f
Author: rdblue <[email protected]>
AuthorDate: Tue Feb 8 00:42:40 2022 +0000

    deploy: d1094b465dc61e3728d36a53cde534e274a47711
---
 index.html  | 26 +++++++++++++-------------
 index.xml   |  8 ++++----
 sitemap.xml |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/index.html b/index.html
index 0a74dec..c6ae7d4 100644
--- a/index.html
+++ b/index.html
@@ -122,10 +122,10 @@ Iceberg is a high-performance format for huge analytic 
tables. Iceberg brings th
 </div>
 </section>
 <section id=services>
-<div class=content-section-b>
+<div class=content-section-a>
 <div class=container>
 <div class=row>
-<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
+<div class="col-lg-5 col-sm-6">
 <hr class=section-heading-spacer>
 <div class=clearfix></div>
 <h2 class=section-heading>Expressive SQL</h2>
@@ -138,7 +138,7 @@ Iceberg supports flexible SQL commands to merge new data, 
update existing rows,
 </li>
 </ul>
 </div>
-<div class="col-lg-5 col-sm-pull-6 col-sm-6">
+<div class="col-lg-5 col-lg col-sm-6">
 <div id=termynal-expressive-sql data-termynal data-ty-startdelay=2000 
data-ty-typedelay=20 data-ty-linedelay=500>
 <span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">MERGE INTO 
prod.nyc.taxis pt</span>
 <span data-ty=input data-ty-cursor=▋ data-ty-prompt>USING (SELECT * FROM 
staging.nyc.taxis) st</span>
@@ -186,10 +186,10 @@ Schema evolution just works. Adding a column won't bring 
back "zombie" data. Col
 </div>
 </div>
 </div>
-<div class=content-section-b>
+<div class=content-section-a>
 <div class=container>
 <div class=row>
-<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
+<div class="col-lg-5 col-sm-6">
 <hr class=section-heading-spacer>
 <div class=clearfix></div>
 <h2 class=section-heading>Hidden Partitioning</h2>
@@ -202,19 +202,19 @@ Iceberg handles the tedious and error-prone task of 
producing partition values f
 </li>
 </ul>
 </div>
-<div class="col-lg-5 col-sm-pull-6 col-sm-6">
+<div class="col-lg-5 col-lg col-sm-6">
 </div>
-<div class="col-lg-5 col-sm-pull-6 col-sm-6">
+<div class="col-lg-5 col-lg-offset-2 col-sm-6">
 <script 
src=https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js></script>
 <lottie-player 
src=https://iceberg.apache.org/lottie/hidden-partitioning-animation.json 
background=transparent speed=0.5 style="width: 600px; height: 400px;" loop 
autoplay></lottie-player>
 </div>
 </div>
 </div>
 </div>
-<div class=content-section-a>
+<div class=content-section-b>
 <div class=container>
 <div class=row>
-<div class="col-lg-5 col-sm-6">
+<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
 <hr class=section-heading-spacer>
 <div class=clearfix></div>
 <h2 class=section-heading>Time Travel and Rollback</h2>
@@ -227,7 +227,7 @@ Time-travel enables reproducible queries that use exactly 
the same table snapsho
 </li>
 </ul>
 </div>
-<div class="col-lg-5 col-lg col-sm-6">
+<div class="col-lg-5 col-sm-pull-6 col-sm-6">
 <div class=termynal-container>
 <div id=termynal-time-travel data-termynal data-ty-startdelay=6000 
data-ty-typedelay=20 data-ty-linedelay=500>
 <span data-ty=input data-ty-cursor=▋ 
data-ty-prompt="scala>">spark.read.table("taxis").count()</span>
@@ -247,16 +247,16 @@ Time-travel enables reproducible queries that use exactly 
the same table snapsho
 </div>
 </div>
 </div>
-<div class=content-section-b>
+<div class=content-section-a>
 <div class=container>
 <div class=row>
-<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
+<div class="col-lg-5 col-sm-6">
 <hr class=section-heading-spacer>
 <div class=clearfix></div>
 <h2 class=section-heading>Data Compaction</h2>
 Data compaction is supported out-of-the-box and you can choose from different 
rewrite strategies such as bin-packing or sorting to optimize file layout and 
size.
 </div>
-<div class="col-lg-5 col-sm-pull-6 col-sm-6">
+<div class="col-lg-5 col-lg col-sm-6">
 <div id=termynal-data-compaction data-termynal data-ty-startdelay=8000 
data-ty-typedelay=20 data-ty-linedelay=500>
 <span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">CALL 
system.rewrite_data_files("nyc.taxis");</span>
 </div>
diff --git a/index.xml b/index.xml
index 413189c..951da6b 100644
--- a/index.xml
+++ b/index.xml
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache 
Iceberg</title><link>https://iceberg.apache.org/</link><description>Recent 
content on Apache Iceberg</description><generator>Hugo -- 
gohugo.io</generator><language>en-us</language><atom:link 
href="https://iceberg.apache.org/index.xml"; rel="self" 
type="application/rss+xml"/><item><title/><link>https://iceberg.apache.org/community/</link><pubDate>Mon,
 01 [...]
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache 
Iceberg</title><link>https://iceberg.apache.org/</link><description>Recent 
content on Apache Iceberg</description><generator>Hugo -- 
gohugo.io</generator><language>en-us</language><atom:link 
href="https://iceberg.apache.org/index.xml"; rel="self" 
type="application/rss+xml"/><item><title>Expressive 
SQL</title><link>https://iceberg.apache.org/services/exp [...]
 Community discussions happen primarily on the dev mailing list, on 
apache-iceberg Slack workspace, and on specific GitHub issues.
 Contributing The Iceberg Project is hosted on Github at 
https://github.com/apache/iceberg.
 The Iceberg community prefers to receive contributions as Github pull requests.
-View open pull requests Learn about pull requests Issues Issues are tracked in 
GitHub:</description></item><item><title>Expressive 
SQL</title><link>https://iceberg.apache.org/services/expressive-sql/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/services/expressive-sql/</guid><description>"MERGE
 INTO prod.nyc.taxis pt USING (SELECT * FROM staging.nyc.taxis) st ON pt.id = 
st.id WHEN NOT MATCHED THEN INSERT *; Done! "</description></item><item><ti 
[...]
+View open pull requests Learn about pull requests Issues Issues are tracked in 
GitHub:</description></item><item><title/><link>https://iceberg.apache.org/blogs/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/blogs/</guid><description>Iceberg
 Blogs Here is a list of company blogs that talk about Iceberg. The blogs are 
ordered from most recent to oldest.
 Using Flink CDC to synchronize data from MySQL sharding tables and build 
real-time data lake Date: 11 November 2021, Company: Ververica, Alibaba Could 
Author: Yuxia Luo, Jark Wu, Zheng Hu
 Metadata Indexing in Iceberg Date: 10 October 2021, Company: Tabular Author: 
Ryan Blue
-Using Debezium to Create a Data Lake with Apache Iceberg Date: October 20th, 
2021, Company: Memiiso Community Author: Ismail 
Simsek</description></item><item><title>Full Schema 
Evolution</title><link>https://iceberg.apache.org/services/schema-evolution/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/services/schema-evolution/</guid><description>"ALTER
 TABLE taxis ALTER COLUMN trip_distance TYPE double; Done! "ALTER TABLE taxis 
ALTER COLUMN trip_d [...]
+Using Debezium to Create a Data Lake with Apache Iceberg Date: October 20th, 
2021, Company: Memiiso Community Author: Ismail 
Simsek</description></item><item><title/><link>https://iceberg.apache.org/talks/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/talks/</guid><description>Iceberg
 Talks Here is a list of talks and other videos related to Iceberg.
 Expert Roundtable: The Future of Metadata After Hive Metastore Date: November 
15, 2021, Authors: Lior Ebel, Seshu Adunuthula, Ryan Blue &amp;amp; Oz Katz
 Spark and Iceberg at Apple&amp;rsquo;s Scale - Leveraging differential files 
for efficient upserts and deletes Date: October 21, 2020, Author: Anton
-Apache Iceberg - A Table Format for Huge Analytic Datasets Date: October 21, 
2020, Author: Ryan Blue</description></item><item><title>Hidden 
Partitioning</title><link>https://iceberg.apache.org/services/hidden-partitioning/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/services/hidden-partitioning/</guid><description/></item><item><title>Time
 Travel and 
Rollback</title><link>https://iceberg.apache.org/services/time-travel/</link><pubDate>Mon,
 01 [...]
+Apache Iceberg - A Table Format for Huge Analytic Datasets Date: October 21, 
2020, Author: Ryan 
Blue</description></item><item><title/><link>https://iceberg.apache.org/releases/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/releases/</guid><description>Downloads
 The latest version of Iceberg is 0.12.1.
 0.12.1 source tar.gz &amp;ndash; signature &amp;ndash; sha512 0.12.1 Spark 3.0 
runtime Jar 0.12.1 Spark 2.4 runtime Jar 0.12.1 Flink runtime Jar 0.12.1 Hive 
runtime Jar To use Iceberg in Spark, download the runtime JAR and add it to the 
jars folder of your Spark install. Use iceberg-spark3-runtime for Spark 3, and 
iceberg-spark-runtime for Spark 2.4.
 To use Iceberg in Hive, download the iceberg-hive-runtime JAR and add it to 
Hive using ADD 
JAR.</description></item><item><title/><link>https://iceberg.apache.org/spec/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://iceberg.apache.org/spec/</guid><description>Iceberg
 Table Spec This is a specification for the Iceberg table format that is 
designed to manage a large, slow-changing collection of files in a distributed 
file system or key-value store as a table.
 Format Versioning Versions 1 and 2 of the Iceberg spec are complete and 
adopted by the community.
diff --git a/sitemap.xml b/sitemap.xml
index 98ddd06..7619089 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://iceberg.apache.org/community/</loc></url><url><loc>https://iceberg.apache.org/services/expressive-sql/</loc></url><url><loc>https://iceberg.apache.org/blogs/</loc></url><url><loc>https://iceberg.apache.org/services/schema-evolution/</loc></url><url><loc>https://iceberg.apache.org/talks/</loc></url><url><loc>https:/
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://iceberg.apache.org/services/expressive-sql/</loc></url><url><loc>https://iceberg.apache.org/services/schema-evolution/</loc></url><url><loc>https://iceberg.apache.org/services/hidden-partitioning/</loc></url><url><loc>https://iceberg.apache.org/services/time-travel/</loc></url><url><loc>https://iceberg.apache.org/s
 [...]
\ No newline at end of file

Reply via email to