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/05/16 14:22:25 UTC

svn commit: r1744056 - in /incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT: atom.xml displaysystem/front-end-angular.html interpreter/flink.html manual/dynamicform.html rss.xml ui_layout/zeppelin_layout.html

Author: moon
Date: Mon May 16 14:22:25 2016
New Revision: 1744056

URL: http://svn.apache.org/viewvc?rev=1744056&view=rev
Log:
http://issues.apache.org/jira/browse/ZEPPELIN-845


Modified:
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/displaysystem/front-end-angular.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/flink.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/dynamicform.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/ui_layout/zeppelin_layout.html

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=1744056&r1=1744055&r2=1744056&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 May 16 14:22:25 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-05-06T10:01:53-07:00</updated>
+ <updated>2016-05-16T07:21:54-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/displaysystem/front-end-angular.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/displaysystem/front-end-angular.html?rev=1744056&r1=1744055&r2=1744056&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/displaysystem/front-end-angular.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/displaysystem/front-end-angular.html Mon May 16 14:22:25 2016
@@ -200,7 +200,7 @@ limitations under the License.
   <span class="nt">&lt;button</span> <span class="na">type=</span><span class="s">&quot;submit&quot;</span> <span class="na">class=</span><span class="s">&quot;btn btn-primary&quot;</span> <span class="na">ng-click=</span><span class="s">&quot;z.angularBind(&#39;superhero&#39;,superhero,&#39;20160222-232336_1472609686&#39;)&quot;</span><span class="nt">&gt;</span> Bind<span class="nt">&lt;/button&gt;</span>
 <span class="nt">&lt;/form&gt;</span>
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/screenshots/z_angularBind.gif" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/z_angularBind.gif" /></p>
 
 <hr/>
 
@@ -211,7 +211,7 @@ limitations under the License.
   <span class="nt">&lt;button</span> <span class="na">type=</span><span class="s">&quot;submit&quot;</span> <span class="na">class=</span><span class="s">&quot;btn btn-primary&quot;</span> <span class="na">ng-click=</span><span class="s">&quot;z.angularUnbind(&#39;superhero&#39;,&#39;20160222-232336_1472609686&#39;)&quot;</span><span class="nt">&gt;</span> UnBind<span class="nt">&lt;/button&gt;</span>
 <span class="nt">&lt;/form&gt;</span>
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/screenshots/z_angularUnbind.gif" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/z_angularUnbind.gif" /></p>
 
 <p>The signature for the <strong><code>z.angularBind() / z.angularUnbind()</code></strong> functions are:</p>
 <div class="highlight"><pre><code class="javascript language-javascript" data-lang="javascript"><span class="nx">z</span><span class="p">.</span><span class="nx">angularBind</span><span class="p">(</span><span class="nx">angularObjectName</span><span class="p">,</span> <span class="nx">angularObjectValue</span><span class="p">,</span> <span class="nx">paragraphId</span><span class="p">);</span>
@@ -235,7 +235,7 @@ limitations under the License.
   <span class="nt">&lt;button</span> <span class="na">type=</span><span class="s">&quot;submit&quot;</span> <span class="na">class=</span><span class="s">&quot;btn btn-primary&quot;</span> <span class="na">ng-click=</span><span class="s">&quot;z.runParagraph(paragraph)&quot;</span><span class="nt">&gt;</span> Run Paragraph<span class="nt">&lt;/button&gt;</span>
 <span class="nt">&lt;/form&gt;</span>
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/screenshots/z_runParagraph.gif" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/z_runParagraph.gif" /></p>
 
 <p><br /></p>
 
@@ -247,7 +247,7 @@ limitations under the License.
 
 <p>Consequently if you use the <strong>Dynamic Form</strong> syntax in a paragraph and there is a bound Angular object having the same name as the <em>${formName}</em>, the Angular object will have higher priority and the <strong>Dynamic Form</strong> will not be displayed. Example: </p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/z_angularJs_overriding_dynamic_form.gif" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/z_angularJs_overriding_dynamic_form.gif" /></p>
 
 <p><br /></p>
 

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/flink.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/flink.html?rev=1744056&r1=1744055&r2=1744056&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/flink.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/interpreter/flink.html Mon May 16 14:22:25 2016
@@ -193,7 +193,7 @@
   </tr>
 </table>
 
-<p>For more information about Flink configuration, you can find it <a href="https://ci.apache.org/projects/flink/flink-docs-release-0.10/setup/config.html">here</a>.</p>
+<p>For more information about Flink configuration, you can find it <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.0/setup/config.html">here</a>.</p>
 
 <h2>How to test it&#39;s working</h2>
 

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/dynamicform.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/dynamicform.html?rev=1744056&r1=1744055&r2=1744056&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/dynamicform.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/manual/dynamicform.html Mon May 16 14:22:25 2016
@@ -192,11 +192,11 @@ Custom language backend can select which
 
 <p>for example</p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
 
 <p>Also you can provide default value, using <em>${formName=defaultValue}</em>.</p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_default.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_input_default.png" /></p>
 
 <h4>Select form</h4>
 
@@ -204,21 +204,21 @@ Custom language backend can select which
 
 <p>for example</p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_select.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_select.png" /></p>
 
 <p>Also you can separate option&#39;s display name and value, using <em>${formName=defaultValue,option1(DisplayName)|option2(DisplayName)...}</em></p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_select_displayname.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" /></p>
 
 <h4>Checkbox form</h4>
 
 <p>For multi-selection, you can create a checkbox form using <em>${checkbox:formName=defaultValue1|defaultValue2...,option1|option2...}</em>. The variable will be substituted by a comma-separated string based on the selected items. For example:</p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_checkbox.png"></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_checkbox.png"></p>
 
 <p>Besides, you can specify the delimiter using <em>${checkbox(delimiter):formName=...}</em>:</p>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_checkbox_delimiter.png"></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_checkbox_delimiter.png"></p>
 
 <h3>Creates Programmatically</h3>
 
@@ -249,7 +249,7 @@ Custom language backend can select which
     </div>
 </div>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_prog.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_input_prog.png" /></p>
 
 <h4>Text input form with default value</h4>
 
@@ -274,7 +274,7 @@ Custom language backend can select which
     </div>
 </div>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" /></p>
 
 <h4>Select form</h4>
 
@@ -311,7 +311,7 @@ Custom language backend can select which
     </div>
 </div>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_select_prog.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_select_prog.png" /></p>
 
 <h4>Checkbox form</h4>
 
@@ -338,7 +338,7 @@ Custom language backend can select which
     </div>
 </div>
 
-<p><img src="/assets/themes/zeppelin/img/screenshots/form_checkbox_prog.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/screenshots/form_checkbox_prog.png" /></p>
 
   </div>
 </div>

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=1744056&r1=1744055&r2=1744056&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 May 16 14:22:25 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-05-06T10:01:53-07:00</lastBuildDate>
-        <pubDate>2016-05-06T10:01:53-07:00</pubDate>
+        <lastBuildDate>2016-05-16T07:21:54-07:00</lastBuildDate>
+        <pubDate>2016-05-16T07:21:54-07:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/ui_layout/zeppelin_layout.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/ui_layout/zeppelin_layout.html?rev=1744056&r1=1744055&r2=1744056&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/ui_layout/zeppelin_layout.html (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/ui_layout/zeppelin_layout.html Mon May 16 14:22:25 2016
@@ -211,7 +211,7 @@ if you provide the URL.</p>
 <li>Create a new note</li>
 </ol>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/notebook_menu.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/notebook_menu.png" /></p>
 
 <h3>2. Interpreter</h3>
 
@@ -222,13 +222,13 @@ if you provide the URL.</p>
 <li>Add/remove <strong>interpreter instances</strong></li>
 </ol>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/interpreter_menu.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/interpreter_menu.png" /></p>
 
 <h3>3. Configuration</h3>
 
 <p>This menu displays all the Zeppelin configuration that are set in the config file <code>$ZEPPELIN_HOME/conf/zeppelin-site.xml</code></p>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/configuration_menu.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/configuration_menu.png" /></p>
 
 <p><br /></p>
 
@@ -236,13 +236,13 @@ if you provide the URL.</p>
 
 <p>Each Zeppelin note is composed of 1 .. N paragraphs. The note can be viewed as a paragraph container. </p>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/note_paragraph_layout.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/note_paragraph_layout.png" /></p>
 
 <h3>Paragraph</h3>
 
 <p>Each paragraph consists of 2 sections: <code>code section</code> where you put your source code and <code>result section</code> where you can see the result of the code execution.</p>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/paragraph_layout.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/paragraph_layout.png" /></p>
 
 <p>On the top-right corner of each paragraph there are some commands to:</p>
 
@@ -255,7 +255,7 @@ if you provide the URL.</p>
 
 <p>To configure the paragraph, just click on the gear icon:</p>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/paragraph_configuration_dialog.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/paragraph_configuration_dialog.png" /></p>
 
 <p>From this dialog, you can (in descending order):</p>
 
@@ -277,7 +277,7 @@ if you provide the URL.</p>
 
 <p>At the top of the note, you can find a toolbar which exposes command buttons as well as configuration, security and display options</p>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/note_toolbar.png" />  </p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/note_toolbar.png" />  </p>
 
 <p>On the far right is displayed the note name, just click on it to reveal the input form and update it</p>
 
@@ -295,7 +295,7 @@ if you provide the URL.</p>
 <li>schedule the execution of <strong>all paragraph</strong> using a CRON syntax</li>
 </ul>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/note_commands.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/note_commands.png" /></p>
 
 <p>On the right of the note tool bar you can find configuration icons:</p>
 
@@ -306,7 +306,7 @@ if you provide the URL.</p>
 <li>switch the node display mode between <code>default</code>, <code>simple</code> and <code>report</code></li>
 </ul>
 
-<p><img src="/assets/themes/zeppelin/img/ui-img/note_configuration.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/ui-img/note_configuration.png" /></p>
 
   </div>
 </div>