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

commit fe15269b38c01b5430b6b71dfac429294c6efa3d
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 16:08:13 2020 -0800

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

diff --git a/getting-started/index.html b/getting-started/index.html
index 335c640..f4024c4 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -382,7 +382,7 @@
 <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>
-<pre><code class="sh">spark-shell --packages 
org.apache.iceberg:iceberg-spark3-runtime:0.9.0 \
+<pre><code class="sh">spark-sql --packages 
org.apache.iceberg:iceberg-spark3-runtime:0.9.0 \
     --conf 
spark.sql.catalog.spark_catalog=org.apache.iceberg.spark.SparkSessionCatalog \
     --conf spark.sql.catalog.spark_catalog.type=hive \
     --conf spark.sql.catalog.local=org.apache.iceberg.spark.SparkCatalog \
diff --git a/index.html b/index.html
index 54ce7d2..72574d6 100644
--- a/index.html
+++ b/index.html
@@ -460,5 +460,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2020-07-15 00:06:25
+Build Date UTC : 2020-07-15 00:08:13
 -->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index b8eacd7..e3933da 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ

Reply via email to