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 54595e3  Deployed 349e8e304 with MkDocs version: 1.0.4
54595e3 is described below

commit 54595e3c6075b6b3c752db621a82e1029beb2829
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 15:28:17 2020 -0800

    Deployed 349e8e304 with MkDocs version: 1.0.4
---
 getting-started/index.html |   5 +++--
 index.html                 |   2 +-
 sitemap.xml.gz             | Bin 227 -> 227 bytes
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/getting-started/index.html b/getting-started/index.html
index c6802d3..7a00f04 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -348,7 +348,6 @@
         <li class="first-level active"><a href="#getting-started">Getting 
Started</a></li>
             <li class="second-level"><a href="#using-iceberg-in-spark-3">Using 
Iceberg in Spark 3</a></li>
                 
-                <li class="third-level"><a 
href="#installing-with-spark">Installing with Spark</a></li>
                 <li class="third-level"><a href="#adding-catalogs">Adding 
catalogs</a></li>
                 <li class="third-level"><a href="#creating-a-table">Creating a 
table</a></li>
                 <li class="third-level"><a href="#writing">Writing</a></li>
@@ -382,8 +381,10 @@
 <pre><code class="sh">spark-shell --packages 
org.apache.iceberg:iceberg-spark3-runtime:0.9.0
 </code></pre>
 
-<h3 id="installing-with-spark">Installing with Spark<a class="headerlink" 
href="#installing-with-spark" title="Permanent link">&para;</a></h3>
+<div class="admonition note">
+<p class="admonition-title">Note</p>
 <p>If you want to include Iceberg in your Spark installation, add the <a 
href="https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark3-runtime/0.9.0/iceberg-spark3-runtime-0.9.0.jar";><code>iceberg-spark3-runtime</code>
 Jar</a> to Spark&rsquo;s <code>jars</code> folder.</p>
+</div>
 <h3 id="adding-catalogs">Adding catalogs<a class="headerlink" 
href="#adding-catalogs" title="Permanent link">&para;</a></h3>
 <p>Iceberg comes with <a href="../spark#configuring-catalogs">catalogs</a> 
that enable SQL commands to manage tables and load them by name. Catalogs are 
configured using properties under 
<code>spark.sql.catalog.(catalog_name)</code>.</p>
 <p>This command creates a path-based catalog named <code>local</code> for 
tables under <code>$PWD/warehouse</code> and adds support for Iceberg tables to 
Spark&rsquo;s built-in catalog:</p>
diff --git a/index.html b/index.html
index da77606..24b9857 100644
--- a/index.html
+++ b/index.html
@@ -466,5 +466,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2020-07-14 23:24:09
+Build Date UTC : 2020-07-14 23:28:17
 -->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 1c4d4f3..0eb3118 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ

Reply via email to