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

commit 24b9b115a91e42d29a506f15fc2c7acfc447045f
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 16:06:26 2020 -0800

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

diff --git a/configuration/index.html b/configuration/index.html
index b19196a..bec6e71 100644
--- a/configuration/index.html
+++ b/configuration/index.html
@@ -582,9 +582,11 @@
 <h3 id="catalogs">Catalogs<a class="headerlink" href="#catalogs" 
title="Permanent link">&para;</a></h3>
 <p><a href="../spark#configuring-catalogs">Spark catalogs</a> are configured 
using Spark session properties.</p>
 <p>A catalog is created and named by adding a property 
<code>spark.sql.catalog.(catalog-name)</code> with an implementation class for 
its value.</p>
-<p>Iceberg supplies two implementations:
-* <code>org.apache.iceberg.spark.SparkCatalog</code> supports a Hive Metastore 
or a Hadoop warehouse as a catalog
-* <code>org.apache.iceberg.spark.SparkSessionCatalog</code> adds support for 
Iceberg tables to Spark&rsquo;s built-in catalog, and delegates to the built-in 
catalog for non-Iceberg tables</p>
+<p>Iceberg supplies two implementations:</p>
+<ul>
+<li><code>org.apache.iceberg.spark.SparkCatalog</code> supports a Hive 
Metastore or a Hadoop warehouse as a catalog</li>
+<li><code>org.apache.iceberg.spark.SparkSessionCatalog</code> adds support for 
Iceberg tables to Spark&rsquo;s built-in catalog, and delegates to the built-in 
catalog for non-Iceberg tables</li>
+</ul>
 <p>Both catalogs are configured using properties nested under the catalog 
name:</p>
 <table>
 <thead>
diff --git a/index.html b/index.html
index 56a0d51..54ce7d2 100644
--- a/index.html
+++ b/index.html
@@ -460,5 +460,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2020-07-15 00:02:49
+Build Date UTC : 2020-07-15 00:06:25
 -->
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 755f683..b8eacd7 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ

Reply via email to