You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/06/08 19:02:32 UTC

svn commit: r1747434 [4/4] - in /incubator/zeppelin/site/docs/0.6.0-SNAPSHOT: ./ assets/themes/zeppelin/css/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ storage/ tutorial/ ui_layout/

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Notebook REST API">
   <h1></h1>
@@ -184,26 +181,21 @@ limitations under the License.
 
 <p>Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality.</p>
 
-<p>All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code></p>
-
-<p>Note that zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewers
-  such as <a href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc">JSONView</a></p>
+<p>All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code>. Note that zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewers 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>
+<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>
 
 <p><br /></p>
 
-<h3>Notebook REST API list</h3>
+<h2>Notebook REST API List</h2>
 
-<p>Notebooks REST API supports the following operations: List, Create, Get, Delete, Clone, Run, Export, Import as detailed in the following table</p>
+<p>Notebooks REST API supports the following operations: List, Create, Get, Delete, Clone, Run, Export, Import as detailed in the following tables.</p>
+
+<h3>List Notebooks</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>List notebooks</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <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.
@@ -223,19 +215,31 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;message&quot;:&quot;&quot;,&quot;body&quot;:[{&quot;name&quot;:&quot;Homepage&quot;,&quot;id&quot;:&quot;2AV4WUEMK&quot;},{&quot;name&quot;:&quot;Zeppelin Tutorial&quot;,&quot;id&quot;:&quot;2A94M5J1Z&quot;}]}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;OK&quot;,
+  &quot;message&quot;: &quot;&quot;,
+  &quot;body&quot;: [
+    {
+      &quot;name&quot;:&quot;Homepage&quot;,
+      &quot;id&quot;:&quot;2AV4WUEMK&quot;
+    },
+    {
+      &quot;name&quot;:&quot;Zeppelin Tutorial&quot;,
+      &quot;id&quot;:&quot;2A94M5J1Z&quot;
+    }
+  ]
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Create Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Create notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <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.
@@ -255,7 +259,7 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON input (without paragraphs) </td>
-      <td><pre>{ &quot;name&quot;: &quot;name of new notebook&quot; }</pre></td>
+      <td><pre>{&quot;name&quot;: &quot;name of new notebook&quot;}</pre></td>
     </tr>
     <tr>
       <td> sample JSON input (with initial paragraphs) </td>
@@ -272,24 +276,26 @@ limitations under the License.
       &quot;text&quot;: &quot;paragraph text2&quot;
     }
   ]
-}
-      </pre></td>
+}</pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;: &quot;CREATED&quot;,&quot;message&quot;: &quot;&quot;,&quot;body&quot;: &quot;2AZPHY918&quot;}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;CREATED&quot;,
+  &quot;message&quot;: &quot;&quot;,
+  &quot;body&quot;: &quot;2AZPHY918&quot;
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Get Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Get notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>GET</code> method retrieves an existing notebook&#39;s information using the given id.
           The body field of the returned JSON contain information about paragraphs in the notebook.
@@ -356,7 +362,7 @@ limitations under the License.
           &quot;params&quot;: {},
           &quot;forms&quot;: {}
         },
-        &quot;jobName&quot;: &quot;paragraph<em>1423500782552</em>-1439281894&quot;,
+        &quot;jobName&quot;: &quot;paragraph_1423500782552_-1439281894&quot;,
         &quot;id&quot;: &quot;20150210-015302_1492795503&quot;,
         &quot;result&quot;: {
           &quot;code&quot;: &quot;SUCCESS&quot;,
@@ -378,20 +384,17 @@ limitations under the License.
     },
     &quot;info&quot;: {}
   }
-}
-      </pre></td>
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Delete Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Delete notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>DELETE</code> method deletes a notebook by the given notebook id.
       </td>
@@ -410,19 +413,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;message&quot;:&quot;&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;,&quot;message&quot;: &quot;&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Clone Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Clone notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <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.
@@ -447,19 +448,22 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;: &quot;CREATED&quot;,&quot;message&quot;: &quot;&quot;,&quot;body&quot;: &quot;2AZPHY918&quot;}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;CREATED&quot;,
+  &quot;message&quot;: &quot;&quot;,
+  &quot;body&quot;: &quot;2AZPHY918&quot;
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Run Notebook Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Run notebook job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method runs all paragraph in the given notebook id.
       </td>
@@ -478,19 +482,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Stop Notebook Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Stop notebook job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>DELETE</code> method stops all paragraph in the given notebook id.
       </td>
@@ -515,15 +517,11 @@ limitations under the License.
 
 <p><br/></p>
 
-<p><br/></p>
+<h3>Get Notebook Job</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Get notebook job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <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.
@@ -543,19 +541,35 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;body&quot;:[{&quot;id&quot;:&quot;20151121-212654<em>766735423&quot;,&quot;status&quot;:&quot;FINISHED&quot;,&quot;finished&quot;:&quot;Tue Nov 24 14:21:40 KST 2015&quot;,&quot;started&quot;:&quot;Tue Nov 24 14:21:39 KST 2015&quot;},{&quot;progress&quot;:&quot;1&quot;,&quot;id&quot;:&quot;20151121-212657</em>730976687&quot;,&quot;status&quot;:&quot;RUNNING&quot;,&quot;finished&quot;:&quot;Tue Nov 24 14:21:35 KST 2015&quot;,&quot;started&quot;:&quot;Tue Nov 24 14:21:40 KST 2015&quot;}]}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;OK&quot;,
+  &quot;body&quot;: [
+    {
+      &quot;id&quot;:&quot;20151121-212654_766735423&quot;,
+      &quot;status&quot;:&quot;FINISHED&quot;,
+      &quot;finished&quot;:&quot;Tue Nov 24 14:21:40 KST 2015&quot;,
+      &quot;started&quot;:&quot;Tue Nov 24 14:21:39 KST 2015&quot;
+    },
+    {
+      &quot;progress&quot;:&quot;1&quot;,
+      &quot;id&quot;:&quot;20151121-212657_730976687&quot;,
+      &quot;status&quot;:&quot;RUNNING&quot;,
+      &quot;finished&quot;:&quot;Tue Nov 24 14:21:35 KST 2015&quot;,
+      &quot;started&quot;:&quot;Tue Nov 24 14:21:40 KST 2015&quot;
+    }
+  ]
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Run Paragraph Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Run paragraph job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method runs the paragraph by given notebook and paragraph id.
       </td>
@@ -581,24 +595,21 @@ limitations under the License.
     &quot;formLabel1&quot;: &quot;value1&quot;,
     &quot;formLabel2&quot;: &quot;value2&quot;
   }
-}
-      </pre></td>
+}</pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Stop Paragraph Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Stop paragraph job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>DELETE</code> method stops the paragraph by given notebook and paragraph id.
       </td>
@@ -617,19 +628,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Add Cron Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Add cron job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method adds cron job by the given notebook id.
       </td>
@@ -652,19 +661,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Remove Cron Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Remove cron job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>DELETE</code> method removes cron job by the given notebook id.
       </td>
@@ -683,19 +690,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Get Cron Job</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Get cron job</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <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.
@@ -715,17 +720,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;body&quot;:&quot;* * * * * ?&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;, &quot;body&quot;: &quot;* * * * * ?&quot;}</pre></td>
     </tr>
   </table></p>
 
+<p><br /></p>
+
+<h3>Full Text Search Through the Paragraphs in All Notebooks</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Full-text search through the paragraphs in all notebooks</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td><code>GET</code> request will return list of matching paragraphs
       </td>
@@ -744,19 +749,28 @@ limitations under the License.
     </tr>
     <tr>
       <td>Sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;, body: [{&quot;id&quot;:&quot;<noteId>/paragraph/<paragraphId>&quot;, &quot;name&quot;:&quot;Notebook Name&quot;, &quot;snippet&quot;:&quot;&quot;, &quot;text&quot;:&quot;&quot;}]}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;OK&quot;,
+  &quot;body&quot;: [
+    {
+      &quot;id&quot;: &quot;<noteId>/paragraph/<paragraphId>&quot;,
+      &quot;name&quot;:&quot;Notebook Name&quot;, 
+      &quot;snippet&quot;:&quot;&quot;,
+      &quot;text&quot;:&quot;&quot;
+    }
+  ]
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Create Paragraph</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Create paragraph</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method create a new paragraph using JSON payload.
           The body field of the returned JSON contain the new paragraph id.
@@ -777,36 +791,38 @@ limitations under the License.
     <tr>
       <td> sample JSON input (add to the last) </td>
       <td><pre>
-  {
-    &quot;title&quot;: &quot;Paragraph insert revised&quot;,
-    &quot;text&quot;: &quot;%spark\nprintln(\&quot;Paragraph insert revised\&quot;)&quot;
-  }</pre></td>
+{
+  &quot;title&quot;: &quot;Paragraph insert revised&quot;,
+  &quot;text&quot;: &quot;%spark\nprintln(\&quot;Paragraph insert revised\&quot;)&quot;
+}</pre></td>
     </tr>
     <tr>
       <td> sample JSON input (add to specific index) </td>
       <td><pre>
-  {
-    &quot;title&quot;: &quot;Paragraph insert revised&quot;,
-    &quot;text&quot;: &quot;%spark\nprintln(\&quot;Paragraph insert revised\&quot;)&quot;,
-    &quot;index&quot;: 0
-  }
-      </pre></td>
+{
+  &quot;title&quot;: &quot;Paragraph insert revised&quot;,
+  &quot;text&quot;: &quot;%spark\nprintln(\&quot;Paragraph insert revised\&quot;)&quot;,
+  &quot;index&quot;: 0
+}</pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;: &quot;CREATED&quot;,&quot;message&quot;: &quot;&quot;,&quot;body&quot;: &quot;20151218-100330_1754029574&quot;}</pre></td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;CREATED&quot;,
+  &quot;message&quot;: &quot;&quot;,
+  &quot;body&quot;: &quot;20151218-100330_1754029574&quot;
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Get Paragraph</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Get paragraph</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>GET</code> method retrieves an existing paragraph&#39;s information using the given id.
           The body field of the returned JSON contain information about paragraph.
@@ -853,7 +869,7 @@ limitations under the License.
       &quot;params&quot;: {},
       &quot;forms&quot;: {}
     },
-    &quot;jobName&quot;: &quot;paragraph<em>1450391574392</em>-1890856722&quot;,
+    &quot;jobName&quot;: &quot;paragraph_1450391574392_-1890856722&quot;,
     &quot;id&quot;: &quot;20151218-073254_1105602047&quot;,
     &quot;result&quot;: {
       &quot;code&quot;: &quot;SUCCESS&quot;,
@@ -866,20 +882,17 @@ limitations under the License.
     &quot;status&quot;: &quot;FINISHED&quot;,
     &quot;progressUpdateIntervalMs&quot;: 500
   }
-}
-      </pre></td>
+}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Move Paragraph</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Move paragraph</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method moves a paragraph to the specific index (order) from the notebook.
       </td>
@@ -898,19 +911,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;message&quot;:&quot;&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;,&quot;message&quot;: &quot;&quot;}</pre></td>
     </tr>
   </table></p>
 
 <p><br/></p>
 
+<h3>Delete Paragraph</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Delete paragraph</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>DELETE</code> method deletes a paragraph by the given notebook and paragraph id.
       </td>
@@ -929,17 +940,17 @@ limitations under the License.
     </tr>
     <tr>
       <td> sample JSON response </td>
-      <td><pre>{&quot;status&quot;:&quot;OK&quot;,&quot;message&quot;:&quot;&quot;}</pre></td>
+      <td><pre>{&quot;status&quot;: &quot;OK&quot;,&quot;message&quot;: &quot;&quot;}</pre></td>
     </tr>
   </table></p>
 
+<p><br /></p>
+
+<h3>Export Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Export notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>GET</code> method exports a notebook by the given id and gernerates a JSON
       </td>
@@ -969,7 +980,7 @@ limitations under the License.
         &quot;params&quot;: {},
         &quot;forms&quot;: {}
       },
-      &quot;jobName&quot;: &quot;paragraph<em>1452300578795</em>1196072540&quot;,
+      &quot;jobName&quot;: &quot;paragraph_1452300578795_1196072540&quot;,
       &quot;id&quot;: &quot;20160108-164938_1685162144&quot;,
       &quot;dateCreated&quot;: &quot;Jan 8, 2016 4:49:38 PM&quot;,
       &quot;status&quot;: &quot;READY&quot;,
@@ -985,13 +996,13 @@ limitations under the License.
     </tr>
   </table></p>
 
+<p><br /></p>
+
+<h3>Import Notebook</h3>
+
 <p><table class="table-configuration">
     <col width="200">
     <tr>
-      <th>Export notebook</th>
-      <th></th>
-    </tr>
-    <tr>
       <td>Description</td>
       <td>This <code>POST</code> method imports a notebook from the notebook JSON input
       </td>
@@ -1008,8 +1019,9 @@ limitations under the License.
       <td> Fail code</td>
       <td> 500 </td>
     </tr>
-    <td> sample JSON input </td>
-      <td><pre>{
+    <td>sample JSON input</td>
+      <td><pre>
+{
   &quot;paragraphs&quot;: [
     {
       &quot;text&quot;: &quot;%md This is my new paragraph in my new note&quot;,
@@ -1021,7 +1033,7 @@ limitations under the License.
         &quot;params&quot;: {},
         &quot;forms&quot;: {}
       },
-      &quot;jobName&quot;: &quot;paragraph<em>1452300578795</em>1196072540&quot;,
+      &quot;jobName&quot;: &quot;paragraph_1452300578795_1196072540&quot;,
       &quot;id&quot;: &quot;20160108-164938_1685162144&quot;,
       &quot;dateCreated&quot;: &quot;Jan 8, 2016 4:49:38 PM&quot;,
       &quot;status&quot;: &quot;READY&quot;,
@@ -1034,9 +1046,14 @@ limitations under the License.
   &quot;config&quot;: {},
   &quot;info&quot;: {}
 }</pre></td>
-<tr>
-      <td> sample JSON response </td>
-      <td><pre>&quot;status&quot;: &quot;CREATED&quot;,&quot;message&quot;: &quot;&quot;,&quot;body&quot;: &quot;2AZPHY918&quot;}</pre></td>
+    <tr>
+      <td>sample JSON response</td>
+      <td><pre>
+{
+  &quot;status&quot;: &quot;CREATED&quot;,
+  &quot;message&quot;: &quot;&quot;,
+  &quot;body&quot;: &quot;2AZPHY918&quot;
+}</pre></td>
     </tr>
     </tr>
   </table></p>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/rss.xml Wed Jun  8 19:02:31 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-06-06T11:27:31-07:00</lastBuildDate>
-        <pubDate>2016-06-06T11:27:31-07:00</pubDate>
+        <lastBuildDate>2016-06-08T11:53:05-07:00</lastBuildDate>
+        <pubDate>2016-06-08T11:53:05-07:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/screenshots.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/screenshots.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/screenshots.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/screenshots.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Screenshots">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/authentication.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/authentication.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/authentication.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/authentication.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Authentication for NGINX">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/interpreter_authorization.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/interpreter_authorization.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/interpreter_authorization.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/interpreter_authorization.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Notebook Authorization">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/notebook_authorization.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Notebook Authorization">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/overview.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/overview.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/overview.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/overview.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Security Overview">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/shiroauthentication.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/shiroauthentication.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/shiroauthentication.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/security/shiroauthentication.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Shiro Security for Apache Zeppelin">
   <h1></h1>

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/sitemap.txt
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/sitemap.txt?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/sitemap.txt (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/sitemap.txt Wed Jun  8 19:02:31 2016
@@ -2,12 +2,12 @@
 http://zeppelin.apache.org/atom.xml
 http://zeppelin.apache.org/development/howtocontribute.html
 http://zeppelin.apache.org/development/howtocontributewebsite.html
-http://zeppelin.apache.org/development/writingheliumapplication.html
 http://zeppelin.apache.org/development/writingzeppelininterpreter.html
 http://zeppelin.apache.org/displaysystem/back-end-angular.html
-http://zeppelin.apache.org/displaysystem/display.html
 http://zeppelin.apache.org/displaysystem/front-end-angular.html
+http://zeppelin.apache.org/displaysystem/html.html
 http://zeppelin.apache.org/displaysystem/table.html
+http://zeppelin.apache.org/displaysystem/text.html
 http://zeppelin.apache.org/index.html
 http://zeppelin.apache.org/install/install.html
 http://zeppelin.apache.org/install/upgrade.html
@@ -38,6 +38,8 @@ http://zeppelin.apache.org/manual/interp
 http://zeppelin.apache.org/manual/notebookashomepage.html
 http://zeppelin.apache.org/manual/publish.html
 http://zeppelin.apache.org/pleasecontribute.html
+http://zeppelin.apache.org/quickstart/explorezeppelinui.html
+http://zeppelin.apache.org/quickstart/tutorial.html
 http://zeppelin.apache.org/rest-api/rest-configuration.html
 http://zeppelin.apache.org/rest-api/rest-interpreter.html
 http://zeppelin.apache.org/rest-api/rest-notebook.html
@@ -50,6 +52,4 @@ http://zeppelin.apache.org/security/over
 http://zeppelin.apache.org/security/shiroauthentication.html
 http://zeppelin.apache.org/sitemap.txt
 http://zeppelin.apache.org/storage/storage.html
-http://zeppelin.apache.org/tutorial/tutorial.html
-http://zeppelin.apache.org/ui_layout/zeppelin_layout.html
 

Modified: incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/storage/storage.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/storage/storage.html?rev=1747434&r1=1747433&r2=1747434&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/storage/storage.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-SNAPSHOT/storage/storage.html Wed Jun  8 19:02:31 2016
@@ -63,6 +63,8 @@
               <ul class="dropdown-menu">
                 <!-- li><span><b>Overview</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/index.html">Overview</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/explorezeppelinui.html">Explore Zeppelin UI</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/quickstart/tutorial.html">Tutorial</a></li>
                 <li role="separator" class="divider"></li>
                 <!-- li><span><b>Install</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/install.html">Install</a></li>
@@ -71,11 +73,6 @@
                 <li role="separator" class="divider"></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/install/upgrade.html">Upgrade Version</a></li>
                 <li role="separator" class="divider"></li>
-                <!-- li><span><b>Tutorial</b><span></li -->
-                <li><a href="/docs/0.6.0-SNAPSHOT/tutorial/tutorial.html">Tutorial</a></li>
-                <li role="separator" class="divider"></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/ui_layout/zeppelin_layout.html">UI Layout</a></li>
-                <li role="separator" class="divider"></li>
                 <!-- li><span><b>Guide</b><span></li -->
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/dynamicform.html">Dynamic Form</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/manual/publish.html">Publish your Paragraph</a></li>
@@ -100,7 +97,7 @@
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/python.html">Python</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, hawq</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/r.html">R</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/pleasecontribute.html">Shell</a></li>
@@ -114,8 +111,8 @@
             <li>
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Display System <b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html">Text</a></li>
-                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/display.html#html">Html</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/text.html">Text</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/html.html">Html</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/table.html">Table</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/back-end-angular.html">Angular (backend API)</a></li>
                 <li><a href="/docs/0.6.0-SNAPSHOT/displaysystem/front-end-angular.html">Angular (frontend API)</a></li>
@@ -157,7 +154,7 @@
     </div>
 
 
-    <div class="container">
+    <div class="content">
       
 <!--<div class="hero-unit Storage">
   <h1></h1>
@@ -180,7 +177,7 @@ See the License for the specific languag
 limitations under the License.
 -->
 
-<h3>Notebook Storage</h3>
+<h2>Notebook Storage</h2>
 
 <p>Zeppelin has a pluggable notebook storage mechanism controlled by <code>zeppelin.notebook.storage</code> configuration option with multiple implementations.
 There are few Notebook storage systems available for a use out of the box:
@@ -194,7 +191,7 @@ By default, only first two of them will
 
 <p></br></p>
 
-<h4>Notebook Storage in local Git repository <a name="Git"></a></h4>
+<h2>Notebook Storage in local Git repository <a name="Git"></a></h2>
 
 <p>To enable versioning for all your local notebooks though a standard Git repository - uncomment the next property in <code>zeppelin-site.xml</code> in order to use GitNotebookRepo class:</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
@@ -205,7 +202,7 @@ By default, only first two of them will
 </code></pre></div>
 <p></br></p>
 
-<h4>Notebook Storage in S3  <a name="S3"></a></h4>
+<h2>Notebook Storage in S3 <a name="S3"></a></h2>
 
 <p>Notebooks may be stored in S3, and optionally encrypted.  The <a href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html"><code>DefaultAWSCredentialsProviderChain</code></a> credentials provider is used for credentials and checks the following:</p>
 
@@ -250,38 +247,34 @@ export ZEPPELIN_NOTEBOOK_S3_USER = usern
   &lt;description&gt;notebook persistence layer implementation&lt;/description&gt;
 &lt;/property&gt;
 </code></pre></div>
-<h4>Data Encryption in S3</h4>
+<h3>Data Encryption in S3</h3>
 
-<h5>AWS KMS encryption keys</h5>
+<h4>AWS KMS encryption keys</h4>
 
 <p>To use an <a href="https://aws.amazon.com/kms/">AWS KMS</a> encryption key to encrypt notebooks, set the following environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_KMS_KEY_ID = kms-key-id
 </code></pre></div>
-<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:
-<code>
-&lt;property&gt;
+<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
   &lt;name&gt;zeppelin.notebook.s3.kmsKeyID&lt;/name&gt;
   &lt;value&gt;AWS-KMS-Key-UUID&lt;/value&gt;
   &lt;description&gt;AWS KMS key ID used to encrypt notebook data in S3&lt;/description&gt;
 &lt;/property&gt;
-</code></p>
-
-<h5>Custom Encryption Materials Provider class</h5>
+</code></pre></div>
+<h4>Custom Encryption Materials Provider class</h4>
 
 <p>You may use a custom <a href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/EncryptionMaterialsProvider.html"><code>EncryptionMaterialsProvider</code></a> class as long as it is available in the classpath and able to initialize itself from system properties or another mechanism.  To use this, set the following environment variable in the file <strong>zeppelin-env.sh</strong>:</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">export ZEPPELIN_NOTEBOOK_S3_EMP = class-name
 </code></pre></div>
-<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:
-<code>
-&lt;property&gt;
+<p>Or using the following setting in <strong>zeppelin-site.xml</strong>:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
   &lt;name&gt;zeppelin.notebook.s3.encryptionMaterialsProvider&lt;/name&gt;
   &lt;value&gt;provider implementation class name&lt;/value&gt;
   &lt;description&gt;Custom encryption materials provider used to encrypt notebook data in S3&lt;/description&gt;
-</code>   </p>
-
+</code></pre></div>
 <p></br></p>
 
-<h4>Notebook Storage  in Azure <a name="Azure"></a></h4>
+<h2>Notebook Storage  in Azure <a name="Azure"></a></h2>
 
 <p>Using <code>AzureNotebookRepo</code> you can connect your Zeppelin with your Azure account for notebook storage.</p>
 
@@ -330,7 +323,7 @@ export ZEPPELIN_NOTEBOOK_S3_USER = usern
 </code></pre></div>
 <p></br></p>
 
-<h4>Notebook Storage in ZeppelinHub  <a name="ZeppelinHub"></a></h4>
+<h2>Storage in ZeppelinHub  <a name="ZeppelinHub"></a></h2>
 
 <p>ZeppelinHub storage layer allows out of the box connection of Zeppelin instance with your ZeppelinHub account. First of all, you need to either comment out the following  property in <strong>zeppelin-site.xml</strong>:</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;!-- For connecting your Zeppelin with ZeppelinHub --&gt;