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/datafusion-comet.git
The following commit(s) were added to refs/heads/asf-site by this push: new 14fd7d20 Publish built docs triggered by 8410c7118a70f9514e0de1424ebe6bfdda423b14 14fd7d20 is described below commit 14fd7d20db40d56936e599f553d558d30e716869 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Sep 24 09:53:03 2024 +0000 Publish built docs triggered by 8410c7118a70f9514e0de1424ebe6bfdda423b14 --- _sources/user-guide/installation.md.txt | 24 +++++++++++++++++++++--- searchindex.js | 2 +- user-guide/installation.html | 30 +++++++++++++++++++++++++++--- 3 files changed, 49 insertions(+), 7 deletions(-) diff --git a/_sources/user-guide/installation.md.txt b/_sources/user-guide/installation.md.txt index 3c0e4b6d..ecaae86e 100644 --- a/_sources/user-guide/installation.md.txt +++ b/_sources/user-guide/installation.md.txt @@ -26,9 +26,14 @@ Make sure the following requirements are met and software installed on your mach - Linux - Apple OSX (Intel and Apple Silicon) +## Supported Apache Spark versions +- 3.3 +- 3.4 +- 3.5 + ## Requirements -- Apache Spark 3.3, 3.4, or 3.5 +- [Apache Spark supported by Comet](#supported-apache-spark-versions) - JDK 8 and up - GLIBC 2.17 (Centos 7) and up @@ -44,8 +49,21 @@ There are no published JAR files yet. Official source releases can be downloaded from https://dist.apache.org/repos/dist/release/datafusion/ -Building from a source release is mostly the same as building directly from the GitHub repository but requires the -use of the command `make release-nogit` instead of `make release`. +```console +# Pick the latest version +export COMET_VERSION=0.2.0 +# Download the tarball +curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz" +# Unpack +tar -xzf apache-datafusion-comet-$COMET_VERSION.tar.gz +cd apache-datafusion-comet-$COMET_VERSION +``` + +Build + +```console +make release-nogit PROFILES="-Pspark-3.4" +``` ## Building from the GitHub repository diff --git a/searchindex.js b/searchindex.js index 80b0bdf0..a8ca85ed 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], "API Differences Between Spark Versions": [[0, "api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding Spark-side Tests for the New Expression": [[0, "adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": [[0, [...] \ No newline at end of file +Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], "API Differences Between Spark Versions": [[0, "api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding Spark-side Tests for the New Expression": [[0, "adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": [[0, [...] \ No newline at end of file diff --git a/user-guide/installation.html b/user-guide/installation.html index f1a737b7..29dc1214 100644 --- a/user-guide/installation.html +++ b/user-guide/installation.html @@ -276,6 +276,11 @@ under the License. Supported Platforms </a> </li> + <li class="toc-h2 nav-item toc-entry"> + <a class="reference internal nav-link" href="#supported-apache-spark-versions"> + Supported Apache Spark versions + </a> + </li> <li class="toc-h2 nav-item toc-entry"> <a class="reference internal nav-link" href="#requirements"> Requirements @@ -379,10 +384,18 @@ under the License. <li><p>Apple OSX (Intel and Apple Silicon)</p></li> </ul> </section> +<section id="supported-apache-spark-versions"> +<h2>Supported Apache Spark versions<a class="headerlink" href="#supported-apache-spark-versions" title="Link to this heading">¶</a></h2> +<ul class="simple"> +<li><p>3.3</p></li> +<li><p>3.4</p></li> +<li><p>3.5</p></li> +</ul> +</section> <section id="requirements"> <h2>Requirements<a class="headerlink" href="#requirements" title="Link to this heading">¶</a></h2> <ul class="simple"> -<li><p>Apache Spark 3.3, 3.4, or 3.5</p></li> +<li><p><a class="reference internal" href="#supported-apache-spark-versions">Apache Spark supported by Comet</a></p></li> <li><p>JDK 8 and up</p></li> <li><p>GLIBC 2.17 (Centos 7) and up</p></li> </ul> @@ -398,8 +411,19 @@ under the License. <section id="using-a-published-source-release"> <h2>Using a Published Source Release<a class="headerlink" href="#using-a-published-source-release" title="Link to this heading">¶</a></h2> <p>Official source releases can be downloaded from https://dist.apache.org/repos/dist/release/datafusion/</p> -<p>Building from a source release is mostly the same as building directly from the GitHub repository but requires the -use of the command <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">release-nogit</span></code> instead of <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">release</span></code>.</p> +<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>Pick<span class="w"> </span>the<span class="w"> </span>latest<span class="w"> </span>version +<span class="go">export COMET_VERSION=0.2.0</span> +<span class="gp"># </span>Download<span class="w"> </span>the<span class="w"> </span>tarball +<span class="go">curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"</span> +<span class="gp"># </span>Unpack +<span class="go">tar -xzf apache-datafusion-comet-$COMET_VERSION.tar.gz</span> +<span class="go">cd apache-datafusion-comet-$COMET_VERSION</span> +</pre></div> +</div> +<p>Build</p> +<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">make release-nogit PROFILES="-Pspark-3.4"</span> +</pre></div> +</div> </section> <section id="building-from-the-github-repository"> <h2>Building from the GitHub repository<a class="headerlink" href="#building-from-the-github-repository" title="Link to this heading">¶</a></h2> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org