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 2015/10/20 03:21:59 UTC

svn commit: r1709500 - in /incubator/zeppelin/site/docs: index.html interpreter/flink.html

Author: moon
Date: Tue Oct 20 01:21:59 2015
New Revision: 1709500

URL: http://svn.apache.org/viewvc?rev=1709500&view=rev
Log:
Format table in flink.html 
https://github.com/apache/incubator-zeppelin/pull/350

Modified:
    incubator/zeppelin/site/docs/index.html
    incubator/zeppelin/site/docs/interpreter/flink.html

Modified: incubator/zeppelin/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/index.html?rev=1709500&r1=1709499&r2=1709500&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/index.html (original)
+++ incubator/zeppelin/site/docs/index.html Tue Oct 20 01:21:59 2015
@@ -351,7 +351,7 @@
 <p><strong><a href="manual/interpreters.html">Interpreters in zeppelin</a></strong></p>
 
 <ul>
-<li><a href="../docs/interpreter/flink.html">flink</a></li>
+<li><a href="./interpreter/flink.html">flink</a></li>
 <li><a href="../docs/pleasecontribute.html">hive</a></li>
 <li><a href="../docs/pleasecontribute.html">ignite</a></li>
 <li><a href="../docs/pleasecontribute.html">lens</a></li>

Modified: incubator/zeppelin/site/docs/interpreter/flink.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/interpreter/flink.html?rev=1709500&r1=1709499&r2=1709500&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/interpreter/flink.html (original)
+++ incubator/zeppelin/site/docs/interpreter/flink.html Tue Oct 20 01:21:59 2015
@@ -345,11 +345,30 @@
 
 <p>At the &quot;Interpreters&quot; menu, you have to create a new Flink interpreter and provide next properties:</p>
 
-<p>property | value    | Description
----------|----------|-----
-host     | local    | host name of running JobManager. &#39;local&#39; runs flink in local mode (default)
-port     | 6123     | port of running JobManager
-xxx    | yyy      | anything else from <a href="https://ci.apache.org/projects/flink/flink-docs-release-0.9/setup/config.html">Flink Configuration</a></p>
+<table class="table-configuration">
+  <tr>
+    <th>property</th>
+    <th>value</th>
+    <th>Description</th>
+  </tr>
+  <tr>
+    <td>host</td>
+    <td>local</td>
+    <td>host name of running JobManager. 'local' runs flink in local mode (default)</td>
+  </tr>
+  <tr>
+    <td>port</td>
+    <td>6123</td>
+    <td>port of running JobManager</td>
+  </tr>
+  <tr>
+    <td>xxx</td>
+    <td>yyy</td>
+    <td>anything else from [Flink Configuration](https://ci.apache.org/projects/flink/flink-docs-release-0.9/setup/config.html)</td>
+  </tr>
+</table>
+
+<p><br /></p>
 
 <h3>How to test it&#39;s working</h3>