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/08/07 15:48:02 UTC

svn commit: r1755444 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/ interpreter/ rest-api/ security/

Author: moon
Date: Sun Aug  7 15:48:02 2016
New Revision: 1755444

URL: http://svn.apache.org/viewvc?rev=1755444&view=rev
Log:
[ZEPPELIN-1288] Use new Spark logo in the document

Added:
    zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/spark_logo.png   (with props)
Removed:
    zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/spark_logo.jpg
    zeppelin/site/docs/0.7.0-SNAPSHOT/security/interpreter_authorization.html
Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml
    zeppelin/site/docs/0.7.0-SNAPSHOT/index.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml

Added: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/spark_logo.png
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/spark_logo.png?rev=1755444&view=auto
==============================================================================
Binary file - no diff available.

Propchange: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/spark_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml?rev=1755444&r1=1755443&r2=1755444&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml Sun Aug  7 15:48:02 2016
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin</title>
  <link href="http://zeppelin.apache.org/" rel="self"/>
  <link href="http://zeppelin.apache.org"/>
- <updated>2016-08-07T15:07:22+09:00</updated>
+ <updated>2016-08-07T08:47:13-07:00</updated>
  <id>http://zeppelin.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/index.html?rev=1755444&r1=1755443&r2=1755444&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/index.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/index.html Sun Aug  7 15:48:02 2016
@@ -222,7 +222,7 @@ Currently Apache Zeppelin supports many
 
 <p>Especially, Apache Zeppelin provides built-in <a href="http://spark.apache.org/">Apache Spark</a> integration. You don&#39;t need to build a separate module, plugin or library for it.</p>
 
-<p><img class="img-responsive" src="./assets/themes/zeppelin/img/spark_logo.jpg" width="140px" /></p>
+<p><img class="img-responsive" src="./assets/themes/zeppelin/img/spark_logo.png" width="140px" /></p>
 
 <p>Apache Zeppelin with Spark integration provides</p>
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html?rev=1755444&r1=1755443&r2=1755444&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html Sun Aug  7 15:48:02 2016
@@ -248,7 +248,7 @@ You can also set other Spark properties
   </tr>
   <tr>
     <td>spark.executor.memory </td>
-    <td>512m</td>
+    <td>1g</td>
     <td>Executor memory per worker instance. <br/> ex) 512m, 32g</td>
   </tr>
   <tr>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html?rev=1755444&r1=1755443&r2=1755444&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html Sun Aug  7 15:48:02 2016
@@ -245,7 +245,7 @@ Note that Apache Zeppelin REST APIs rece
       &quot;className&quot;: &quot;org.apache.zeppelin.spark.SparkInterpreter&quot;,
       &quot;properties&quot;: {
         &quot;spark.executor.memory&quot;: {
-          &quot;defaultValue&quot;: &quot;512m&quot;,
+          &quot;defaultValue&quot;: &quot;1g&quot;,
           &quot;description&quot;: &quot;Executor memory per worker instance. ex) 512m, 32g&quot;
         },
         &quot;spark.cores.max&quot;: {
@@ -325,7 +325,7 @@ Note that Apache Zeppelin REST APIs rece
       &quot;group&quot;: &quot;spark&quot;,
       &quot;properties&quot;: {
         &quot;spark.cores.max&quot;: &quot;&quot;,
-        &quot;spark.executor.memory&quot;: &quot;512m&quot;,
+        &quot;spark.executor.memory&quot;: &quot;1g&quot;,
       },
       &quot;interpreterGroup&quot;: [
         {

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml?rev=1755444&r1=1755443&r2=1755444&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml Sun Aug  7 15:48:02 2016
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin - The Apache Software Foundation</description>
         <link>http://zeppelin.apache.org</link>
         <link>http://zeppelin.apache.org</link>
-        <lastBuildDate>2016-08-07T15:07:22+09:00</lastBuildDate>
-        <pubDate>2016-08-07T15:07:22+09:00</pubDate>
+        <lastBuildDate>2016-08-07T08:47:13-07:00</lastBuildDate>
+        <pubDate>2016-08-07T08:47:13-07:00</pubDate>
         <ttl>1800</ttl>