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

jiayu pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/website by this push:
     new 3627bf073 Deployed 45e085296 to 1.5.1 with MkDocs 1.5.2 and mike 1.1.2
3627bf073 is described below

commit 3627bf073ce79e05574dc49179e22c7c1244ecf2
Author: Jia Yu <[email protected]>
AuthorDate: Thu Jan 18 01:36:55 2024 -0800

    Deployed 45e085296 to 1.5.1 with MkDocs 1.5.2 and mike 1.1.2
---
 1.5.1/api/sql/Optimizer/index.html       |   6 +++++-
 1.5.1/community/publish/index.html       |   4 ++--
 1.5.1/download/index.html                |   2 +-
 1.5.1/index.html                         |   2 +-
 1.5.1/search/search_index.json           |   2 +-
 1.5.1/setup/docker/index.html            |  10 +++++++---
 1.5.1/setup/install-scala/index.html     |   2 +-
 1.5.1/setup/maven-coordinates/index.html |   2 +-
 1.5.1/setup/release-notes/index.html     |   2 +-
 1.5.1/sitemap.xml.gz                     | Bin 127 -> 127 bytes
 1.5.1/tutorial/sql-pure-sql/index.html   |   2 +-
 11 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/1.5.1/api/sql/Optimizer/index.html 
b/1.5.1/api/sql/Optimizer/index.html
index 447d62b25..b088da190 100644
--- a/1.5.1/api/sql/Optimizer/index.html
+++ b/1.5.1/api/sql/Optimizer/index.html
@@ -3821,6 +3821,10 @@
 <span class="k">FROM</span><span class="w"> </span><span 
class="n">pointdf</span><span class="p">,</span><span class="w"> </span><span 
class="n">polygondf</span>
 <span class="k">WHERE</span><span class="w"> </span><span 
class="n">ST_Within</span><span class="p">(</span><span 
class="n">pointdf</span><span class="p">.</span><span 
class="n">pointshape</span><span class="p">,</span><span class="w"> 
</span><span class="n">polygondf</span><span class="p">.</span><span 
class="n">polygonshape</span><span class="p">)</span>
 </code></pre></div>
+<div class="highlight"><pre><span></span><code><span 
class="k">SELECT</span><span class="w"> </span><span class="o">*</span>
+<span class="k">FROM</span><span class="w"> </span><span 
class="n">pointdf</span><span class="p">,</span><span class="w"> </span><span 
class="n">polygondf</span>
+<span class="k">WHERE</span><span class="w"> </span><span 
class="n">ST_DWithin</span><span class="p">(</span><span 
class="n">pointdf</span><span class="p">.</span><span 
class="n">pointshape</span><span class="p">,</span><span class="w"> 
</span><span class="n">polygondf</span><span class="p">.</span><span 
class="n">polygonshape</span><span class="p">,</span><span class="w"> 
</span><span class="mi">10</span><span class="p">.</span><span 
class="mi">0</span><span class="p">)</span>
+</code></pre></div>
 <p>Spark SQL Physical plan:</p>
 <div class="highlight"><pre><span></span><code>== Physical Plan ==
 RangeJoin polygonshape#20: geometry, pointshape#43: geometry, false
@@ -4045,7 +4049,7 @@ answer queries such as <code>SELECT * FROM 
geoparquet_dataset WHERE ST_Intersect
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 23:17:19</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 16, 2024 07:28:23</span>
       
     
   </small>
diff --git a/1.5.1/community/publish/index.html 
b/1.5.1/community/publish/index.html
index 994050040..794525c5b 100644
--- a/1.5.1/community/publish/index.html
+++ b/1.5.1/community/publish/index.html
@@ -4289,7 +4289,7 @@ mv<span class="w"> 
</span>spark/common/target/apidocs/*<span class="w"> </span>d
 <p>Please use Intellij IDEA to generate Scaladoc for the spark-common module 
and paste to <code>docs/api/scaladoc/spark</code>.</p>
 <p>Please do not commit these generated docs to Sedona GitHub.</p>
 <h3 id="compile-r-html-docs">Compile R html docs<a class="headerlink" 
href="#compile-r-html-docs" title="Permanent link">&para;</a></h3>
-<p>From <a 
href="https://github.com/apache/sedona/actions/workflows/docs.yml";>GitHub 
Action docs workflow</a>, find generated-docs in the tagged commit. Download it 
and copy this folder <code>docs/api/rdocs</code> to the same location of the 
Sedona to-be-released source repo.</p>
+<p>From <a 
href="https://github.com/apache/sedona/actions/workflows/docs.yml";>GitHub 
Action docs workflow</a>, find generated-docs of the commit which is right 
after the release candidate tag. Download it and copy this folder 
<code>docs/api/rdocs</code> to the same location of the Sedona to-be-released 
source repo.</p>
 <h3 id="deploy-the-website">Deploy the website<a class="headerlink" 
href="#deploy-the-website" title="Permanent link">&para;</a></h3>
 <ol>
 <li>Run <code>mike deploy --update-aliases 1.5.1 latest -b website -p</code>. 
This will deploy this website to Sedona main repo's <code>website</code>.</li>
@@ -4306,7 +4306,7 @@ mv<span class="w"> 
</span>spark/common/target/apidocs/*<span class="w"> </span>d
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 22:00:53</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
       
     
   </small>
diff --git a/1.5.1/download/index.html b/1.5.1/download/index.html
index b59104463..c2db5c548 100644
--- a/1.5.1/download/index.html
+++ b/1.5.1/download/index.html
@@ -3808,7 +3808,7 @@
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 22:00:53</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
       
     
   </small>
diff --git a/1.5.1/index.html b/1.5.1/index.html
index 532c6dd59..abe5fe084 100644
--- a/1.5.1/index.html
+++ b/1.5.1/index.html
@@ -3655,7 +3655,7 @@
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 23:14:26</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
       
     
   </small>
diff --git a/1.5.1/search/search_index.json b/1.5.1/search/search_index.json
index 16332f8a4..594a15438 100644
--- a/1.5.1/search/search_index.json
+++ b/1.5.1/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#01172024-sedona-151-released-it-adds-spark-35-support-snowflake-support-and-many-more-raster-and-vector-functions","title":"01/17/2024:
 Sedona 1.5.1 released. It adds Spark 3.5 support, Snowflake support, and many 
more raster and vector 
functions!","text":""},{"location":"#10122023-sedona-150-released-it-adds-comprehensive-raster-data-etl-and-anal
 [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#01172024-sedona-151-released-it-adds-spark-35-support-snowflake-support-and-many-more-raster-and-vector-functions","title":"01/17/2024:
 Sedona 1.5.1 released. It adds Spark 3.5 support, Snowflake support, and many 
more raster and vector 
functions!","text":""},{"location":"#10122023-sedona-150-released-it-adds-comprehensive-raster-data-etl-and-anal
 [...]
\ No newline at end of file
diff --git a/1.5.1/setup/docker/index.html b/1.5.1/setup/docker/index.html
index 6bcdfcb47..54a85c07b 100644
--- a/1.5.1/setup/docker/index.html
+++ b/1.5.1/setup/docker/index.html
@@ -3833,14 +3833,18 @@
 </code></pre></div>
 <h3 id="start-the-container">Start the container<a class="headerlink" 
href="#start-the-container" title="Permanent link">&para;</a></h3>
 <p>Format:</p>
-<div class="highlight"><pre><span></span><code>docker<span class="w"> 
</span>run<span class="w"> </span>-p<span class="w"> </span><span 
class="m">8888</span>:8888<span class="w"> </span>-p<span class="w"> 
</span><span class="m">8080</span>:8080<span class="w"> </span>-p<span 
class="w"> </span><span class="m">8081</span>:8081<span class="w"> 
</span>-p<span class="w"> </span><span class="m">4040</span>:4040<span 
class="w"> </span>apache/sedona:&lt;sedona_version&gt;
+<p><div class="highlight"><pre><span></span><code>docker<span class="w"> 
</span>run<span class="w"> </span>-e<span class="w"> </span><span 
class="nv">DRIVER_MEM</span><span class="o">=</span>&lt;driver_mem&gt;<span 
class="w"> </span>-e<span class="w"> </span><span 
class="nv">EXECUTOR_MEM</span><span class="o">=</span>&lt;executor_mem&gt;<span 
class="w"> </span>-p<span class="w"> </span><span 
class="m">8888</span>:8888<span class="w"> </span>-p<span class="w"> 
</span><span class="m">8080< [...]
 </code></pre></div>
+Driver memory and executor memory are optional. If their values are not given, 
the container will take 4GB RAM for the driver and 4GB RAM for the executor.</p>
 <p>Example 1:</p>
-<div class="highlight"><pre><span></span><code>docker<span class="w"> 
</span>run<span class="w"> </span>-p<span class="w"> </span><span 
class="m">8888</span>:8888<span class="w"> </span>-p<span class="w"> 
</span><span class="m">8080</span>:8080<span class="w"> </span>-p<span 
class="w"> </span><span class="m">8081</span>:8081<span class="w"> 
</span>-p<span class="w"> </span><span class="m">4040</span>:4040<span 
class="w"> </span>apache/sedona:latest
+<div class="highlight"><pre><span></span><code>docker<span class="w"> 
</span>run<span class="w"> </span>-e<span class="w"> </span><span 
class="nv">DRIVER_MEM</span><span class="o">=</span>6g<span class="w"> 
</span>-e<span class="w"> </span><span class="nv">EXECUTOR_MEM</span><span 
class="o">=</span>8g<span class="w"> </span>-p<span class="w"> </span><span 
class="m">8888</span>:8888<span class="w"> </span>-p<span class="w"> 
</span><span class="m">8080</span>:8080<span class="w"> </span>-p [...]
 </code></pre></div>
+<p>This command will start a container with 6GB RAM for the driver and 8GB RAM 
for the executor and use the latest Sedona image.</p>
+<p>This command will bind the container's ports 8888, 8080, 8081, 4040 to the 
host's ports 8888, 8080, 8081, 4040 respectively.</p>
 <p>Example 2:</p>
 <div class="highlight"><pre><span></span><code>docker<span class="w"> 
</span>run<span class="w"> </span>-p<span class="w"> </span><span 
class="m">8888</span>:8888<span class="w"> </span>-p<span class="w"> 
</span><span class="m">8080</span>:8080<span class="w"> </span>-p<span 
class="w"> </span><span class="m">8081</span>:8081<span class="w"> 
</span>-p<span class="w"> </span><span class="m">4040</span>:4040<span 
class="w"> </span>apache/sedona:1.5.1
 </code></pre></div>
+<p>This command will start a container with 4GB RAM for the driver and 4GB RAM 
for the executor and use Sedona 1.5.1 image.</p>
 <p>This command will bind the container's ports 8888, 8080, 8081, 4040 to the 
host's ports 8888, 8080, 8081, 4040 respectively.</p>
 <h3 id="start-coding">Start coding<a class="headerlink" href="#start-coding" 
title="Permanent link">&para;</a></h3>
 <p>Open your browser and go to <a 
href="http://localhost:8888/";>http://localhost:8888/</a> to start coding with 
Sedona.</p>
@@ -3902,7 +3906,7 @@
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 10, 2024 19:16:11</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 08:46:35</span>
       
     
   </small>
diff --git a/1.5.1/setup/install-scala/index.html 
b/1.5.1/setup/install-scala/index.html
index 2153e7a93..fe06115cd 100644
--- a/1.5.1/setup/install-scala/index.html
+++ b/1.5.1/setup/install-scala/index.html
@@ -3761,7 +3761,7 @@ If you are using Spark 3.0 to 3.3, please use jars with 
filenames containing <co
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 23:17:19</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 16, 2024 07:29:16</span>
       
     
   </small>
diff --git a/1.5.1/setup/maven-coordinates/index.html 
b/1.5.1/setup/maven-coordinates/index.html
index 1750c3da4..a2bf9861e 100644
--- a/1.5.1/setup/maven-coordinates/index.html
+++ b/1.5.1/setup/maven-coordinates/index.html
@@ -4109,7 +4109,7 @@
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 22:00:53</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
       
     
   </small>
diff --git a/1.5.1/setup/release-notes/index.html 
b/1.5.1/setup/release-notes/index.html
index c76143681..af258a187 100644
--- a/1.5.1/setup/release-notes/index.html
+++ b/1.5.1/setup/release-notes/index.html
@@ -5722,7 +5722,7 @@
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 22:00:53</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 18, 2024 00:00:28</span>
       
     
   </small>
diff --git a/1.5.1/sitemap.xml.gz b/1.5.1/sitemap.xml.gz
index f151e899e..90e044eb7 100644
Binary files a/1.5.1/sitemap.xml.gz and b/1.5.1/sitemap.xml.gz differ
diff --git a/1.5.1/tutorial/sql-pure-sql/index.html 
b/1.5.1/tutorial/sql-pure-sql/index.html
index 875bd1388..e5dc4c7fb 100644
--- a/1.5.1/tutorial/sql-pure-sql/index.html
+++ b/1.5.1/tutorial/sql-pure-sql/index.html
@@ -3718,7 +3718,7 @@ If you are using Spark versions higher than 3.4, please 
replace the <code>3.4</c
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 17, 2024 23:17:19</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">January 16, 2024 07:29:16</span>
       
     
   </small>

Reply via email to