Author: moon
Date: Mon Dec 21 02:31:17 2015
New Revision: 1721079

URL: http://svn.apache.org/viewvc?rev=1721079&view=rev
Log:
Fix typo / grammar from rest-notebook.md
https://github.com/apache/incubator-zeppelin/pull/545


Modified:
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
    
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-interpreter.html
    
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml

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=1721079&r1=1721078&r2=1721079&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 Mon Dec 21 
02:31:17 2015
@@ -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>2015-12-17T08:24:31+09:00</updated>
+ <updated>2015-12-21T11:31:58+09: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/rest-api/rest-interpreter.html
URL: 
http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-interpreter.html?rev=1721079&r1=1721078&r2=1721079&view=diff
==============================================================================
--- 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-interpreter.html
 (original)
+++ 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-interpreter.html
 Mon Dec 21 02:31:17 2015
@@ -490,6 +490,39 @@ limitations under the License.
     </tr>
   </table></p>
 
+<p><br/></p>
+
+<p><table class="table-configuration">
+    <col width="200">
+    <tr>
+      <th>Restart an interpreter</th>
+      <th></th>
+    </tr>
+    <tr>
+      <td>Description</td>
+      <td>This <code>PUT</code> method restart the given interpreter id.</td>
+    </tr>
+    <tr>
+      <td>URL</td>
+      
<td><code>http://[zeppelin-server]:[zeppelin-port]/api/interpreter/setting/restart/[interpreter
 ID]</code></td>
+    </tr>
+    <tr>
+      <td>Success code</td>
+      <td>200</td>
+    </tr>
+    <tr>
+      <td> Fail code</td>
+      <td> 500 </td>
+    </tr>
+    <tr>
+      <td> sample JSON response
+      </td>
+      <td>
+        <pre>{&quot;status&quot;:&quot;OK&quot;}</pre>
+      </td>
+    </tr>
+  </table></p>
+
   </div>
 </div>
 

Modified: 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
URL: 
http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html?rev=1721079&r1=1721078&r2=1721079&view=diff
==============================================================================
--- 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
 (original)
+++ 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
 Mon Dec 21 02:31:17 2015
@@ -150,12 +150,12 @@ limitations under the License.
 
 <h2>Zeppelin REST API</h2>
 
-<p>Zeppelin provides several REST API&#39;s for interaction and remote 
activation of zeppelin functionality.</p>
+<p>Zeppelin provides several REST APIs for interaction and remote activation 
of zeppelin functionality.</p>
 
-<p>All REST API are available starting with the following endpoint 
<code>http://[zeppelin-server]:[zeppelin-port]/api</code></p>
+<p>All REST APIs are available starting with the following endpoint 
<code>http://[zeppelin-server]:[zeppelin-port]/api</code></p>
 
-<p>Note that zeppein REST API receive or return JSON objects, it it 
recommended you install some JSON view such as 
- <a 
href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc";>JSONView</a></p>
+<p>Note that zeppelin REST APIs receive or return JSON objects, it is 
recommended for you to install some JSON viewer
+  such as <a 
href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc";>JSONView</a></p>
 
 <p>If you work with zeppelin and find a need for an additional REST API please 
<a href="../../community.html">file an issue or send us mail</a> </p>
 
@@ -173,7 +173,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method list the available notebooks on your 
server.
+      <td>This <code>GET</code> method lists the available notebooks on your 
server.
           Notebook JSON contains the <code>name</code> and <code>id</code> of 
all notebooks.
       </td>
     </tr>
@@ -205,8 +205,8 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method create a new notebook using the given 
name or default name if none given.
-          The body field of the returned JSON contain the new notebook id.
+      <td>This <code>POST</code> method creates a new notebook using the given 
name or default name if none given.
+          The body field of the returned JSON contains the new notebook id.
       </td>
     </tr>
     <tr>
@@ -259,7 +259,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method delete a notebook by the given 
notebook id.
+      <td>This <code>DELETE</code> method deletes a notebook by the given 
notebook id.
       </td>
     </tr>
     <tr>
@@ -290,9 +290,9 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method clone a notebook by the given id and 
create a new notebook using the given name 
+      <td>This <code>POST</code> method clones a notebook by the given id and 
create a new notebook using the given name 
           or default name if none given.
-          The body field of the returned JSON contain the new notebook id.
+          The body field of the returned JSON contains the new notebook id.
       </td>
     </tr>
     <tr>
@@ -327,7 +327,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method run all paragraph in the given 
notebook id.
+      <td>This <code>POST</code> method runs all paragraph in the given 
notebook id.
       </td>
     </tr>
     <tr>
@@ -358,7 +358,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method stop all paragraph in the given 
notebook id. 
+      <td>This <code>DELETE</code> method stops all paragraph in the given 
notebook id. 
       </td>
     </tr>
     <tr>
@@ -391,7 +391,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method get all paragraph status by the given 
notebook id. 
+      <td>This <code>GET</code> method gets all paragraph status by the given 
notebook id. 
           The body field of the returned JSON contains of the array that 
compose of the paragraph id, paragraph status, paragraph finish date, paragraph 
started date.
       </td>
     </tr>
@@ -423,7 +423,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method run the paragraph by given notebook 
and paragraph id. 
+      <td>This <code>POST</code> method runs the paragraph by given notebook 
and paragraph id. 
       </td>
     </tr>
     <tr>
@@ -454,7 +454,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method stop the paragraph by given notebook 
and paragraph id. 
+      <td>This <code>DELETE</code> method stops the paragraph by given 
notebook and paragraph id. 
       </td>
     </tr>
     <tr>
@@ -485,7 +485,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method add cron job by the given notebook id. 
+      <td>This <code>POST</code> method adds cron job by the given notebook 
id. 
       </td>
     </tr>
     <tr>
@@ -520,7 +520,7 @@ limitations under the License.
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method remove cron job by the given 
notebook id. 
+      <td>This <code>DELETE</code> method removes cron job by the given 
notebook id. 
       </td>
     </tr>
     <tr>
@@ -546,13 +546,13 @@ limitations under the License.
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Get clone job</th>
+      <th>Get cron job</th>
       <th></th>
     </tr>
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method get cron job expression of given 
notebook id. 
-          The body field of the returned JSON contain the cron expression.
+      <td>This <code>GET</code> method gets cron job expression of given 
notebook id. 
+          The body field of the returned JSON contains the cron expression.
       </td>
     </tr>
     <tr>

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=1721079&r1=1721078&r2=1721079&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 Mon Dec 21 
02:31:17 2015
@@ -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>2015-12-17T08:24:31+09:00</lastBuildDate>
-        <pubDate>2015-12-17T08:24:31+09:00</pubDate>
+        <lastBuildDate>2015-12-21T11:31:58+09:00</lastBuildDate>
+        <pubDate>2015-12-21T11:31:58+09:00</pubDate>
         <ttl>1800</ttl>
 
 


Reply via email to