You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by cw...@apache.org on 2021/08/20 18:32:35 UTC

[iceberg] branch asf-site updated: Deployed 3cbd2cfa with MkDocs version: 1.2.2

This is an automated email from the ASF dual-hosted git repository.

cws 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 e56a0e6  Deployed 3cbd2cfa with MkDocs version: 1.2.2
e56a0e6 is described below

commit e56a0e60ca3ec5d201f28c1a607d8093e76bf423
Author: Carl W. Steinbach <cw...@apache.org>
AuthorDate: Fri Aug 20 11:32:23 2021 -0700

    Deployed 3cbd2cfa with MkDocs version: 1.2.2
---
 flink/index.html |  28 ++++++++++++++++-----
 sitemap.xml      |  74 +++++++++++++++++++++++++++----------------------------
 sitemap.xml.gz   | Bin 482 -> 481 bytes
 3 files changed, 59 insertions(+), 43 deletions(-)

diff --git a/flink/index.html b/flink/index.html
index f411a44..b3505b6 100644
--- a/flink/index.html
+++ b/flink/index.html
@@ -584,8 +584,11 @@ we only integrate Iceberg with Apache Flink 1.11.x.</p>
 <h2 id="preparation-when-using-flink-sql-client">Preparation when using Flink SQL Client<a class="headerlink" href="#preparation-when-using-flink-sql-client" title="Permanent link">&para;</a></h2>
 <p>To create iceberg table in flink, we recommend to use <a href="https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/sqlClient.html">Flink SQL Client</a> because it&rsquo;s easier for users to understand the concepts.</p>
 <p>Step.1 Downloading the flink 1.11.x binary package from the apache flink <a href="https://flink.apache.org/downloads.html">download page</a>. We now use scala 2.12 to archive the apache iceberg-flink-runtime jar, so it&rsquo;s recommended to use flink 1.11 bundled with scala 2.12.</p>
-<pre><code class="language-bash">wget https://downloads.apache.org/flink/flink-1.11.1/flink-1.11.1-bin-scala_2.12.tgz
-tar xzvf flink-1.11.1-bin-scala_2.12.tgz
+<pre><code class="language-bash">FLINK_VERSION=1.11.1
+SCALA_VERSION=2.12
+APACHE_FLINK_URL=archive.apache.org/dist/flink/
+wget ${APACHE_FLINK_URL}/flink-${FLINK_VERSION}/flink-${FLINK_VERSION}-bin-scala_${SCALA_VERSION}.tgz
+tar xzvf flink-${FLINK_VERSION}-bin-scala_${SCALA_VERSION}.tgz
 </code></pre>
 <p>Step.2 Start a standalone flink cluster within hadoop environment.</p>
 <pre><code class="language-bash"># HADOOP_HOME is your hadoop root directory after unpack the binary package.
@@ -607,12 +610,25 @@ as the following:</p>
 <pre><code class="language-bash"># HADOOP_HOME is your hadoop root directory after unpack the binary package.
 export HADOOP_CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath`
 
-# wget the flink-sql-connector-hive-2.3.6_2.11-1.11.0.jar from the above bundled jar URL firstly.
+# download Iceberg dependency
+ICEBERG_VERSION=0.11.1
+MAVEN_URL=https://repo1.maven.org/maven2
+ICEBERG_MAVEN_URL=${MAVEN_URL}/org/apache/iceberg
+ICEBERG_PACKAGE=iceberg-flink-runtime
+wget ${ICEBERG_MAVEN_URL}/${ICEBERG_PACKAGE}/${ICEBERG_VERSION}/${ICEBERG_PACKAGE}-${ICEBERG_VERSION}.jar
+
+# download the flink-sql-connector-hive-${HIVE_VERSION}_${SCALA_VERSION}-${FLINK_VERSION}.jar
+HIVE_VERSION=2.3.6
+SCALA_VERSION=2.11
+FLINK_VERSION=1.11.0
+FLINK_CONNECTOR_URL=${MAVEN_URL}/org/apache/flink
+FLINK_CONNECTOR_PACKAGE=flink-sql-connector-hive
+wget ${FLINK_CONNECTOR_URL}/${FLINK_CONNECTOR_PACKAGE}-${HIVE_VERSION}_${SCALA_VERSION}/${FLINK_VERSION}/${FLINK_CONNECTOR_PACKAGE}-${HIVE_VERSION}_${SCALA_VERSION}-${FLINK_VERSION}.jar
 
 # open the SQL client.
-./bin/sql-client.sh embedded \
-    -j &lt;flink-runtime-directory&gt;/iceberg-flink-runtime-xxx.jar \
-    -j &lt;hive-bundlded-jar-directory&gt;/flink-sql-connector-hive-2.3.6_2.11-1.11.0.jar \
+/path/to/bin/sql-client.sh embedded \
+    -j ${ICEBERG_PACKAGE}-${ICEBERG_VERSION}.jar \
+    -j ${FLINK_CONNECTOR_PACKAGE}-${HIVE_VERSION}_${SCALA_VERSION}-${FLINK_VERSION}.jar \
     shell
 </code></pre>
 <h2 id="preparation-when-using-flinks-python-api">Preparation when using Flink&rsquo;s Python API<a class="headerlink" href="#preparation-when-using-flinks-python-api" title="Permanent link">&para;</a></h2>
diff --git a/sitemap.xml b/sitemap.xml
index cfdbc45..3b18c5e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,187 +2,187 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
     <url>
          <loc>https://iceberg.apache.org/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/api/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/aws/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/benchmarks/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/blogs/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/community/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/configuration/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/custom-catalog/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/evolution/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/flink/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/getting-started/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/hive/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/how-to-release/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/java-api-quickstart/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/jdbc/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/maintenance/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/nessie/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/partitioning/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/performance/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/python-api-intro/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/python-feature-support/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/python-quickstart/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/releases/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/reliability/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/schemas/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/security/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/snapshots/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-configuration/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-ddl/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-procedures/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-queries/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-structured-streaming/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spark-writes/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/spec/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/terms/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/trademarks/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
     <url>
          <loc>https://iceberg.apache.org/trino-prestodb/</loc>
-         <lastmod>2021-08-19</lastmod>
+         <lastmod>2021-08-20</lastmod>
          <changefreq>daily</changefreq>
     </url>
 </urlset>
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 0d87b7a..9a0f07f 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ