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

svn commit: r1761390 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: interpreter/elasticsearch.html interpreter/hive.html interpreter/livy.html interpreter/markdown.html interpreter/python.html interpreter/shell.html manual/dependencymanagement.html

Author: corneadoug
Date: Mon Sep 19 06:51:41 2016
New Revision: 1761390

URL: http://svn.apache.org/viewvc?rev=1761390&view=rev
Log:
Fix dead link in docs

Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hive.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/markdown.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/python.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/elasticsearch.html Mon Sep 19 06:51:41 2016
@@ -437,7 +437,7 @@ delete /index/type/id
 </code></pre></div>
 <h3>Apply Zeppelin Dynamic Forms</h3>
 
-<p>You can leverage <a href="/docs/0.7.0-SNAPSHOT/manual/dynamicform.html">Zeppelin Dynamic Form</a> inside your queries. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
+<p>You can leverage <a href="../manual/dynamicform.html">Zeppelin Dynamic Form</a> inside your queries. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
 <div class="highlight"><pre><code class="bash language-bash" data-lang="bash">%elasticsearch
 size <span class="k">${</span><span class="nv">limit</span><span class="p">=10</span><span class="k">}</span>
 search /index/type <span class="o">{</span> <span class="s2">&quot;query&quot;</span>: <span class="o">{</span> <span class="s2">&quot;match_all&quot;</span>: <span class="o">{</span> <span class="o">}</span> <span class="o">}</span> <span class="o">}</span>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hive.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hive.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hive.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hive.html Mon Sep 19 06:51:41 2016
@@ -330,7 +330,7 @@ limitations under the License.
 
 <h3>Apply Zeppelin Dynamic Forms</h3>
 
-<p>You can leverage <a href="/docs/0.7.0-SNAPSHOT/manual/dynamicform.html">Zeppelin Dynamic Form</a> inside your queries. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
+<p>You can leverage <a href="../manual/dynamicform.html">Zeppelin Dynamic Form</a> inside your queries. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
 <div class="highlight"><pre><code class="sql language-sql" data-lang="sql"><span class="o">%</span><span class="n">hive</span>
 <span class="k">SELECT</span> <span class="err">${</span><span class="n">group_by</span><span class="err">}</span><span class="p">,</span> <span class="k">count</span><span class="p">(</span><span class="o">*</span><span class="p">)</span> <span class="k">as</span> <span class="k">count</span>
 <span class="k">FROM</span> <span class="n">retail_demo</span><span class="p">.</span><span class="n">order_lineitems_pxf</span>

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=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/livy.html Mon Sep 19 06:51:41 2016
@@ -355,7 +355,7 @@ hello(&quot;livy&quot;)
 
 <h2>Apply Zeppelin Dynamic Forms</h2>
 
-<p>You can leverage <a href="/docs/0.7.0-SNAPSHOT/manual/dynamicform.html">Zeppelin Dynamic Form</a>. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
+<p>You can leverage <a href="../manual/dynamicform.html">Zeppelin Dynamic Form</a>. You can use both the <code>text input</code> and <code>select form</code> parameterization features.</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">%livy.pyspark
 print &quot;${group_by=product_id,product_id|product_name|customer_id|store_id}&quot;
 </code></pre></div>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/markdown.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/markdown.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/markdown.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/markdown.html Mon Sep 19 06:51:41 2016
@@ -211,13 +211,13 @@ In Zeppelin notebook, you can use <code>
 
 <p>In Zeppelin, Markdown interpreter is enabled by default.</p>
 
-<p><img src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="60%" /></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/markdown-interpreter-setting.png" width="60%" /></p>
 
 <h2>Example</h2>
 
 <p>The following example demonstrates the basic usage of Markdown in a Zeppelin notebook.</p>
 
-<p><img src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/markdown-example.png" width="70%" /></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/markdown-example.png" width="70%" /></p>
 
   </div>
 </div>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/python.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/python.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/python.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/python.html Mon Sep 19 06:51:41 2016
@@ -286,7 +286,7 @@ limitations under the License.
 
 <h2>Pandas integration</h2>
 
-<p>Apache Zeppelin <a href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table Display System</a> provides built-in data visualization capabilities. Python interpreter leverages it to visualize Pandas DataFrames though similar <code>z.show()</code> API, same as with <a href="#matplotlib-integration">Matplotlib integration</a>.</p>
+<p>Apache Zeppelin <a href="../displaysystem/basicdisplaysystem.html#table">Table Display System</a> provides built-in data visualization capabilities. Python interpreter leverages it to visualize Pandas DataFrames though similar <code>z.show()</code> API, same as with <a href="#matplotlib-integration">Matplotlib integration</a>.</p>
 
 <p>Example:</p>
 <div class="highlight"><pre><code class="python language-python" data-lang="python"><span class="kn">import</span> <span class="nn">pandas</span> <span class="kn">as</span> <span class="nn">pd</span>
@@ -295,7 +295,7 @@ limitations under the License.
 </code></pre></div>
 <h2>SQL over Pandas DataFrames</h2>
 
-<p>There is a convenience <code>%python.sql</code> interpreter that matches Apache Spark experience in Zeppelin and enables usage of SQL language to query <a href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html">Pandas DataFrames</a> and visualization of results though built-in <a href="/docs/0.7.0-SNAPSHOT/displaysystem/basicdisplaysystem.html#table">Table Display System</a>.</p>
+<p>There is a convenience <code>%python.sql</code> interpreter that matches Apache Spark experience in Zeppelin and enables usage of SQL language to query <a href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html">Pandas DataFrames</a> and visualization of results though built-in <a href="../displaysystem/basicdisplaysystem.html#table">Table Display System</a>.</p>
 
 <p><strong>Pre-requests</strong></p>
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html Mon Sep 19 06:51:41 2016
@@ -248,7 +248,7 @@ In Zeppelin notebook, you can use <code>
 
 <p>The following example demonstrates the basic usage of Shell in a Zeppelin notebook.</p>
 
-<p><img src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/shell-example.png" /></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/shell-example.png" /></p>
 
 <p>If you need further information about <strong>Zeppelin Interpreter Setting</strong> for using Shell interpreter, please read <a href="../manual/interpreters.html#what-is-interpreter-setting">What is interpreter setting?</a> section first.</p>
 

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html?rev=1761390&r1=1761389&r2=1761390&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dependencymanagement.html Mon Sep 19 06:51:41 2016
@@ -216,8 +216,8 @@ limitations under the License.
 
 <div class="row">
   <div class="col-md-6">
-    <a data-lightbox="compiler" href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png">
-      <img class="img-responsive" src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png" />
+    <a data-lightbox="compiler" href="../assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png">
+      <img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/interpreter-dependency-loading.png" />
     </a>
   </div>
   <div class="col-md-6" style="padding-top:30px">
@@ -237,11 +237,11 @@ limitations under the License.
 
 <div class="row">
   <div class="col-md-6">
-    <a data-lightbox="compiler" href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png">
-      <img class="img-responsive" src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png" />
+    <a data-lightbox="compiler" href="../assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png">
+      <img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/interpreter-add-repo1.png" />
     </a>
-    <a data-lightbox="compiler" href="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png">
-      <img class="img-responsive" src="/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png" />
+    <a data-lightbox="compiler" href="../assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png">
+      <img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/interpreter-add-repo2.png" />
     </a>
   </div>
   <div class="col-md-6" style="padding-top:30px">