Skip to content

Commit

Permalink
Fix Binder integration in PySpark documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Aug 28, 2024
1 parent ac7a93b commit d4f246f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions site/docs/3.4.3/api/python/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalin
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">
Expand Down Expand Up @@ -266,4 +266,4 @@ <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalin
</div>
</footer>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions site/docs/3.4.3/api/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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://spark.apache.org/community.html">Community</a></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</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://spark.apache.org/community.html">Community</a></p>
<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>
Expand Down Expand Up @@ -216,7 +216,7 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
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>
Expand All @@ -232,7 +232,7 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
(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>
Expand Down Expand Up @@ -309,4 +309,4 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
</div>
</footer>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions site/docs/3.5.2/api/python/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalin
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/7ef1ead3b93?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/7ef1ead3b93?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/7ef1ead3b93?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">
Expand Down Expand Up @@ -390,4 +390,4 @@ <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalin
</div>
</footer>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions site/docs/3.5.2/api/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<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://spark.apache.org/community.html">Community</a></p>
<a class="reference external" href="https://mybinder.org/v2/gh/apache/spark/7ef1ead3b93?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://spark.apache.org/community.html">Community</a></p>
<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>
Expand Down Expand Up @@ -314,7 +314,7 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
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/7ef1ead3b93?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>
Expand All @@ -330,7 +330,7 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
(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/7ef1ead3b93?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>
Expand Down Expand Up @@ -418,4 +418,4 @@ <h1>PySpark Overview<a class="headerlink" href="#pyspark-overview" title="Permal
</div>
</footer>
</body>
</html>
</html>

0 comments on commit d4f246f

Please sign in to comment.