Author: lresende
Date: Sat Mar 1 16:12:17 2025
New Revision: 1924114
URL: http://svn.apache.org/viewvc?rev=1924114&view=rev
Log:
Remove GA and update contributors
Modified:
incubator/toree/site/community-members/index.html
incubator/toree/site/community/index.html
incubator/toree/site/contributing/index.html
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
incubator/toree/site/docs/current/developer/creating-extensions/index.html
incubator/toree/site/docs/current/references/scaladocs/index.html
incubator/toree/site/docs/current/user/advanced-topics/index.html
incubator/toree/site/docs/current/user/faq/index.html
incubator/toree/site/docs/current/user/how-it-works/index.html
incubator/toree/site/docs/current/user/installation/index.html
incubator/toree/site/docs/current/user/quick-start/index.html
incubator/toree/site/docs/current/user/using-standalone/index.html
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
incubator/toree/site/download/index.html
incubator/toree/site/feed.xml
incubator/toree/site/history/index.html
incubator/toree/site/index.html
incubator/toree/site/privacy-policy/index.html
Modified: incubator/toree/site/community-members/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/community-members/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/community-members/index.html (original)
+++ incubator/toree/site/community-members/index.html Sat Mar 1 16:12:17 2025
@@ -173,6 +173,15 @@
</tr>
<tr>
+ <td><a href="http://github.com/pan3793"><img width="64"
src="http://github.com/pan3793.png" /></a></td>
+ <td>Cheng Pan</td>
+ <td>chengpan</td>
+ <td><a href="http://github.com/pan3793">pan3793</a></td>
+ <td>PMC</td>
+ <td>NetEase</td>
+ </tr>
+
+ <tr>
<td><a href="http://github.com/jodersky"><img width="64"
src="http://github.com/jodersky.png" /></a></td>
<td>Jakob Odersky</td>
<td>jodersky</td>
@@ -187,16 +196,7 @@
<td>kbates</td>
<td><a href="http://github.com/kevin-bates">kevin-bates</a></td>
<td>PMC</td>
- <td>IBM</td>
- </tr>
-
- <tr>
- <td><a href="http://github.com/julienledem"><img width="64"
src="http://github.com/julienledem.png" /></a></td>
- <td>Julien Le Dem</td>
- <td>julien</td>
- <td><a href="http://github.com/julienledem">julienledem</a></td>
- <td>Mentor</td>
- <td>Datakin</td>
+ <td>Veritone</td>
</tr>
<tr>
@@ -214,7 +214,7 @@
<td>lresende</td>
<td><a href="http://github.com/lresende">lresende</a></td>
<td>PMC and Mentor</td>
- <td>IBM</td>
+ <td>Apple</td>
</tr>
<tr>
@@ -241,7 +241,7 @@
<td>blue</td>
<td><a href="http://github.com/rdblue">rdblue</a></td>
<td>PMC, Mentor</td>
- <td>Netflix</td>
+ <td>Databricks</td>
</tr>
<tr>
@@ -271,7 +271,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -313,17 +313,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/community/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/community/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/community/index.html (original)
+++ incubator/toree/site/community/index.html Sat Mar 1 16:12:17 2025
@@ -214,7 +214,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -256,17 +256,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/contributing/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/contributing/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/contributing/index.html (original)
+++ incubator/toree/site/contributing/index.html Sat Mar 1 16:12:17 2025
@@ -242,20 +242,20 @@
<p>Make sure you do not have any uncommitted changes and rebase master with
latest changes from upstream:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>git fetch upstream
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>git fetch upstream
git checkout master
git rebase upstream/master
</code></pre></div></div>
<p>Now you should rebase your branch with master, to receive the upstream
changes</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>git checkout branch
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>git checkout branch
git rebase master
</code></pre></div></div>
<p>In both cases, you can have conflicts:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>error: could not apply fa39187... something to add to
patch A
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>error: could not apply fa39187... something to add to
patch A
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
@@ -299,7 +299,7 @@ Could not apply fa39187f3c3dfd2ab5faa38a
<p>Below is an example of a good commit message</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[TOREE-130] Performance enhancements for decision tree
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[TOREE-130] Performance enhancements for decision tree
Generate Matrix with random values through local memory
if there is sufficient memory.
@@ -349,7 +349,7 @@ if there is sufficient memory.
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -391,17 +391,6 @@ if there is sufficient memory.
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified:
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
---
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
(original)
+++
incubator/toree/site/docs/current/developer/contributing-to-the-project/index.html
Sat Mar 1 16:12:17 2025
@@ -305,7 +305,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -347,17 +347,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified:
incubator/toree/site/docs/current/developer/creating-extensions/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/developer/creating-extensions/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/developer/creating-extensions/index.html
(original)
+++ incubator/toree/site/docs/current/developer/creating-extensions/index.html
Sat Mar 1 16:12:17 2025
@@ -299,7 +299,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -341,17 +341,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/references/scaladocs/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/references/scaladocs/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/references/scaladocs/index.html (original)
+++ incubator/toree/site/docs/current/references/scaladocs/index.html Sat Mar
1 16:12:17 2025
@@ -300,7 +300,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -342,17 +342,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/advanced-topics/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/advanced-topics/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/advanced-topics/index.html (original)
+++ incubator/toree/site/docs/current/user/advanced-topics/index.html Sat Mar
1 16:12:17 2025
@@ -296,7 +296,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -338,17 +338,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/faq/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/faq/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/faq/index.html (original)
+++ incubator/toree/site/docs/current/user/faq/index.html Sat Mar 1 16:12:17
2025
@@ -289,26 +289,26 @@
<h2 id="how-do-i-access-apache-spark">How do I access Apache Spark?</h2>
-<p>You can access Spark through a <code
class="highlighter-rouge">SparkContext</code> which is created by Apache Toree
when the kernel starts. You can access
-the context through the <code class="highlighter-rouge">sc</code> variable.</p>
+<p>You can access Spark through a <code class="language-plaintext
highlighter-rouge">SparkContext</code> which is created by Apache Toree when
the kernel starts. You can access
+the context through the <code class="language-plaintext
highlighter-rouge">sc</code> variable.</p>
<h2 id="how-do-i-add-a-jar">How do I add a jar?</h2>
-<p>Jars are added through the <code class="highlighter-rouge">AddJar</code>
magic. You simply need to supply an URL for the jar to be added.</p>
+<p>Jars are added through the <code class="language-plaintext
highlighter-rouge">AddJar</code> magic. You simply need to supply an URL for
the jar to be added.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>%AddJar http://myproject.com/myproject/my.jar
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>%AddJar http://myproject.com/myproject/my.jar
</code></pre></div></div>
-<p>For more information about the <code
class="highlighter-rouge">AddJar</code> magic see the <a
href="https://github.com/apache/incubator-toree/blob/master/etc/examples/notebooks/magic-tutorial.ipynb">Magic
Tutorial Notebook</a>.</p>
+<p>For more information about the <code class="language-plaintext
highlighter-rouge">AddJar</code> magic see the <a
href="https://github.com/apache/incubator-toree/blob/master/etc/examples/notebooks/magic-tutorial.ipynb">Magic
Tutorial Notebook</a>.</p>
<h2 id="how-do-i-add-a-librarydependency">How do I add a
library/dependency?</h2>
-<p>Dependencies stored in repositories can be added through the <code
class="highlighter-rouge">AddDeps</code> magic. An example usage would be:</p>
+<p>Dependencies stored in repositories can be added through the <code
class="language-plaintext highlighter-rouge">AddDeps</code> magic. An example
usage would be:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>%AddDeps my.company artifact-id version
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>%AddDeps my.company artifact-id version
</code></pre></div></div>
-<p>If the dependency you are trying to add has transitive dependencies, you
can add the <code class="highlighter-rouge">--transitive</code> flag to add
those dependencies as well.
-For more information about the <code class="highlighter-rouge">AddDeps</code>
magic see the <a
href="https://github.com/apache/incubator-toree/blob/master/etc/examples/notebooks/magic-tutorial.ipynb">Magic
Tutorial Notebook</a>.</p>
+<p>If the dependency you are trying to add has transitive dependencies, you
can add the <code class="language-plaintext
highlighter-rouge">--transitive</code> flag to add those dependencies as well.
+For more information about the <code class="language-plaintext
highlighter-rouge">AddDeps</code> magic see the <a
href="https://github.com/apache/incubator-toree/blob/master/etc/examples/notebooks/magic-tutorial.ipynb">Magic
Tutorial Notebook</a>.</p>
<h2 id="how-do-i-visualize-data">How do I visualize data?</h2>
<p>The most straightforward way to add data visualization with Apache Toree is
through the <a
href="https://github.com/jupyter-incubator/declarativewidgets">Jupyter
Declarative Widgets</a> project.</p>
@@ -324,7 +324,7 @@ For more information about the <code cla
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -366,17 +366,6 @@ For more information about the <code cla
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/how-it-works/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/how-it-works/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/how-it-works/index.html (original)
+++ incubator/toree/site/docs/current/user/how-it-works/index.html Sat Mar 1
16:12:17 2025
@@ -287,8 +287,8 @@
<h1 id="how-it-works">How it works</h1>
-<p>Toree provides an interactive programming interface to a Spark Cluster.
Itâs API takes in <code class="highlighter-rouge">code</code> in a variety of
-languages and executes it. The <code class="highlighter-rouge">code</code> can
perform Spark tasks using the provided Spark Context.</p>
+<p>Toree provides an interactive programming interface to a Spark Cluster.
Itâs API takes in <code class="language-plaintext
highlighter-rouge">code</code> in a variety of
+languages and executes it. The <code class="language-plaintext
highlighter-rouge">code</code> can perform Spark tasks using the provided Spark
Context.</p>
<p>To further understand how Toree works, it is worth exploring the role that
it plays in several usage scenarios.</p>
@@ -316,7 +316,7 @@ building custom clients. Several options
<p>One way of using Spark is what is commonly referred to as âBatchâ mode.
Very similar to other Big Data systems, such as
Hadoop, this mode has the user create a program that is submitted to the
cluster. This program runs tasks in the
-cluster and ultimately writes data to some persistent store (i.e. HDFS or
No-SQL store). Spark provided <code class="highlighter-rouge">Batch</code> mode
+cluster and ultimately writes data to some persistent store (i.e. HDFS or
No-SQL store). Spark provided <code class="language-plaintext
highlighter-rouge">Batch</code> mode
support through <a
href="http://spark.apache.org/docs/latest/submitting-applications.html">Spark
Submit</a>.</p>
<p><img src="/assets/images/batch_mode.png" alt="Toree Gateway to Spark" /></p>
@@ -333,7 +333,7 @@ entire Spark API. Through this channel,
<p>The Jupyter Notebook is a good example of an application that relies on the
presence of these interactive channels and
uses Toree to access Spark. Other Spark enabled applications can be built that
directly connect to Toree through the
-<code class="highlighter-rouge">0MQ</code> protocol, but there are also other
ways.</p>
+<code class="language-plaintext highlighter-rouge">0MQ</code> protocol, but
there are also other ways.</p>
<p><img src="/assets/images/toree_spark_gateway.png" alt="Toree Gateway to
Spark" /></p>
@@ -350,7 +350,7 @@ a web application that uses Toree as the
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -392,17 +392,6 @@ a web application that uses Toree as the
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/installation/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/installation/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/installation/index.html (original)
+++ incubator/toree/site/docs/current/user/installation/index.html Sat Mar 1
16:12:17 2025
@@ -289,23 +289,23 @@
<h2 id="setup">Setup</h2>
-<p>An Apache Spark distribution is required to be installed before installing
Apache Toree. You can download a copy of Apache Spark <a
href="http://spark.apache.org/downloads.html">here</a>. Throughout the rest of
this guide we will assume you have downloaded and extracted the Apache Spark
distribution to <code
class="highlighter-rouge">/usr/local/bin/apache-spark/</code>.</p>
+<p>An Apache Spark distribution is required to be installed before installing
Apache Toree. You can download a copy of Apache Spark <a
href="http://spark.apache.org/downloads.html">here</a>. Throughout the rest of
this guide we will assume you have downloaded and extracted the Apache Spark
distribution to <code class="language-plaintext
highlighter-rouge">/usr/local/bin/apache-spark/</code>.</p>
<h2 id="installing-toree-via-pip">Installing Toree via Pip</h2>
<p>The quickest way to install Apache Toree is through the toree pip
package.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install toree
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install toree
</code></pre></div></div>
-<p>This will install a jupyter application called <code
class="highlighter-rouge">toree</code>, which can be used to install and
configure different Apache Toree kernels.</p>
+<p>This will install a jupyter application called <code
class="language-plaintext highlighter-rouge">toree</code>, which can be used to
install and configure different Apache Toree kernels.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install
--spark_home=/usr/local/bin/apache-spark/
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install
--spark_home=/usr/local/bin/apache-spark/
</code></pre></div></div>
-<p>You can confirm the installation by verifying the <code
class="highlighter-rouge">apache_toree_scala</code> kernel is listed in the
following command:</p>
+<p>You can confirm the installation by verifying the <code
class="language-plaintext highlighter-rouge">apache_toree_scala</code> kernel
is listed in the following command:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter kernelspec list
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter kernelspec list
</code></pre></div></div>
<h2 id="options">Options</h2>
@@ -313,7 +313,7 @@
Configurables, whose aliases are listed on the help line. For more information
on full configurables, see ââhelp-allâ.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>--user
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>--user
Install to the per-user kernel registry
--debug
set log level to logging.DEBUG (maximize logging output)
@@ -352,27 +352,27 @@ on full configurables, see ââh
<h1 id="configuring-spark">Configuring Spark</h1>
-<p>Toree is started using the <code
class="highlighter-rouge">spark-submit</code> script. All configuration options
from Spark are consistent with configuring
+<p>Toree is started using the <code class="language-plaintext
highlighter-rouge">spark-submit</code> script. All configuration options from
Spark are consistent with configuring
a <a
href="http://spark.apache.org/docs/latest/submitting-applications.html">Spark
Submit</a> job. There are two ways of
setting configuration options for Spark.</p>
-<p>The first is at install time with the <code
class="highlighter-rouge">--spark_opts</code> command line option.</p>
+<p>The first is at install time with the <code class="language-plaintext
highlighter-rouge">--spark_opts</code> command line option.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install --spark_opts='--master=local[4]'
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install --spark_opts='--master=local[4]'
</code></pre></div></div>
-<p>The second option is configured at run time through the <code
class="highlighter-rouge">SPARK_OPTS</code> environment variable.</p>
+<p>The second option is configured at run time through the <code
class="language-plaintext highlighter-rouge">SPARK_OPTS</code> environment
variable.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SPARK_OPTS='--master=local[4]' jupyter notebook
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SPARK_OPTS='--master=local[4]' jupyter notebook
</code></pre></div></div>
-<p><strong>Note:</strong> There is an order of precedence to the configuration
options. <code class="highlighter-rouge">SPARK_OPTS</code> will overwrite any
values configured in <code class="highlighter-rouge">--spark_opts</code>.</p>
+<p><strong>Note:</strong> There is an order of precedence to the configuration
options. <code class="language-plaintext highlighter-rouge">SPARK_OPTS</code>
will overwrite any values configured in <code class="language-plaintext
highlighter-rouge">--spark_opts</code>.</p>
<h1 id="configuring-toree">Configuring Toree</h1>
<p>There are some configuration options that are specific to Toree.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>Option
Description
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>Option
Description
------ -----------
--default-interpreter default interpreter for the
kernel
--default-repositories comma separated list of
additional
@@ -401,24 +401,24 @@ setting configuration options for Spark.
<p>There are two way of setting these configuration options.</p>
-<p>The first is at install time with the <code
class="highlighter-rouge">--toree_opts</code> command line option.</p>
+<p>The first is at install time with the <code class="language-plaintext
highlighter-rouge">--toree_opts</code> command line option.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree instal --toree_opts='--nosparkcontext'
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree instal --toree_opts='--nosparkcontext'
</code></pre></div></div>
-<p>The second option is configured at run time through the <code
class="highlighter-rouge">TOREE_OPTS</code> environment variable.</p>
+<p>The second option is configured at run time through the <code
class="language-plaintext highlighter-rouge">TOREE_OPTS</code> environment
variable.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>TOREE_OPTS='--nosparkcontext' jupyter notebook
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>TOREE_OPTS='--nosparkcontext' jupyter notebook
</code></pre></div></div>
-<p><strong>Note:</strong> There is an order of precedence to the configuration
options. <code class="highlighter-rouge">TOREE_OPTS</code> will overwrite any
values configured in <code class="highlighter-rouge">--toree_opts</code>.</p>
+<p><strong>Note:</strong> There is an order of precedence to the configuration
options. <code class="language-plaintext highlighter-rouge">TOREE_OPTS</code>
will overwrite any values configured in <code class="language-plaintext
highlighter-rouge">--toree_opts</code>.</p>
<h2 id="installing-multiple-kernels">Installing Multiple Kernels</h2>
<p>Apache Toree provides support for multiple languages. To enable this you
need to install the configurations for these
-interpreters as a comma seperated list to the <code
class="highlighter-rouge">--interpreters</code> flag:</p>
+interpreters as a comma seperated list to the <code class="language-plaintext
highlighter-rouge">--interpreters</code> flag:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install
--interpreters=Scala,PySpark,SparkR,SQL
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>jupyter toree install
--interpreters=Scala,PySpark,SparkR,SQL
</code></pre></div></div>
<p>The available interpreters and their supported languages are:</p>
@@ -463,7 +463,7 @@ interpreters as a comma seperated list t
<p>If the package directory is not writable by the Apache Toree, then you
should see an error similar to the following:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>Installing package into
â/usr/local/lib/R/site-libraryâ
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>Installing package into
â/usr/local/lib/R/site-libraryâ
(as âlibâ is unspecified)
Warning in install.packages("sparkr_bundle.tar.gz", repos = NULL, type =
"source") :
'lib = "/usr/local/lib/R/site-library"' is not writable
@@ -478,7 +478,7 @@ Execution halted
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -520,17 +520,6 @@ Execution halted
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/quick-start/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/quick-start/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/quick-start/index.html (original)
+++ incubator/toree/site/docs/current/user/quick-start/index.html Sat Mar 1
16:12:17 2025
@@ -298,7 +298,7 @@ implements the latest Jupyter message pr
<p>This requires you to have a distribution of <a
href="https://spark.apache.org/">Apache Spark</a> downloaded to the system
where Apache Toree will run. The
following commands will install Apache Toree.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install --upgrade toree
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install --upgrade toree
jupyter toree install --spark_home=/usr/local/bin/apache-spark/
</code></pre></div></div>
@@ -307,17 +307,17 @@ jupyter toree install --spark_home=/usr/
<p>One of the most common ways to use Apache Toree is for interactive data
exploration in a Jupyter Notebook. You will
first need to install the notebook and get the notebook server running:</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install notebook
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip install notebook
jupyter notebook
</code></pre></div></div>
-<p>The following clip shows a simple notebook running Scala code to print
<code class="highlighter-rouge">Hello, World!</code>. Each of the code cells
can be
-run by pressing <code class="highlighter-rouge">Shift-Enter</code> on your
keyboard.</p>
+<p>The following clip shows a simple notebook running Scala code to print
<code class="language-plaintext highlighter-rouge">Hello, World!</code>. Each
of the code cells can be
+run by pressing <code class="language-plaintext
highlighter-rouge">Shift-Enter</code> on your keyboard.</p>
<p><img src="/assets/images/toree-quick-start-notebook.gif" alt="Drawing"
style="width: 100%;" /></p>
-<p>A key component to Apache Toree is that is will automatically create a
<code class="highlighter-rouge">SparkContext</code> binding for you. This can
be accessed
-through the variable <code class="highlighter-rouge">sc</code>. The following
clip shows code accessing the <code
class="highlighter-rouge">SparkContext</code> and returning a value.</p>
+<p>A key component to Apache Toree is that is will automatically create a
<code class="language-plaintext highlighter-rouge">SparkContext</code> binding
for you. This can be accessed
+through the variable <code class="language-plaintext
highlighter-rouge">sc</code>. The following clip shows code accessing the <code
class="language-plaintext highlighter-rouge">SparkContext</code> and returning
a value.</p>
<p><img src="/assets/images/toree-quick-start-spark.gif" alt="Drawing"
style="width: 100%;" /></p>
@@ -335,7 +335,7 @@ through the variable <code class="highli
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -377,17 +377,6 @@ through the variable <code class="highli
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/docs/current/user/using-standalone/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/using-standalone/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/docs/current/user/using-standalone/index.html
(original)
+++ incubator/toree/site/docs/current/user/using-standalone/index.html Sat Mar
1 16:12:17 2025
@@ -302,7 +302,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -344,17 +344,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified:
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
---
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
(original)
+++
incubator/toree/site/docs/current/user/using-with-jupyter-notebooks/index.html
Sat Mar 1 16:12:17 2025
@@ -298,7 +298,7 @@
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -340,17 +340,6 @@
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/download/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/download/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/download/index.html (original)
+++ incubator/toree/site/download/index.html Sat Mar 1 16:12:17 2025
@@ -236,7 +236,7 @@ succeed.</p>
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -278,17 +278,6 @@ succeed.</p>
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/feed.xml
URL:
http://svn.apache.org/viewvc/incubator/toree/site/feed.xml?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/feed.xml (original)
+++ incubator/toree/site/feed.xml Sat Mar 1 16:12:17 2025
@@ -3,11 +3,11 @@
<channel>
<title></title>
<description></description>
- <link>/</link>
- <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Sun, 23 Aug 2020 13:48:23 -0700</pubDate>
- <lastBuildDate>Sun, 23 Aug 2020 13:48:23 -0700</lastBuildDate>
- <generator>Jekyll v3.7.4</generator>
+ <link>http://localhost:4000/</link>
+ <atom:link href="http://localhost:4000/feed.xml" rel="self"
type="application/rss+xml"/>
+ <pubDate>Sat, 01 Mar 2025 08:08:54 -0800</pubDate>
+ <lastBuildDate>Sat, 01 Mar 2025 08:08:54 -0800</lastBuildDate>
+ <generator>Jekyll v3.9.5</generator>
</channel>
</rss>
Modified: incubator/toree/site/history/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/history/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/history/index.html (original)
+++ incubator/toree/site/history/index.html Sat Mar 1 16:12:17 2025
@@ -171,9 +171,9 @@ Downloads are available on the
<ul>
<li>[<a href="https://issues.apache.org/jira/browse/FOO-911">FOO-911</a>]
-Add a variant of <code class="highlighter-rouge">FooSchema</code> that does
not cache sub-objects</li>
+Add a variant of <code class="language-plaintext
highlighter-rouge">FooSchema</code> that does not cache sub-objects</li>
<li>[<a href="https://issues.apache.org/jira/browse/FOO-845">FOO-845</a>]
-Derive <code class="highlighter-rouge">FOO</code> return type by a
customizable policy</li>
+Derive <code class="language-plaintext highlighter-rouge">FOO</code> return
type by a customizable policy</li>
</ul>
<h2 id="v0-1-0"><a
href="https://github.com/apache/incubator/toree/releases/tag/toree-0.1.0">0.1.0</a>
/ 2015-09-25</h2>
@@ -186,7 +186,7 @@ Derive <code class="highlighter-rouge">F
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -228,17 +228,6 @@ Derive <code class="highlighter-rouge">F
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/index.html (original)
+++ incubator/toree/site/index.html Sat Mar 1 16:12:17 2025
@@ -220,7 +220,7 @@ supports rich visualizations that integr
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -262,17 +262,6 @@ supports rich visualizations that integr
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
Modified: incubator/toree/site/privacy-policy/index.html
URL:
http://svn.apache.org/viewvc/incubator/toree/site/privacy-policy/index.html?rev=1924114&r1=1924113&r2=1924114&view=diff
==============================================================================
--- incubator/toree/site/privacy-policy/index.html (original)
+++ incubator/toree/site/privacy-policy/index.html Sat Mar 1 16:12:17 2025
@@ -182,7 +182,7 @@ See your browser documentation for instr
<hr>
<footer>
- <!-- <p>© 2020 </p>-->
+ <!-- <p>© 2025 </p>-->
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
@@ -224,17 +224,6 @@ See your browser documentation for instr
- <!-- Global site tag (gtag.js) - Google Analytics -->
-<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-116672460-1"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-116672460-1');
-</script>
-
-
<script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>