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

gurwls223 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d358525c75 Fix Binder integration in PySpark documentation
d358525c75 is described below

commit d358525c75e36bd3f582b7246c5ce496cf948372
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Wed Aug 28 13:42:55 2024 +0900

    Fix Binder integration in PySpark documentation
    
    This PR proposes to fix the Binder links for 3.5.2 and 3.4.3.
    
    Manually tested:
    
    3.4.3:
    
https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb
    
https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb
    
https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb
    
    3.5.2:
    
https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb
    
https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb
    
https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb
    
    Author: Hyukjin Kwon <[email protected]>
    
    Closes #551 from HyukjinKwon/fix-binder-links.
---
 site/docs/3.4.3/api/python/getting_started/index.html | 8 ++++----
 site/docs/3.4.3/api/python/index.html                 | 8 ++++----
 site/docs/3.5.2/api/python/getting_started/index.html | 8 ++++----
 site/docs/3.5.2/api/python/index.html                 | 8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/site/docs/3.4.3/api/python/getting_started/index.html 
b/site/docs/3.4.3/api/python/getting_started/index.html
index 3ed6ccd329..2a42b58ff2 100644
--- a/site/docs/3.4.3/api/python/getting_started/index.html
+++ b/site/docs/3.4.3/api/python/getting_started/index.html
@@ -191,9 +191,9 @@ There are more guides shared with other languages such as
 at <a class="reference external" 
href="https://spark.apache.org/docs/latest/index.html#where-to-go-from-here";>the
 Spark documentation</a>.</p>
 <p>There are live notebooks where you can try PySpark out without any other 
step:</p>
 <ul class="simple">
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb";>Live
 Notebook: Spark Connect</a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb";>Live
 Notebook: Spark Connect</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
 </ul>
 <p>The list below is the contents of this quickstart page:</p>
 <div class="toctree-wrapper compound">
@@ -266,4 +266,4 @@ at <a class="reference external" 
href="https://spark.apache.org/docs/latest/inde
   </div>
 </footer>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/site/docs/3.4.3/api/python/index.html 
b/site/docs/3.4.3/api/python/index.html
index d6fc2861b6..f78b3c5db4 100644
--- a/site/docs/3.4.3/api/python/index.html
+++ b/site/docs/3.4.3/api/python/index.html
@@ -162,7 +162,7 @@
 <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" 
title="Permalink to this headline">¶</a></h1>
 <p><strong>Date</strong>: Apr 15, 2024 <strong>Version</strong>: 3.4.3</p>
 <p><strong>Useful links</strong>:
-<a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook</a> | <a class="reference external" 
href="https://github.com/apache/spark";>GitHub</a> | <a class="reference 
external" 
href="https://issues.apache.org/jira/projects/SPARK/issues";>Issues</a> | <a 
class="reference external" 
href="https://github.com/apache/spark/tree/1eb558c3a6f/examples/src/main/python";>Examples</a>
 |  [...]
+<a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook</a> | <a class="reference external" 
href="https://github.com/apache/spark";>GitHub</a> | <a class="reference 
external" 
href="https://issues.apache.org/jira/projects/SPARK/issues";>Issues</a> | <a 
class="reference external" 
href="https://github.com/apache/spark/tree/1eb558c3a6f/examples/src/main/python";>Examples</a>
 |  [...]
 <p>PySpark is the Python API for Apache Spark. It enables you to perform 
real-time,
 large-scale data processing in a distributed environment using Python. It also 
provides a PySpark
 shell for interactively analyzing your data.</p>
@@ -216,7 +216,7 @@ Whether you use Python or SQL, the same underlying execution
 engine is used so you will always leverage the full power of Spark.</p>
 <ul class="simple">
 <li><p><a class="reference internal" 
href="getting_started/quickstart_df.html"><span class="std std-ref">Quickstart: 
DataFrame</span></a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
 <li><p><a class="reference internal" 
href="reference/pyspark.sql/index.html"><span class="std std-ref">Spark SQL API 
Reference</span></a></p></li>
 </ul>
 <p><strong>Pandas API on Spark</strong></p>
@@ -232,7 +232,7 @@ if you are new to Spark or deciding which API to use, we 
recommend using PySpark
 (see <a class="reference internal" 
href="#index-page-spark-sql-and-dataframes"><span class="std std-ref">Spark SQL 
and DataFrames</span></a>).</p>
 <ul class="simple">
 <li><p><a class="reference internal" 
href="getting_started/quickstart_ps.html"><span class="std std-ref">Quickstart: 
Pandas API on Spark</span></a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/1eb558c3a6f?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/149638e0781?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
 <li><p><a class="reference internal" 
href="reference/pyspark.pandas/index.html"><span class="std std-ref">Pandas API 
on Spark Reference</span></a></p></li>
 </ul>
 <p id="index-page-structured-streaming"><strong>Structured 
Streaming</strong></p>
@@ -309,4 +309,4 @@ should use for your streaming applications and 
pipelines.</p>
   </div>
 </footer>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/site/docs/3.5.2/api/python/getting_started/index.html 
b/site/docs/3.5.2/api/python/getting_started/index.html
index 7cfb8232a6..c0913ce0f5 100644
--- a/site/docs/3.5.2/api/python/getting_started/index.html
+++ b/site/docs/3.5.2/api/python/getting_started/index.html
@@ -292,9 +292,9 @@ There are more guides shared with other languages such as
 at <a class="reference external" 
href="https://spark.apache.org/docs/latest/index.html#where-to-go-from-here";>the
 Spark documentation</a>.</p>
 <p>There are live notebooks where you can try PySpark out without any other 
step:</p>
 <ul class="simple">
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb";>Live
 Notebook: Spark Connect</a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb";>Live
 Notebook: Spark Connect</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
 </ul>
 <p>The list below is the contents of this quickstart page:</p>
 <div class="toctree-wrapper compound">
@@ -390,4 +390,4 @@ Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 
3.0.4.<br>
   </div>
 </footer>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/site/docs/3.5.2/api/python/index.html 
b/site/docs/3.5.2/api/python/index.html
index 41fc4624cc..e7aec4aad1 100644
--- a/site/docs/3.5.2/api/python/index.html
+++ b/site/docs/3.5.2/api/python/index.html
@@ -260,7 +260,7 @@ function checkPageExistsAndRedirect(event) {
 <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" 
title="Permalink to this headline">¶</a></h1>
 <p><strong>Date</strong>: Aug 06, 2024 <strong>Version</strong>: 3.5.2</p>
 <p><strong>Useful links</strong>:
-<a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook</a> | <a class="reference external" 
href="https://github.com/apache/spark";>GitHub</a> | <a class="reference 
external" 
href="https://issues.apache.org/jira/projects/SPARK/issues";>Issues</a> | <a 
class="reference external" 
href="https://github.com/apache/spark/tree/bb7846dd487/examples/src/main/python";>Examples</a>
 |  [...]
+<a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook</a> | <a class="reference external" 
href="https://github.com/apache/spark";>GitHub</a> | <a class="reference 
external" 
href="https://issues.apache.org/jira/projects/SPARK/issues";>Issues</a> | <a 
class="reference external" 
href="https://github.com/apache/spark/tree/bb7846dd487/examples/src/main/python";>Examples</a>
 |  [...]
 <p>PySpark is the Python API for Apache Spark. It enables you to perform 
real-time,
 large-scale data processing in a distributed environment using Python. It also 
provides a PySpark
 shell for interactively analyzing your data.</p>
@@ -314,7 +314,7 @@ Whether you use Python or SQL, the same underlying execution
 engine is used so you will always leverage the full power of Spark.</p>
 <ul class="simple">
 <li><p><a class="reference internal" 
href="getting_started/quickstart_df.html"><span class="std std-ref">Quickstart: 
DataFrame</span></a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb";>Live
 Notebook: DataFrame</a></p></li>
 <li><p><a class="reference internal" 
href="reference/pyspark.sql/index.html"><span class="std std-ref">Spark SQL API 
Reference</span></a></p></li>
 </ul>
 <p><strong>Pandas API on Spark</strong></p>
@@ -330,7 +330,7 @@ if you are new to Spark or deciding which API to use, we 
recommend using PySpark
 (see <a class="reference internal" 
href="#index-page-spark-sql-and-dataframes"><span class="std std-ref">Spark SQL 
and DataFrames</span></a>).</p>
 <ul class="simple">
 <li><p><a class="reference internal" 
href="getting_started/quickstart_ps.html"><span class="std std-ref">Quickstart: 
Pandas API on Spark</span></a></p></li>
-<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/bb7846dd487?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
+<li><p><a class="reference external" 
href="https://mybinder.org/v2/gh/apache/spark/e1b425fd7d5?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb";>Live
 Notebook: pandas API on Spark</a></p></li>
 <li><p><a class="reference internal" 
href="reference/pyspark.pandas/index.html"><span class="std std-ref">Pandas API 
on Spark Reference</span></a></p></li>
 </ul>
 <p id="index-page-structured-streaming"><strong>Structured 
Streaming</strong></p>
@@ -418,4 +418,4 @@ Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 
3.0.4.<br>
   </div>
 </footer>
   </body>
-</html>
\ No newline at end of file
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to