This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7488fcf Deployed 349e8e304 with MkDocs version: 1.0.4
7488fcf is described below
commit 7488fcf35a9875e9af0ec7805336c655209adbfd
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 15:39:15 2020 -0800
Deployed 349e8e304 with MkDocs version: 1.0.4
---
404.html | 6 -
api-quickstart/index.html | 567 --------------------------------------
api/index.html | 6 -
community/index.html | 6 -
configuration/index.html | 6 -
custom-catalog/index.html | 6 -
evolution/index.html | 8 +-
getting-started/index.html | 6 -
how-to-release/index.html | 6 -
index.html | 8 +-
java-api-quickstart/index.html | 6 -
partitioning/index.html | 6 -
performance/index.html | 6 -
presto/index.html | 6 -
python-api-intro/index.html | 6 -
python-feature-support/index.html | 6 -
python-quickstart/index.html | 6 -
releases/index.html | 6 -
reliability/index.html | 6 -
schemas/index.html | 6 -
sitemap.xml | 5 -
sitemap.xml.gz | Bin 227 -> 225 bytes
snapshots/index.html | 6 -
spark/index.html | 8 +-
spec/index.html | 6 -
terms/index.html | 6 -
trademarks/index.html | 6 -
why-iceberg/index.html | 6 -
28 files changed, 3 insertions(+), 725 deletions(-)
diff --git a/404.html b/404.html
index 5c26216..cb0bff5 100644
--- a/404.html
+++ b/404.html
@@ -164,12 +164,6 @@
<li >
- <a href="/api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="/spark/">Spark</a>
</li>
diff --git a/api-quickstart/index.html b/api-quickstart/index.html
deleted file mode 100644
index e676278..0000000
--- a/api-quickstart/index.html
+++ /dev/null
@@ -1,567 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="A table format for large, slow-moving
tabular data">
-
-
- <link rel="../img/favicon.ico">
-
-
- <title>Spark Quickstart - Apache Iceberg</title>
-
-
- <link rel="stylesheet"
href="//use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous">
- <link rel="stylesheet"
href="//cdn.jsdelivr.net/npm/[email protected]/build/web/hack.min.css">
- <link
href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin'
rel='stylesheet' type='text/css'>
- <link
href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin'
rel='stylesheet' type='text/css'>
- <link href="../css/bootstrap-custom.min.css" rel="stylesheet">
- <link href="../css/base.min.css" rel="stylesheet">
- <link href="../css/cinder.min.css" rel="stylesheet">
- <link href="../css/highlight.min.css" rel="stylesheet">
- <link href="../css/extra.css" rel="stylesheet">
-
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media
queries -->
- <!--[if lt IE 9]>
- <script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
- <script
src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
- <![endif]-->
-
- <script
src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
- <script>
- WebFont.load({
- google: {
- families: ['Open Sans', 'PT Sans']
- }
- });
- </script>
-
-
-
-
-</head>
-
-<body>
-
- <div class="navbar navbar-default navbar-fixed-top" role="navigation">
- <div class="container">
-
- <!-- Collapsed navigation -->
- <div class="navbar-header">
- <!-- Expander button -->
- <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
-
-
- <!-- Main title -->
-
- <a class="navbar-brand" href="..">Apache Iceberg</a>
- </div>
-
- <!-- Expanded navigation -->
- <div class="navbar-collapse collapse">
- <!-- Main navigation -->
- <ul class="nav navbar-nav">
-
-
- <li >
- <a href="..">About</a>
- </li>
-
-
-
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Project <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="../community/">Community</a>
-</li>
-
-
-
-<li >
- <a href="../releases/">Releases</a>
-</li>
-
-
-
-<li >
- <a href="../trademarks/">Trademarks</a>
-</li>
-
-
-
-<li >
- <a href="../how-to-release/">How to Release</a>
-</li>
-
-
- </ul>
- </li>
-
-
-
- <li class="dropdown active">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">User docs <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="../getting-started/">Getting Started</a>
-</li>
-
-
-
-<li >
- <a href="../configuration/">Configuration</a>
-</li>
-
-
-
-<li >
- <a href="../schemas/">Schemas</a>
-</li>
-
-
-
-<li >
- <a href="../partitioning/">Partitioning</a>
-</li>
-
-
-
-<li >
- <a href="../performance/">Performance</a>
-</li>
-
-
-
-<li >
- <a href="../reliability/">Reliability</a>
-</li>
-
-
-
-<li >
- <a href="../evolution/">Table evolution</a>
-</li>
-
-
-
-<li >
- <a href="../spark#time-travel">Time Travel</a>
-</li>
-
-
-
-<li class="active">
- <a href="./">Spark Quickstart</a>
-</li>
-
-
-
-<li >
- <a href="../spark/">Spark</a>
-</li>
-
-
-
-<li >
- <a href="../presto/">Presto</a>
-</li>
-
-
- </ul>
- </li>
-
-
-
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Java <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="https://github.com/apache/iceberg">Git Repo</a>
-</li>
-
-
-
-<li >
- <a href="../java-api-quickstart/">Quickstart</a>
-</li>
-
-
-
-<li >
- <a href="../api/">API intro</a>
-</li>
-
-
-
-<li >
- <a href="/javadoc/">Javadoc</a>
-</li>
-
-
-
-<li >
- <a href="../custom-catalog/">Custom Catalog</a>
-</li>
-
-
- </ul>
- </li>
-
-
-
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Python <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="https://github.com/apache/iceberg/tree/master/python">Git Repo</a>
-</li>
-
-
-
-<li >
- <a href="../python-quickstart/">Quickstart</a>
-</li>
-
-
-
-<li >
- <a href="../python-api-intro/">API Intro</a>
-</li>
-
-
-
-<li >
- <a href="../python-feature-support/">Feature Support</a>
-</li>
-
-
- </ul>
- </li>
-
-
-
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Format <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="../terms/">Definitions</a>
-</li>
-
-
-
-<li >
- <a href="../spec/">Spec</a>
-</li>
-
-
- </ul>
- </li>
-
-
-
- <li >
- <a href="https://github.com/apache/iceberg">Iceberg on
GitHub</a>
- </li>
-
-
-
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">ASF <b class="caret"></b></a>
- <ul class="dropdown-menu">
-
-
-<li >
- <a href="https://www.apache.org/licenses/">License</a>
-</li>
-
-
-
-<li >
- <a href="https://www.apache.org/security/">Security</a>
-</li>
-
-
-
-<li >
- <a href="https://www.apache.org/foundation/thanks.html">Sponsors</a>
-</li>
-
-
-
-<li >
- <a href="https://www.apache.org/foundation/sponsorship.html">Donate</a>
-</li>
-
-
-
-<li >
- <a href="https://www.apache.org/events/current-event.html">Events</a>
-</li>
-
-
- </ul>
- </li>
-
-
- </ul>
-
- <ul class="nav navbar-nav navbar-right">
- <li >
- <a rel="prev" href="../evolution/">
- <i class="fas fa-arrow-left"></i> Previous
- </a>
- </li>
- <li >
- <a rel="next" href="../spark/">
- Next <i class="fas fa-arrow-right"></i>
- </a>
- </li>
- </ul>
- </div>
- </div>
-</div>
-
- <div class="container">
-
-
- <div class="col-md-3"><div class="bs-sidebar hidden-print affix well"
role="complementary">
- <ul class="nav bs-sidenav">
- <li class="first-level active"><a href="#spark-api-quickstart">Spark
API Quickstart</a></li>
- <li class="second-level"><a href="#create-a-table">Create a
table</a></li>
-
- <li class="third-level"><a href="#using-a-hive-catalog">Using
a Hive catalog</a></li>
- <li class="third-level"><a
href="#using-a-hadoop-catalog">Using a Hadoop catalog</a></li>
- <li class="third-level"><a href="#using-hadoop-tables">Using
Hadoop tables</a></li>
- <li class="third-level"><a href="#tables-in-spark">Tables in
Spark</a></li>
- <li class="second-level"><a href="#schemas">Schemas</a></li>
-
- <li class="third-level"><a href="#create-a-schema">Create a
schema</a></li>
- <li class="third-level"><a
href="#convert-a-schema-from-avro">Convert a schema from Avro</a></li>
- <li class="third-level"><a
href="#convert-a-schema-from-spark">Convert a schema from Spark</a></li>
- <li class="second-level"><a
href="#partitioning">Partitioning</a></li>
-
- <li class="third-level"><a
href="#create-a-partition-spec">Create a partition spec</a></li>
- </ul>
-</div></div>
- <div class="col-md-9" role="main">
-
-<!--
- - 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.
- -->
-
-<h1 id="spark-api-quickstart">Spark API Quickstart<a class="headerlink"
href="#spark-api-quickstart" title="Permanent link">¶</a></h1>
-<h2 id="create-a-table">Create a table<a class="headerlink"
href="#create-a-table" title="Permanent link">¶</a></h2>
-<p>Tables are created using either a <a
href="/javadoc/master/index.html?org/apache/iceberg/catalog/Catalog.html"><code>Catalog</code></a>
or an implementation of the <a
href="/javadoc/master/index.html?org/apache/iceberg/Tables.html"><code>Tables</code></a>
interface.</p>
-<h3 id="using-a-hive-catalog">Using a Hive catalog<a class="headerlink"
href="#using-a-hive-catalog" title="Permanent link">¶</a></h3>
-<p>The Hive catalog connects to a Hive MetaStore to keep track of Iceberg
tables. This example uses Spark’s Hadoop configuration to get a Hive
catalog:</p>
-<pre><code class="scala">import org.apache.iceberg.hive.HiveCatalog
-
-val catalog = new HiveCatalog(spark.sessionState.newHadoopConf())
-</code></pre>
-
-<p>The <code>Catalog</code> interface defines methods for working with tables,
like <code>createTable</code>, <code>loadTable</code>,
<code>renameTable</code>, and <code>dropTable</code>.</p>
-<p>To create a table, pass an <code>Identifier</code> and a
<code>Schema</code> along with other initial metadata:</p>
-<pre><code class="scala">val name = TableIdentifier.of("logging",
"logs")
-val table = catalog.createTable(name, schema, spec)
-
-// write into the new logs table with Spark 2.4
-logsDF.write
- .format("iceberg")
- .mode("append")
- .save("logging.logs")
-</code></pre>
-
-<p>The logs <a href="#create-a-schema">schema</a> and <a
href="#create-a-partition-spec">partition spec</a> are created below.</p>
-<h3 id="using-a-hadoop-catalog">Using a Hadoop catalog<a class="headerlink"
href="#using-a-hadoop-catalog" title="Permanent link">¶</a></h3>
-<p>A Hadoop catalog doesn’t need to connect to a Hive MetaStore, but can
only be used with HDFS or similar file systems that support atomic rename.
Concurrent writes with a Hadoop catalog are not safe with a local FS or S3. To
create a Hadoop catalog:</p>
-<pre><code class="scala">import org.apache.hadoop.conf.Configuration;
-import org.apache.iceberg.hadoop.HadoopCatalog;
-
-val conf = new Configuration();
-val warehousePath = "hdfs://host:8020/warehouse_path";
-val catalog = new HadoopCatalog(conf, warehousePath);
-</code></pre>
-
-<p>Like the Hive catalog, <code>HadoopCatalog</code> implements
<code>Catalog</code>, so it also has methods for working with tables, like
<code>createTable</code>, <code>loadTable</code>, and
<code>dropTable</code>.</p>
-<p>This example creates a table with the Hadoop catalog:</p>
-<pre><code class="scala">val name = TableIdentifier.of("logging",
"logs")
-val table = catalog.createTable(name, schema, spec)
-
-// write into the new logs table with Spark 2.4
-logsDF.write
- .format("iceberg")
- .mode("append")
- .save("hdfs://host:8020/warehouse_path/logging.db/logs")
-</code></pre>
-
-<p>The logs <a href="#create-a-schema">schema</a> and <a
href="#create-a-partition-spec">partition spec</a> are created below.</p>
-<h3 id="using-hadoop-tables">Using Hadoop tables<a class="headerlink"
href="#using-hadoop-tables" title="Permanent link">¶</a></h3>
-<p>Iceberg also supports tables that are stored in a directory in HDFS.
Concurrent writes with a Hadoop tables are not safe when stored in the local FS
or S3. Directory tables don’t support all catalog operations, like
rename, so they use the <code>Tables</code> interface instead of
<code>Catalog</code>.</p>
-<p>To create a table in HDFS, use <code>HadoopTables</code>:</p>
-<pre><code class="scala">import org.apache.iceberg.hadoop.HadoopTables
-
-val tables = new HadoopTables(spark.sessionState.newHadoopConf())
-
-val table = tables.create(schema, spec, "hdfs:/tables/logging/logs")
-
-// write into the new logs table with Spark 2.4
-logsDF.write
- .format("iceberg")
- .mode("append")
- .save("hdfs:/tables/logging/logs")
-</code></pre>
-
-<div class="admonition warning">
-<p class="admonition-title">Warning</p>
-<p>Hadoop tables shouldn’t be used with file systems that do not support
atomic rename. Iceberg relies on rename to synchronize concurrent commits for
directory tables.</p>
-</div>
-<h3 id="tables-in-spark">Tables in Spark<a class="headerlink"
href="#tables-in-spark" title="Permanent link">¶</a></h3>
-<p>Spark uses both <code>HiveCatalog</code> and <code>HadoopTables</code> to
load tables. Hive is used when the identifier passed to <code>load</code> or
<code>save</code> is not a path, otherwise Spark assumes it is a path-based
table.</p>
-<p>To read and write to tables from Spark see:</p>
-<ul>
-<li><a href="../spark#reading-an-iceberg-table">Reading a table in
Spark</a></li>
-<li><a href="../spark#appending-data">Appending to a table in Spark</a></li>
-<li><a href="../spark#overwriting-data">Overwriting data in a table in
Spark</a></li>
-</ul>
-<h2 id="schemas">Schemas<a class="headerlink" href="#schemas" title="Permanent
link">¶</a></h2>
-<h3 id="create-a-schema">Create a schema<a class="headerlink"
href="#create-a-schema" title="Permanent link">¶</a></h3>
-<p>This example creates a schema for a <code>logs</code> table:</p>
-<pre><code class="scala">import org.apache.iceberg.Schema
-import org.apache.iceberg.types.Types._
-
-val schema = new Schema(
- NestedField.required(1, "level", StringType.get()),
- NestedField.required(2, "event_time", TimestampType.withZone()),
- NestedField.required(3, "message", StringType.get()),
- NestedField.optional(4, "call_stack", ListType.ofRequired(5,
StringType.get()))
- )
-</code></pre>
-
-<p>When using the Iceberg API directly, type IDs are required. Conversions
from other schema formats, like Spark, Avro, and Parquet will automatically
assign new IDs.</p>
-<p>When a table is created, all IDs in the schema are re-assigned to ensure
uniqueness.</p>
-<h3 id="convert-a-schema-from-avro">Convert a schema from Avro<a
class="headerlink" href="#convert-a-schema-from-avro" title="Permanent
link">¶</a></h3>
-<p>To create an Iceberg schema from an existing Avro schema, use converters in
<code>AvroSchemaUtil</code>:</p>
-<pre><code class="scala">import org.apache.avro.Schema.Parser
-import org.apache.iceberg.avro.AvroSchemaUtil
-
-val avroSchema = new Parser().parse("""{"type":
"record", ... }""")
-
-val icebergSchema = AvroSchemaUtil.toIceberg(avroSchema)
-</code></pre>
-
-<h3 id="convert-a-schema-from-spark">Convert a schema from Spark<a
class="headerlink" href="#convert-a-schema-from-spark" title="Permanent
link">¶</a></h3>
-<p>To create an Iceberg schema from an existing table, use converters in
<code>SparkSchemaUtil</code>:</p>
-<pre><code class="scala">import org.apache.iceberg.spark.SparkSchemaUtil
-
-val schema = SparkSchemaUtil.convert(spark.table("db.table").schema)
-</code></pre>
-
-<h2 id="partitioning">Partitioning<a class="headerlink" href="#partitioning"
title="Permanent link">¶</a></h2>
-<h3 id="create-a-partition-spec">Create a partition spec<a class="headerlink"
href="#create-a-partition-spec" title="Permanent link">¶</a></h3>
-<p>Partition specs describe how Iceberg should group records into data files.
Partition specs are created for a table’s schema using a builder.</p>
-<p>This example creates a partition spec for the <code>logs</code> table that
partitions records by the hour of the log event’s timestamp and by log
level:</p>
-<pre><code class="scala">import org.apache.iceberg.PartitionSpec
-
-val spec = PartitionSpec.builderFor(schema)
- .hour("event_time")
- .identity("level")
- .build()
-</code></pre></div>
-
-
- </div>
-
- <footer class="col-md-12 text-center">
-
- <hr>
- <p>
- <small>Copyright 2018-2020 <a href='https://www.apache.org/'>The
Apache Software Foundation</a><br />Apache Iceberg, Iceberg, Apache, the Apache
feather logo, and the Apache Iceberg project logo are either registered<br
/>trademarks or trademarks of The Apache Software Foundation in the United
States and other countries.<br></small>
-
- <small>Documentation built with <a
href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
-
-
-
- </footer>
- <script
src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
- <script src="../js/bootstrap-3.0.3.min.js"></script>
- <script src="../js/highlight.pack.js"></script>
- <script>hljs.initHighlightingOnLoad();</script>
- <script>var base_url = ".."</script>
-
- <script src="../js/base.js"></script>
-
- <div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog"
aria-labelledby="keyboardModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title" id="keyboardModalLabel">Keyboard
Shortcuts</h4>
- <button type="button" class="close" data-dismiss="modal"><span
aria-hidden="true">×</span><span class="sr-only">Close</span></button>
- </div>
- <div class="modal-body">
- <table class="table">
- <thead>
- <tr>
- <th style="width: 20%;">Keys</th>
- <th>Action</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="help shortcut"><kbd>?</kbd></td>
- <td>Open this help</td>
- </tr>
- <tr>
- <td class="next shortcut"><kbd>n</kbd></td>
- <td>Next page</td>
- </tr>
- <tr>
- <td class="prev shortcut"><kbd>p</kbd></td>
- <td>Previous page</td>
- </tr>
- <tr>
- <td class="search shortcut"><kbd>s</kbd></td>
- <td>Search</td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="modal-footer">
- </div>
- </div>
- </div>
-</div>
- </body>
-
-</html>
diff --git a/api/index.html b/api/index.html
index d9177c3..9333d3a 100644
--- a/api/index.html
+++ b/api/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/community/index.html b/community/index.html
index 5d7cabe..d132185 100644
--- a/community/index.html
+++ b/community/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/configuration/index.html b/configuration/index.html
index 6850861..58aa1fb 100644
--- a/configuration/index.html
+++ b/configuration/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/custom-catalog/index.html b/custom-catalog/index.html
index b92e198..b070b93 100644
--- a/custom-catalog/index.html
+++ b/custom-catalog/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/evolution/index.html b/evolution/index.html
index ce92d90..e93bc4d 100644
--- a/evolution/index.html
+++ b/evolution/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
@@ -331,7 +325,7 @@
</a>
</li>
<li >
- <a rel="next" href="../api-quickstart/">
+ <a rel="next" href="../spark/">
Next <i class="fas fa-arrow-right"></i>
</a>
</li>
diff --git a/getting-started/index.html b/getting-started/index.html
index 7a00f04..335c640 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/how-to-release/index.html b/how-to-release/index.html
index cee5793..e015ddd 100644
--- a/how-to-release/index.html
+++ b/how-to-release/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/index.html b/index.html
index 503a4ed..44fe712 100644
--- a/index.html
+++ b/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="spark/">Spark</a>
</li>
@@ -466,5 +460,5 @@
<!--
MkDocs version : 1.0.4
-Build Date UTC : 2020-07-14 23:34:13
+Build Date UTC : 2020-07-14 23:39:15
-->
diff --git a/java-api-quickstart/index.html b/java-api-quickstart/index.html
index d994739..c049c41 100644
--- a/java-api-quickstart/index.html
+++ b/java-api-quickstart/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/partitioning/index.html b/partitioning/index.html
index 67cfb88..dab7753 100644
--- a/partitioning/index.html
+++ b/partitioning/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/performance/index.html b/performance/index.html
index 4913a6a..49fec21 100644
--- a/performance/index.html
+++ b/performance/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/presto/index.html b/presto/index.html
index 4f8b1ea..0f0d15b 100644
--- a/presto/index.html
+++ b/presto/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/python-api-intro/index.html b/python-api-intro/index.html
index a840639..96586c0 100644
--- a/python-api-intro/index.html
+++ b/python-api-intro/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/python-feature-support/index.html
b/python-feature-support/index.html
index 11626d0..0a65065 100644
--- a/python-feature-support/index.html
+++ b/python-feature-support/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/python-quickstart/index.html b/python-quickstart/index.html
index 54f0d37..f78d8cb 100644
--- a/python-quickstart/index.html
+++ b/python-quickstart/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/releases/index.html b/releases/index.html
index a55c587..fee5873 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/reliability/index.html b/reliability/index.html
index e90344d..e7ec008 100644
--- a/reliability/index.html
+++ b/reliability/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/schemas/index.html b/schemas/index.html
index f8bc2b9..521742f 100644
--- a/schemas/index.html
+++ b/schemas/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/sitemap.xml b/sitemap.xml
index 1dbef75..746a73f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -76,11 +76,6 @@
<changefreq>daily</changefreq>
</url>
<url>
- <loc>None</loc>
- <lastmod>2020-07-14</lastmod>
- <changefreq>daily</changefreq>
- </url>
- <url>
<loc></loc>
<changefreq>daily</changefreq>
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index b816291..d91c841 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/snapshots/index.html b/snapshots/index.html
index 62890ca..de75e48 100644
--- a/snapshots/index.html
+++ b/snapshots/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/spark/index.html b/spark/index.html
index a056687..965d9f5 100644
--- a/spark/index.html
+++ b/spark/index.html
@@ -163,12 +163,6 @@
-<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
<li class="active">
<a href="./">Spark</a>
</li>
@@ -326,7 +320,7 @@
<ul class="nav navbar-nav navbar-right">
<li >
- <a rel="prev" href="../api-quickstart/">
+ <a rel="prev" href="../evolution/">
<i class="fas fa-arrow-left"></i> Previous
</a>
</li>
diff --git a/spec/index.html b/spec/index.html
index e216cc2..0cf9a09 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/terms/index.html b/terms/index.html
index 8a3e715..a517d22 100644
--- a/terms/index.html
+++ b/terms/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/trademarks/index.html b/trademarks/index.html
index be2c8dd..9e9df13 100644
--- a/trademarks/index.html
+++ b/trademarks/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>
diff --git a/why-iceberg/index.html b/why-iceberg/index.html
index 267bea6..704ce05 100644
--- a/why-iceberg/index.html
+++ b/why-iceberg/index.html
@@ -164,12 +164,6 @@
<li >
- <a href="../api-quickstart/">Spark Quickstart</a>
-</li>
-
-
-
-<li >
<a href="../spark/">Spark</a>
</li>