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 16:06:42 UTC

svn commit: r1755445 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: atom.xml index.html interpreter/livy.html interpreter/spark.html manual/dynamicform.html manual/interpreters.html rest-api/rest-interpreter.html rss.xml screenshots.html

Author: moon
Date: Sun Aug  7 16:06:41 2016
New Revision: 1755445

URL: http://svn.apache.org/viewvc?rev=1755445&view=rev
Log:
[ZEPPELIN-1274]Write "Spark SQL" in docs rather than "SparkSQL"

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/livy.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/spark.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicform.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/manual/interpreters.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-interpreter.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml
    zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html

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=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml Sun Aug  7 16:06:41 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-07T08:47:13-07:00</updated>
+ <updated>2016-08-07T09:06:20-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=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/index.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/index.html Sun Aug  7 16:06:41 2016
@@ -238,7 +238,7 @@ Currently Apache Zeppelin supports many
 
 <h2>Data visualization</h2>
 
-<p>Some basic charts are already included in Apache Zeppelin. Visualizations are not limited to SparkSQL query, any output from any language backend can be recognized and visualized.</p>
+<p>Some basic charts are already included in Apache Zeppelin. Visualizations are not limited to Spark SQL query, any output from any language backend can be recognized and visualized.</p>
 
 <div class="row">
   <div class="col-md-6">

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html?rev=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html Sun Aug  7 16:06:41 2016
@@ -225,7 +225,7 @@ Example: <code>spark.master</code> to <c
   <tr>
     <td>zeppelin.livy.spark.maxResult</td>
     <td>1000</td>
-    <td>Max number of SparkSQL result to display.</td>
+    <td>Max number of Spark SQL result to display.</td>
   </tr>
     <tr>
     <td>livy.spark.driver.cores</td>

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=1755445&r1=1755444&r2=1755445&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 16:06:41 2016
@@ -274,7 +274,7 @@ You can also set other Spark properties
   <tr>
     <td>zeppelin.spark.maxResult</td>
     <td>1000</td>
-    <td>Max number of SparkSQL result to display.</td>
+    <td>Max number of Spark SQL result to display.</td>
   </tr>
   <tr>
     <td>zeppelin.spark.printREPLOutput</td>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicform.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicform.html?rev=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicform.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicform.html Sun Aug  7 16:06:41 2016
@@ -197,7 +197,7 @@ Custom language backend can select which
 
 <h2>Using form Templates</h2>
 
-<p>This mode creates form using simple template language. It&#39;s simple and easy to use. For example Markdown, Shell, SparkSql language backend uses it.</p>
+<p>This mode creates form using simple template language. It&#39;s simple and easy to use. For example Markdown, Shell, Spark SQL language backend uses it.</p>
 
 <h3>Text input form</h3>
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/interpreters.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/interpreters.html?rev=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/manual/interpreters.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/manual/interpreters.html Sun Aug  7 16:06:41 2016
@@ -196,7 +196,7 @@ limitations under the License.
 
 <p>In this section, we will explain about the role of interpreters, interpreters group and interpreter settings in Zeppelin.
 The concept of Zeppelin interpreter allows any language/data-processing-backend to be plugged into Zeppelin.
-Currently, Zeppelin supports many interpreters such as Scala ( with Apache Spark ), Python ( with Apache Spark ), SparkSQL, JDBC, Markdown, Shell and so on.</p>
+Currently, Zeppelin supports many interpreters such as Scala ( with Apache Spark ), Python ( with Apache Spark ), Spark SQL, JDBC, Markdown, Shell and so on.</p>
 
 <h2>What is Zeppelin interpreter?</h2>
 
@@ -221,7 +221,7 @@ Currently, Zeppelin supports many interp
 <h2>What is interpreter group?</h2>
 
 <p>Every Interpreter is belonged to an <strong>Interpreter Group</strong>. Interpreter Group is a unit of start/stop interpreter.
-By default, every interpreter is belonged to a single group, but the group might contain more interpreters. For example, Spark interpreter group is including Spark support, pySpark, SparkSQL and the dependency loader.</p>
+By default, every interpreter is belonged to a single group, but the group might contain more interpreters. For example, Spark interpreter group is including Spark support, pySpark, Spark SQL and the dependency loader.</p>
 
 <p>Technically, Zeppelin interpreters from the same group are running in the same JVM. For more information about this, please checkout <a href="../development/writingzeppelininterpreter.html">here</a>.</p>
 

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=1755445&r1=1755444&r2=1755445&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 16:06:41 2016
@@ -262,7 +262,7 @@ Note that Apache Zeppelin REST APIs rece
       &quot;properties&quot;: {
         &quot;zeppelin.spark.maxResult&quot;: {
           &quot;defaultValue&quot;: &quot;1000&quot;,
-          &quot;description&quot;: &quot;Max number of SparkSQL result to display.&quot;
+          &quot;description&quot;: &quot;Max number of Spark SQL result to display.&quot;
         }
       },
       &quot;path&quot;: &quot;/zeppelin/interpreter/spark&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=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml Sun Aug  7 16:06:41 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-07T08:47:13-07:00</lastBuildDate>
-        <pubDate>2016-08-07T08:47:13-07:00</pubDate>
+        <lastBuildDate>2016-08-07T09:06:20-07:00</lastBuildDate>
+        <pubDate>2016-08-07T09:06:20-07:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html?rev=1755445&r1=1755444&r2=1755445&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html Sun Aug  7 16:06:41 2016
@@ -191,7 +191,7 @@ limitations under the License.
 <div class="row">
      <div class="col-md-3">
           <a href="assets/themes/zeppelin/img/screenshots/sparksql.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/sparksql.png" /></a>
-          <center>SparkSQL with inline visualization</center>
+          <center>Spark SQL with inline visualization</center>
      </div>
      <div class="col-md-3">
           <a href="assets/themes/zeppelin/img/screenshots/spark.png"><img class="thumbnail" src="assets/themes/zeppelin/img/screenshots/spark.png" /></a>