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 40f2ac6f deploy: e29cbf2bda1cd0a83abec7e54325f7540eead762
40f2ac6f is described below
commit 40f2ac6fd3a269aac8d5999b3705b30f9acf2537
Author: rdblue <[email protected]>
AuthorDate: Tue Aug 9 20:11:46 2022 +0000
deploy: e29cbf2bda1cd0a83abec7e54325f7540eead762
---
getting-started/index.html | 20 +-------------------
index.html | 13 ++++---------
index.xml | 2 +-
services/index.xml | 2 +-
services/time-travel/index.html | 13 ++++---------
5 files changed, 11 insertions(+), 39 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/index.html b/index.html
index ba0b1ec1..8290aaa7 100644
--- a/index.html
+++ b/index.html
@@ -23,16 +23,11 @@
<span data-ty=input data-ty-cursor=▋ data-ty-prompt>RENAME COLUMN
trip_distance</span>
<span data-ty=input data-ty-cursor=▋ data-ty-prompt>TO distance;</span>
<span data-ty>Done!</span></div></div></div></div></div><div
class=content-section-a><div class=container><div class=row><div
class="col-lg-5 col-sm-6"><hr class=section-heading-spacer><div
class=clearfix></div><h2 class=section-heading>Hidden Partitioning</h2>Iceberg
handles the tedious and error-prone task of producing partition values for rows
in a table and skips unnecessary partitions and files automatically. No extra
filters are needed for fast queries, and table layout can be upda [...]
-<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-b><div class=container><div class=row><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>Time-travel enables
reproducible queries [...]
+<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-b><div class=container><div class=row><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>Time-travel enables
reproducible queries [...]
<span data-ty>2,853,020</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val
ONE_DAY_MS=86400000</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val
NOW=System.currentTimeMillis()</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val YESTERDAY=NOW
- ONE_DAY_MS</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">(spark</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.read</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.option("as-of-timestamp",
YESTERDAY)</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.table("taxis")</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.count())</span>
+<span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">SELECT count(*)
FROM nyc.taxis FOR VERSION AS OF 2188465307835585443</span>
+<span data-ty>2,798,371</span>
+<span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">SELECT count(*)
FROM nyc.taxis FOR TIMESTAMP AS OF TIMESTAMP '2022-01-01 00:00:00.000000
Z'</span>
<span data-ty>2,798,371</span></div></div></div></div></div></div><div
class=content-section-a><div class=container><div class=row><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-lg col-sm-6"><div id=termynal-dat [...]
<span class=network-name>Community</span></a></li><li><a
href=https://github.com/apache/iceberg class="btn btn-default btn-lg"><i
class="fa fa-github fa-fw"></i>
<span class=network-name>github</span></a></li><li><a
href=https://join.slack.com/t/apache-iceberg/shared_invite/zt-tlv0zjz6-jGJEkHfb1~heMCJA3Uycrg
class="btn btn-default btn-lg"><i class="fa fa-slack fa-fw"></i>
diff --git a/index.xml b/index.xml
index 84b30650..5b0bf505 100644
--- a/index.xml
+++ b/index.xml
@@ -1,4 +1,4 @@
-<?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 [...]
+<?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 [...]
Docker-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 tabulario/spark-iceberg image
which contains a local Spark cluster with a configured Iceberg
catalog.</description></item><item><title>Releases</title><link>https://iceberg.apache.org/releases/</link><pubDate>Mon,
01 Jan 0001 00:00:00 +0000</pubDate><guid>https://iceberg.apache.org/rel [...]
0.14.0 source tar.gz &ndash; signature &ndash; sha512 0.14.0 Spark
3.3_2.12 runtime Jar &ndash; 3.3_2.13 0.14.0 Spark 3.2_2.12 runtime Jar
&ndash; 3.2_2.13 0.14.0 Spark 3.1 runtime Jar 0.14.0 Spark 3.0 runtime Jar
0.14.0 Spark 2.4 runtime Jar 0.14.0 Flink 1.15 runtime Jar 0.14.0 Flink 1.14
runtime Jar 0.14.0 Flink 1.13 runtime Jar 0.14.0 Hive runtime Jar To use
Iceberg in Spark or Flink, download the runtime JAR for your engine version and
add it to the jars folder of you [...]
Running Benchmarks on GitHub It is possible to run one or more Benchmarks via
the JMH Benchmarks GH action on your own fork of the Iceberg
repo.</description></item><item><title>Blogs</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.
diff --git a/services/index.xml b/services/index.xml
index e2bea627..68d6982a 100644
--- a/services/index.xml
+++ b/services/index.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Services on Apache
Iceberg</title><link>https://iceberg.apache.org/services/</link><description>Recent
content in Services on Apache Iceberg</description><generator>Hugo --
gohugo.io</generator><language>en-us</language><atom:link
href="https://iceberg.apache.org/services/index.xml" rel="self"
type="application/rss+xml"/><item><title>Expressive SQL</title><li [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Services on Apache
Iceberg</title><link>https://iceberg.apache.org/services/</link><description>Recent
content in Services on Apache Iceberg</description><generator>Hugo --
gohugo.io</generator><language>en-us</language><atom:link
href="https://iceberg.apache.org/services/index.xml" rel="self"
type="application/rss+xml"/><item><title>Expressive SQL</title><li [...]
\ No newline at end of file
diff --git a/services/time-travel/index.html b/services/time-travel/index.html
index 37b0d86a..b6f70114 100644
--- a/services/time-travel/index.html
+++ b/services/time-travel/index.html
@@ -3,16 +3,11 @@
<span class=icon-bar></span>
<span class=icon-bar></span>
<span class=icon-bar></span></button>
-<a class="page-scroll navbar-brand" href=https://iceberg.apache.org/><img
class=top-navbar-logo
src=https://iceberg.apache.org//img/iceberg-logo-icon.png> Apache
Iceberg</a></div><div><input type=search class=form-control id=search-input
placeholder=Search... maxlength=64 data-hotkeys=s/></div><div
class=versions-dropdown><span>0.14.0</span> <i class="fa
fa-chevron-down"></i><div class=versions-dropdown-content><ul><li
class=versions-dropdown-selection><a href=/docs/latest>latest</a></li [...]
+<a class="page-scroll navbar-brand" href=https://iceberg.apache.org/><img
class=top-navbar-logo
src=https://iceberg.apache.org//img/iceberg-logo-icon.png> Apache
Iceberg</a></div><div><input type=search class=form-control id=search-input
placeholder=Search... maxlength=64 data-hotkeys=s/></div><div
class=versions-dropdown><span>0.14.0</span> <i class="fa
fa-chevron-down"></i><div class=versions-dropdown-content><ul><li
class=versions-dropdown-selection><a href=/docs/latest>latest</a></li [...]
<span data-ty>2,853,020</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val
ONE_DAY_MS=86400000</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val
NOW=System.currentTimeMillis()</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">val YESTERDAY=NOW
- ONE_DAY_MS</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt="scala>">(spark</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.read</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.option("as-of-timestamp",
YESTERDAY)</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.table("taxis")</span>
-<span data-ty=input data-ty-cursor=▋ data-ty-prompt>.count())</span>
+<span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">SELECT count(*)
FROM nyc.taxis FOR VERSION AS OF 2188465307835585443</span>
+<span data-ty>2,798,371</span>
+<span data-ty=input data-ty-cursor=▋ data-ty-prompt="sql>">SELECT count(*)
FROM nyc.taxis FOR TIMESTAMP AS OF TIMESTAMP '2022-01-01 00:00:00.000000
Z'</span>
<span data-ty>2,798,371</span></div></div></div><div id=toc
class=markdown-body><div
id=full></div></div></div></div></section></body><script
src=https://iceberg.apache.org//js/jquery-1.11.0.js></script>
<script src=https://iceberg.apache.org//js/jquery.easing.min.js></script>
<script type=text/javascript
src=https://iceberg.apache.org//js/search.js></script>