You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by gi...@apache.org on 2022/02/11 17:23:06 UTC

[iceberg-docs] branch asf-site updated: deploy: a0c9b912f2573ae3b1bc5f5693defc1f9eb7b07f

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6ad502c  deploy: a0c9b912f2573ae3b1bc5f5693defc1f9eb7b07f
6ad502c is described below

commit 6ad502cd0457a12d6719e5699d813f9f53493272
Author: RussellSpitzer <Ru...@users.noreply.github.com>
AuthorDate: Fri Feb 11 17:22:59 2022 +0000

    deploy: a0c9b912f2573ae3b1bc5f5693defc1f9eb7b07f
---
 how-to-verify-a-release/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/how-to-verify-a-release/index.html b/how-to-verify-a-release/index.html
index 1e36d27..4b61271 100644
--- a/how-to-verify-a-release/index.html
+++ b/how-to-verify-a-release/index.html
@@ -130,7 +130,8 @@ location to test downstream dependencies by adding it to your maven or gradle bu
 </code></pre></div><p>!!! Note
 Replace <code>${MAVEN_URL}</code> with the URL provided in the release announcement</p>
 <h3 id=verifying-with-spark>Verifying with Spark</h3>
-<p>To verify using spark, start a <code>spark-shell</code> with a command like the following command:</p>
+<p>To verify using spark, start a <code>spark-shell</code> with a command like the following command (use the appropriate
+spark-runtime jar for the Spark installation):</p>
 <div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash>spark-shell <span style=color:#ae81ff>\
 </span><span style=color:#ae81ff></span>    --conf spark.jars.repositories<span style=color:#f92672>=</span><span style=color:#e6db74>${</span>MAVEN_URL<span style=color:#e6db74>}</span> <span style=color:#ae81ff>\
 </span><span style=color:#ae81ff></span>    --packages org.apache.iceberg:iceberg-spark3-runtime:0.13.0 <span style=color:#ae81ff>\