You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2016/04/28 16:31:17 UTC

svn commit: r1741433 - in /incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT: assets/themes/zeppelin/img/screenshots/interpreter_persession.png atom.xml interpreter/spark.html manual/interpreters.html rss.xml

Author: moon
Date: Thu Apr 28 14:31:17 2016
New Revision: 1741433

URL: http://svn.apache.org/viewvc?rev=1741433&view=rev
Log:
ZEPPELIN-183

Modified:
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/assets/themes/zeppelin/img/screenshots/interpreter_persession.png
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/assets/themes/zeppelin/img/screenshots/interpreter_persession.png
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/assets/themes/zeppelin/img/screenshots/interpreter_persession.png?rev=1741433&r1=1741432&r2=1741433&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml?rev=1741433&r1=1741432&r2=1741433&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml Thu Apr 28 14:31:17 2016
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin (incubating)</title>
  <link href="http://zeppelin.incubator.apache.org/" rel="self"/>
  <link href="http://zeppelin.incubator.apache.org"/>
- <updated>2016-04-25T18:08:09-07:00</updated>
+ <updated>2016-04-28T07:30:51-07:00</updated>
  <id>http://zeppelin.incubator.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html?rev=1741433&r1=1741432&r2=1741433&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/spark.html Thu Apr 28 14:31:17 2016
@@ -502,9 +502,9 @@ select * from ${table=defaultTableName}
 </code></pre></div>
 <p>To learn more about dynamic form, checkout <a href="../manual/dynamicform.html">Dynamic Form</a>.</p>
 
-<h3>Separate Interpreter for each note</h3>
+<h3>Interpreter setting option.</h3>
 
-<p>In &#39;Separate Interpreter for each note&#39; mode, SparkInterpreter creates scala compiler per each notebook. However it still shares the single SparkContext.</p>
+<p>Interpreter setting can choose one of &#39;shared&#39;, &#39;scoped&#39;, &#39;isolated&#39; option. Spark interpreter creates separate scala compiler per each notebook but share a single SparkContext in &#39;scoped&#39; mode (experimental). It creates separate SparkContext per each notebook in &#39;isolated&#39; mode.</p>
 
 <h2>Setting up Zeppelin with Kerberos</h2>
 

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html?rev=1741433&r1=1741432&r2=1741433&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html Thu Apr 28 14:31:17 2016
@@ -212,8 +212,8 @@ By default, every interpreter is belonge
 
 <h2>Interpreter binding mode</h2>
 
-<p>Each Interpreter Setting can choose one of two different interpreter binding mode.
-Shared mode (default) and &#39;Separate Interpreter for each note&#39; mode. In shared mode, every notebook bound to the Interpreter Setting will share the single Interpreter instance. In &#39;Separate Interpreter for each note&#39; mode, each notebook will create new Interpreter instance. Therefore each notebook will have fresh new Interpreter environment.</p>
+<p>Each Interpreter Setting can choose one of &#39;shared&#39;, &#39;scoped&#39;, &#39;isolated&#39; interpreter binding mode.
+In &#39;shared&#39; mode, every notebook bound to the Interpreter Setting will share the single Interpreter instance. In &#39;scoped&#39; mode, each notebook will create new Interpreter instance in the same interpreter process. In &#39;isolated&#39; mode, each notebook will create new Interpreter process.</p>
 
 <p><img src="/assets/themes/zeppelin/img/screenshots/interpreter_persession.png" width="400px"></p>
 

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml?rev=1741433&r1=1741432&r2=1741433&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml Thu Apr 28 14:31:17 2016
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin (incubating) - The Apache Software Foundation</description>
         <link>http://zeppelin.incubator.apache.org</link>
         <link>http://zeppelin.incubator.apache.org</link>
-        <lastBuildDate>2016-04-25T18:08:09-07:00</lastBuildDate>
-        <pubDate>2016-04-25T18:08:09-07:00</pubDate>
+        <lastBuildDate>2016-04-28T07:30:51-07:00</lastBuildDate>
+        <pubDate>2016-04-28T07:30:51-07:00</pubDate>
         <ttl>1800</ttl>