You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/06/03 15:43:43 UTC

svn commit: r1890433 [6/9] - in /zeppelin/site/docs/0.9.0: ./ assets/themes/zeppelin/img/docs-img/ assets/themes/zeppelin/img/screenshots/ development/ development/contribution/ development/helium/ interpreter/ quickstart/ setup/basics/ setup/deploymen...

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/dynamic_loading.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/dynamic_loading.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/dynamic_loading.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/dynamic_loading.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -372,7 +379,7 @@ Before we start, if you are not familiar
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/execution_hooks.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/execution_hooks.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/execution_hooks.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/execution_hooks.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -323,7 +330,7 @@ This would allow for hook code for one i
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/installation.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/installation.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/installation.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/installation.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -497,7 +504,7 @@ Once you have installed interpreters, yo
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/interpreter_binding_mode.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/interpreter_binding_mode.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/interpreter_binding_mode.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/interpreter_binding_mode.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -286,7 +293,7 @@ Each interpreter process has a single in
 (See <a href="../../development/writing_zeppelin_interpreter.html">here</a> to understand more about its internal structure.) </p>
 
 <p>Zeppelin provides 3 different modes to run interpreter process: <strong>shared</strong>, <strong>scoped</strong> and <strong>isolated</strong>.<br>
-Also, the user can specify the scope of these modes: <strong>per</strong> user or <strong>per note</strong>.
+Also, the user can specify the scope of these modes: <strong>per user</strong> or <strong>per note</strong>.
 These 3 modes give flexibility to fit Zeppelin into any type of use cases.</p>
 
 <p>In this documentation, we mainly discuss the <strong>per note</strong> scope in combination with the <strong>shared</strong>, <strong>scoped</strong> and <strong>isolated</strong> modes.</p>
@@ -309,7 +316,7 @@ These 3 modes give flexibility to fit Ze
 
 <p><br/></p>
 
-<p>In <strong>Scoped</strong> mode, Zeppelin still runs a single interpreter JVM process but, in the case of per note scope, each note runs in its own dedicated session. 
+<p>In <strong>Scoped</strong> mode, Zeppelin still runs a single interpreter JVM process but, in the case of <strong>per note</strong> scope, each note runs in its own dedicated session.
 (Note it is still possible to share objects between these notes via <a href="../../interpreter/spark.html#object-exchange">ResourcePool</a>) </p>
 
 <h2>Isolated Mode</h2>
@@ -348,14 +355,14 @@ So, each note has an absolutely isolated
 <td>Has its own session in the same interpreter process (JVM)</td>
 <td>Less resource utilization than isolated mode</td>
 <td>All notebooks are affected if the interpreter process dies</td>
-<td>Can&#39;t share directly, but it&#39;s possible to share objects via <a href="../../interpreter/spark.html#object-exchange">ResourcePool</a>)</td>
+<td>Can&#39;t share directly, but it&#39;s possible to share objects via <a href="../../interpreter/spark.html#object-exchange">ResourcePool</a></td>
 </tr>
 <tr>
 <td><strong>isolated</strong></td>
 <td>Has its own Interpreter Process</td>
 <td>One notebook is not affected directly by other notebooks (<strong>per note</strong>)</td>
 <td>Can&#39;t share data between notebooks easily (<strong>per note</strong>)</td>
-<td>Can&#39;t share directly, but it&#39;s possible to share objects via <a href="../../interpreter/spark.html#object-exchange">ResourcePool</a>)</td>
+<td>Can&#39;t share directly, but it&#39;s possible to share objects via <a href="../../interpreter/spark.html#object-exchange">ResourcePool</a></td>
 </tr>
 </tbody></table>
 
@@ -381,7 +388,7 @@ SparkInterpreter instance embeds Scala R
 
 <p><br/></p>
 
-<p>In Shared mode, a SparkContext and a Scala REPL is being shared among all interpreters in the group. 
+<p>In <strong>Shared</strong> mode, a SparkContext and a Scala REPL is being shared among all interpreters in the group.
 So every note will be sharing single SparkContext and single Scala REPL. 
 In this mode, if <code>Note A</code> defines variable ‘a’ then <code>Note B</code> not only able to read variable ‘a’ but also able to override the variable.</p>
 
@@ -391,13 +398,13 @@ In this mode, if <code>Note A</code> def
 
 <p><br/></p>
 
-<p>In Scoped mode, each note has its own Scala REPL. 
+<p>In <strong>Scoped</strong> mode, each note has its own Scala REPL.
 So variable defined in a note can not be read or overridden in another note. 
 However, a single SparkContext still serves all the sessions.
 And all the jobs are submitted to this SparkContext and the fair scheduler schedules the jobs.
 This could be useful when user does not want to share Scala session, but want to keep single Spark application and leverage its fair scheduler.</p>
 
-<p>In Isolated mode, each note has its own SparkContext and Scala REPL.</p>
+<p>In <strong>Isolated</strong> mode, each note has its own SparkContext and Scala REPL.</p>
 
 <div class="text-center">
     <img src="/docs/0.9.0/assets/themes/zeppelin/img/docs-img/interpreter_binding_mode-example-spark-isolated.png">
@@ -411,7 +418,7 @@ This could be useful when user does not
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/overview.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/overview.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/overview.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/overview.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -388,7 +395,7 @@ In this scenario, users need to put <cod
 <p>Credentials from the credential manager can be injected into Notebooks. Credential injection works by replacing the following patterns in Notebooks with matching credentials for the Credential Manager: <code>{CREDENTIAL_ENTITY.user}</code> and <code>{CREDENTIAL_ENTITY.password}</code>. However, credential injection must be enabled per Interpreter, by adding a boolean <code>injectCredentials</code> setting in the Interpreters configuration. Injected passwords are removed from Notebook output to prevent accidentally leaking passwords.</p>
 
 <p><strong>Credential Injection Setting</strong>
-<img src="/docs/0.9.0/assets/themes/zeppelin/img/screenshots/credential_injection_setting.png" width="500px"></p>
+<img src="/docs/0.9.0/assets/themes/zeppelin/img/screenshots/credential_setting_injection.png" width="620px"></p>
 
 <p><strong>Credential Entry Example</strong>
 <img src="/docs/0.9.0/assets/themes/zeppelin/img/screenshots/credential_entry.png" width="500px"></p>
@@ -424,7 +431,7 @@ Only one of them can be specified, you c
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/interpreter/user_impersonation.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/interpreter/user_impersonation.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/interpreter/user_impersonation.html (original)
+++ zeppelin/site/docs/0.9.0/usage/interpreter/user_impersonation.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -324,7 +331,7 @@ whoami
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/cron_scheduler.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/cron_scheduler.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/cron_scheduler.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/cron_scheduler.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -318,7 +325,7 @@ limitations under the License.
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/customizing_homepage.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/customizing_homepage.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/customizing_homepage.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/customizing_homepage.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -345,7 +352,7 @@ you need to do is use our %angular suppo
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/notebook_actions.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/notebook_actions.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/notebook_actions.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/notebook_actions.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -311,7 +318,7 @@ To view the comparison click on the sect
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/personalized_mode.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/personalized_mode.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/personalized_mode.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/personalized_mode.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -280,7 +287,7 @@ limitations under the License.
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/publishing_paragraphs.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/publishing_paragraphs.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/publishing_paragraphs.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/publishing_paragraphs.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -307,7 +314,7 @@ For example,</p>
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/other_features/zeppelin_context.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/other_features/zeppelin_context.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/other_features/zeppelin_context.html (original)
+++ zeppelin/site/docs/0.9.0/usage/other_features/zeppelin_context.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -314,9 +321,9 @@ So you can put some objects using Scala
 <div class="highlight"><pre><code class="scala"><span class="c1">// Put/Get object from scala</span>
 <span class="o">%</span><span class="n">spark</span>
 
-<span class="k">val</span> <span class="n">myObject</span> <span class="k">=</span> <span class="s">&quot;hello&#39;</span>
-<span class="s">z.put(&quot;</span><span class="n">objName</span><span class="s">&quot;, myObject)</span>
-<span class="s">z.get(&quot;</span><span class="n">objName</span><span class="err">&quot;</span><span class="o">)</span>
+<span class="k">val</span> <span class="n">myObject</span> <span class="k">=</span> <span class="s">&quot;hello&quot;</span>
+<span class="n">z</span><span class="o">.</span><span class="n">put</span><span class="o">(</span><span class="s">&quot;objName&quot;</span><span class="o">,</span> <span class="n">myObject</span><span class="o">)</span>
+<span class="n">z</span><span class="o">.</span><span class="n">get</span><span class="o">(</span><span class="s">&quot;objName&quot;</span><span class="o">)</span>
 </code></pre></div>
 
 
@@ -543,7 +550,7 @@ Such interpreter-specific functions are
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/rest_api/configuration.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/rest_api/configuration.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/rest_api/configuration.html (original)
+++ zeppelin/site/docs/0.9.0/usage/rest_api/configuration.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -308,35 +315,36 @@ Note that Apache Zeppelin REST APIs rece
     <tr>
       <td> sample JSON response
       </td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;zeppelin.war.tempdir&quot;: &quot;webapps&quot;,
-    &quot;zeppelin.notebook.homescreen.hide&quot;: &quot;false&quot;,
-    &quot;zeppelin.interpreter.remoterunner&quot;: &quot;bin/interpreter.sh&quot;,
-    &quot;zeppelin.notebook.s3.user&quot;: &quot;user&quot;,
-    &quot;zeppelin.server.port&quot;: &quot;8089&quot;,
-    &quot;zeppelin.dep.localrepo&quot;: &quot;local-repo&quot;,
-    &quot;zeppelin.ssl.truststore.type&quot;: &quot;JKS&quot;,
-    &quot;zeppelin.ssl.keystore.path&quot;: &quot;keystore&quot;,
-    &quot;zeppelin.notebook.s3.bucket&quot;: &quot;zeppelin&quot;,
-    &quot;zeppelin.server.addr&quot;: &quot;0.0.0.0&quot;,
-    &quot;zeppelin.ssl.client.auth&quot;: &quot;false&quot;,
-    &quot;zeppelin.server.context.path&quot;: &quot;/&quot;,
-    &quot;zeppelin.ssl.keystore.type&quot;: &quot;JKS&quot;,
-    &quot;zeppelin.ssl.truststore.path&quot;: &quot;truststore&quot;,
-    &quot;zeppelin.ssl&quot;: &quot;false&quot;,
-    &quot;zeppelin.notebook.autoInterpreterBinding&quot;: &quot;true&quot;,
-    &quot;zeppelin.notebook.homescreen&quot;: &quot;&quot;,
-    &quot;zeppelin.notebook.storage&quot;: &quot;org.apache.zeppelin.notebook.repo.VFSNotebookRepo&quot;,
-    &quot;zeppelin.interpreter.connect.timeout&quot;: &quot;30000&quot;,
-    &quot;zeppelin.server.allowed.origins&quot;:&quot;*&quot;,
-    &quot;zeppelin.encoding&quot;: &quot;UTF-8&quot;
-  }
-}</pre></td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;zeppelin.war.tempdir&quot;</span><span class="p">:</span> <span class="s2">&quot;webapps&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.homescreen.hide&quot;</span><span class="p">:</span> <span class="s2">&quot;false&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.interpreter.remoterunner&quot;</span><span class="p">:</span> <span class="s2">&quot;bin/interpreter.sh&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.s3.user&quot;</span><span class="p">:</span> <span class="s2">&quot;user&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.server.port&quot;</span><span class="p">:</span> <span class="s2">&quot;8089&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.dep.localrepo&quot;</span><span class="p">:</span> <span class="s2">&quot;local-repo&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.truststore.type&quot;</span><span class="p">:</span> <span class="s2">&quot;JKS&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.keystore.path&quot;</span><span class="p">:</span> <span class="s2">&quot;keystore&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.s3.bucket&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.server.addr&quot;</span><span class="p">:</span> <span class="s2">&quot;0.0.0.0&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.client.auth&quot;</span><span class="p">:</span> <span class="s2">&quot;false&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.server.context.path&quot;</span><span class="p">:</span> <span class="s2">&quot;/&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.keystore.type&quot;</span><span class="p">:</span> <span class="s2">&quot;JKS&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.truststore.path&quot;</span><span class="p">:</span> <span class="s2">&quot;truststore&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl&quot;</span><span class="p">:</span> <span class="s2">&quot;false&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.autoInterpreterBinding&quot;</span><span class="p">:</span> <span class="s2">&quot;true&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.homescreen&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.notebook.storage&quot;</span><span class="p">:</span> <span class="s2">&quot;org.apache.zeppelin.notebook.repo.VFSNotebookRepo&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.interpreter.connect.timeout&quot;</span><span class="p">:</span> <span class="s2">&quot;30000&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.server.allowed.origins&quot;</span><span class="p">:</span><span class="s2">&quot;*&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.encoding&quot;</span><span class="p">:</span> <span class="s2">&quot;UTF-8&quot;</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -366,20 +374,21 @@ Note that Apache Zeppelin REST APIs rece
     <tr>
       <td> sample JSON response
       </td>
-      <td><pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;zeppelin.ssl.keystore.type&quot;: &quot;JKS&quot;,
-    &quot;zeppelin.ssl.truststore.path&quot;: &quot;truststore&quot;,
-    &quot;zeppelin.ssl.truststore.type&quot;: &quot;JKS&quot;,
-    &quot;zeppelin.ssl.keystore.path&quot;: &quot;keystore&quot;,
-    &quot;zeppelin.ssl&quot;: &quot;false&quot;,
-    &quot;zeppelin.ssl.client.auth&quot;: &quot;false&quot;
-  }
-}</pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;zeppelin.ssl.keystore.type&quot;</span><span class="p">:</span> <span class="s2">&quot;JKS&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.truststore.path&quot;</span><span class="p">:</span> <span class="s2">&quot;truststore&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.truststore.type&quot;</span><span class="p">:</span> <span class="s2">&quot;JKS&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.keystore.path&quot;</span><span class="p">:</span> <span class="s2">&quot;keystore&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl&quot;</span><span class="p">:</span> <span class="s2">&quot;false&quot;</span><span class="p">,</span>
+    <span class="nt">&quot;zeppelin.ssl.client.auth&quot;</span><span class="p">:</span> <span class="s2">&quot;false&quot;</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -389,7 +398,7 @@ Note that Apache Zeppelin REST APIs rece
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/rest_api/credential.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/rest_api/credential.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/rest_api/credential.html (original)
+++ zeppelin/site/docs/0.9.0/usage/rest_api/credential.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -309,24 +316,25 @@ Note that Apache Zeppelin REST APIs rece
     <tr>
       <td> sample JSON response
       </td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;userCredentials&quot;:{
-      &quot;entity1&quot;:{
-        &quot;username&quot;:&quot;user1&quot;,
-        &quot;password&quot;:&quot;password1&quot;
-      },
-      &quot;entity2&quot;:{
-        &quot;username&quot;:&quot;user2&quot;,
-        &quot;password&quot;:&quot;password2&quot;
-      }
-    }
-  }
-}</pre></td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;userCredentials&quot;</span><span class="p">:{</span>
+      <span class="nt">&quot;entity1&quot;</span><span class="p">:{</span>
+        <span class="nt">&quot;username&quot;</span><span class="p">:</span><span class="s2">&quot;user1&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;password&quot;</span><span class="p">:</span><span class="s2">&quot;password1&quot;</span>
+      <span class="p">},</span>
+      <span class="nt">&quot;entity2&quot;</span><span class="p">:{</span>
+        <span class="nt">&quot;username&quot;</span><span class="p">:</span><span class="s2">&quot;user2&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;password&quot;</span><span class="p">:</span><span class="s2">&quot;password2&quot;</span>
+      <span class="p">}</span>
+    <span class="p">}</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -354,25 +362,23 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON input</td>
-      <td>
-        <pre>
-{
-  &quot;entity&quot;: &quot;e1&quot;,
-  &quot;username&quot;: &quot;user&quot;,
-  &quot;password&quot;: &quot;password&quot;
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;entity&quot;</span><span class="p">:</span> <span class="s2">&quot;e1&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;username&quot;</span><span class="p">:</span> <span class="s2">&quot;user&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;password&quot;</span><span class="p">:</span> <span class="s2">&quot;password&quot;</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -400,9 +406,10 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <code>{&quot;status&quot;:&quot;OK&quot;}</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -430,9 +437,10 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <code>{&quot;status&quot;:&quot;OK&quot;}</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table></p>
 
@@ -444,7 +452,7 @@ Note that Apache Zeppelin REST APIs rece
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>
 

Modified: zeppelin/site/docs/0.9.0/usage/rest_api/helium.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.9.0/usage/rest_api/helium.html?rev=1890433&r1=1890432&r2=1890433&view=diff
==============================================================================
--- zeppelin/site/docs/0.9.0/usage/rest_api/helium.html (original)
+++ zeppelin/site/docs/0.9.0/usage/rest_api/helium.html Thu Jun  3 15:43:41 2021
@@ -125,6 +125,9 @@
                 <li><a href="/docs/0.9.0/usage/rest_api/configuration.html">Configuration API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/credential.html">Credential API</a></li>
                 <li><a href="/docs/0.9.0/usage/rest_api/helium.html">Helium API</a></li>
+                <li class="title"><span>Zeppelin SDK</span></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/client_api.html">Client API</a></li>
+                <li><a href="/docs/0.9.0/usage/zeppelin_sdk/session_api.html">Session API</a></li>
               </ul>
             </li>
 
@@ -192,17 +195,21 @@
                 <li><a href="/docs/0.9.0/interpreter/hdfs.html">HDFS</a></li>
                 <li><a href="/docs/0.9.0/interpreter/hive.html">Hive</a></li>
                 <li><a href="/docs/0.9.0/interpreter/ignite.html">Ignite</a></li>
+                <li><a href="/docs/0.9.0/interpreter/influxdb.html">influxDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/java.html">Java</a></li>
                 <li><a href="/docs/0.9.0/interpreter/jupyter.html">Jupyter</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kotlin.html">Kotlin</a></li>
+                <li><a href="/docs/0.9.0/interpreter/ksql.html">KSQL</a></li>
                 <li><a href="/docs/0.9.0/interpreter/kylin.html">Kylin</a></li>
                 <li><a href="/docs/0.9.0/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.9.0/interpreter/livy.html">Livy</a></li>
+                <li><a href="/docs/0.9.0/interpreter/mahout.html">Mahout</a></li>
                 <li><a href="/docs/0.9.0/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="/docs/0.9.0/interpreter/mongodb.html">MongoDB</a></li>
                 <li><a href="/docs/0.9.0/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.9.0/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.9.0/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
+                <li><a href="/docs/0.9.0/interpreter/sap.html">SAP</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="/docs/0.9.0/interpreter/scio.html">Scio</a></li>
                 <li><a href="/docs/0.9.0/interpreter/shell.html">Shell</a></li>
@@ -306,35 +313,35 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;zeppelin.clock&quot;: [
-      {
-        &quot;registry&quot;: &quot;local&quot;,
-        &quot;pkg&quot;: {
-          &quot;type&quot;: &quot;APPLICATION&quot;,
-          &quot;name&quot;: &quot;zeppelin.clock&quot;,
-          &quot;description&quot;: &quot;Clock (example)&quot;,
-          &quot;artifact&quot;: &quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example-clock-0.7.0-SNAPSHOT.jar&quot;,
-          &quot;className&quot;: &quot;org.apache.zeppelin.example.app.clock.Clock&quot;,
-          &quot;resources&quot;: [
-            [
-              &quot;:java.util.Date&quot;
-            ]
-          ],
-          &quot;icon&quot;: &quot;icon&quot;
-        },
-        &quot;enabled&quot;: false
-      }
-    ]
-  }
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;zeppelin.clock&quot;</span><span class="p">:</span> <span class="p">[</span>
+      <span class="p">{</span>
+        <span class="nt">&quot;registry&quot;</span><span class="p">:</span> <span class="s2">&quot;local&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;pkg&quot;</span><span class="p">:</span> <span class="p">{</span>
+          <span class="nt">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;APPLICATION&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin.clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Clock (example)&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;artifact&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example</span>
+<span class="s2">-clock-0.7.0-SNAPSHOT.jar&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;className&quot;</span><span class="p">:</span> <span class="s2">&quot;org.apache.zeppelin.example.app.clock.Clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;resources&quot;</span><span class="p">:</span> <span class="p">[</span>
+            <span class="p">[</span>
+              <span class="s2">&quot;:java.util.Date&quot;</span>
+            <span class="p">]</span>
+          <span class="p">],</span>
+          <span class="nt">&quot;icon&quot;</span><span class="p">:</span> <span class="s2">&quot;icon&quot;</span>
+        <span class="p">},</span>
+        <span class="nt">&quot;enabled&quot;</span><span class="p">:</span> <span class="kc">false</span>
+      <span class="p">}</span>
+    <span class="p">]</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -361,35 +368,35 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;zeppelin.clock&quot;: [
-      {
-        &quot;registry&quot;: &quot;local&quot;,
-        &quot;pkg&quot;: {
-          &quot;type&quot;: &quot;APPLICATION&quot;,
-          &quot;name&quot;: &quot;zeppelin.clock&quot;,
-          &quot;description&quot;: &quot;Clock (example)&quot;,
-          &quot;artifact&quot;: &quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example-clock-0.7.0-SNAPSHOT.jar&quot;,
-          &quot;className&quot;: &quot;org.apache.zeppelin.example.app.clock.Clock&quot;,
-          &quot;resources&quot;: [
-            [
-              &quot;:java.util.Date&quot;
-            ]
-          ],
-          &quot;icon&quot;: &quot;icon&quot;
-        },
-        &quot;enabled&quot;: false
-      }
-    ]
-  }
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;zeppelin.clock&quot;</span><span class="p">:</span> <span class="p">[</span>
+      <span class="p">{</span>
+        <span class="nt">&quot;registry&quot;</span><span class="p">:</span> <span class="s2">&quot;local&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;pkg&quot;</span><span class="p">:</span> <span class="p">{</span>
+          <span class="nt">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;APPLICATION&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin.clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Clock (example)&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;artifact&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example</span>
+<span class="s2">-clock-0.7.0-SNAPSHOT.jar&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;className&quot;</span><span class="p">:</span> <span class="s2">&quot;org.apache.zeppelin.example.app.clock.Clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;resources&quot;</span><span class="p">:</span> <span class="p">[</span>
+            <span class="p">[</span>
+              <span class="s2">&quot;:java.util.Date&quot;</span>
+            <span class="p">]</span>
+          <span class="p">],</span>
+          <span class="nt">&quot;icon&quot;</span><span class="p">:</span> <span class="s2">&quot;icon&quot;</span>
+        <span class="p">},</span>
+        <span class="nt">&quot;enabled&quot;</span><span class="p">:</span> <span class="kc">false</span>
+      <span class="p">}</span>
+    <span class="p">]</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -416,35 +423,35 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;zeppelin.clock&quot;: [
-      {
-        &quot;registry&quot;: &quot;local&quot;,
-        &quot;pkg&quot;: {
-          &quot;type&quot;: &quot;APPLICATION&quot;,
-          &quot;name&quot;: &quot;zeppelin.clock&quot;,
-          &quot;description&quot;: &quot;Clock (example)&quot;,
-          &quot;artifact&quot;: &quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example-clock-0.7.0-SNAPSHOT.jar&quot;,
-          &quot;className&quot;: &quot;org.apache.zeppelin.example.app.clock.Clock&quot;,
-          &quot;resources&quot;: [
-            [
-              &quot;:java.util.Date&quot;
-            ]
-          ],
-          &quot;icon&quot;: &quot;icon&quot;
-        },
-        &quot;enabled&quot;: false
-      }
-    ]
-  }
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;zeppelin.clock&quot;</span><span class="p">:</span> <span class="p">[</span>
+      <span class="p">{</span>
+        <span class="nt">&quot;registry&quot;</span><span class="p">:</span> <span class="s2">&quot;local&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;pkg&quot;</span><span class="p">:</span> <span class="p">{</span>
+          <span class="nt">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;APPLICATION&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin.clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Clock (example)&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;artifact&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example</span>
+<span class="s2">-clock-0.7.0-SNAPSHOT.jar&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;className&quot;</span><span class="p">:</span> <span class="s2">&quot;org.apache.zeppelin.example.app.clock.Clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;resources&quot;</span><span class="p">:</span> <span class="p">[</span>
+            <span class="p">[</span>
+              <span class="s2">&quot;:java.util.Date&quot;</span>
+            <span class="p">]</span>
+          <span class="p">],</span>
+          <span class="nt">&quot;icon&quot;</span><span class="p">:</span> <span class="s2">&quot;icon&quot;</span>
+        <span class="p">},</span>
+        <span class="nt">&quot;enabled&quot;</span><span class="p">:</span> <span class="kc">false</span>
+      <span class="p">}</span>
+    <span class="p">]</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -474,35 +481,35 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: {
-    &quot;available&quot;: [
-      {
-        &quot;registry&quot;: &quot;local&quot;,
-        &quot;pkg&quot;: {
-          &quot;type&quot;: &quot;APPLICATION&quot;,
-          &quot;name&quot;: &quot;zeppelin.clock&quot;,
-          &quot;description&quot;: &quot;Clock (example)&quot;,
-          &quot;artifact&quot;: &quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example-clock-0.7.0-SNAPSHOT.jar&quot;,
-          &quot;className&quot;: &quot;org.apache.zeppelin.example.app.clock.Clock&quot;,
-          &quot;resources&quot;: [
-            [
-              &quot;:java.util.Date&quot;
-            ]
-          ],
-          &quot;icon&quot;: &quot;icon&quot;
-        },
-        &quot;enabled&quot;: true
-      }
-    ]
-  }
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="p">{</span>
+    <span class="nt">&quot;available&quot;</span><span class="p">:</span> <span class="p">[</span>
+      <span class="p">{</span>
+        <span class="nt">&quot;registry&quot;</span><span class="p">:</span> <span class="s2">&quot;local&quot;</span><span class="p">,</span>
+        <span class="nt">&quot;pkg&quot;</span><span class="p">:</span> <span class="p">{</span>
+          <span class="nt">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;APPLICATION&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin.clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Clock (example)&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;artifact&quot;</span><span class="p">:</span> <span class="s2">&quot;zeppelin-examples\/zeppelin-example-clock\/target\/zeppelin-example</span>
+<span class="s2">-clock-0.7.0-SNAPSHOT.jar&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;className&quot;</span><span class="p">:</span> <span class="s2">&quot;org.apache.zeppelin.example.app.clock.Clock&quot;</span><span class="p">,</span>
+          <span class="nt">&quot;resources&quot;</span><span class="p">:</span> <span class="p">[</span>
+            <span class="p">[</span>
+              <span class="s2">&quot;:java.util.Date&quot;</span>
+            <span class="p">]</span>
+          <span class="p">],</span>
+          <span class="nt">&quot;icon&quot;</span><span class="p">:</span> <span class="s2">&quot;icon&quot;</span>
+        <span class="p">},</span>
+        <span class="nt">&quot;enabled&quot;</span><span class="p">:</span> <span class="kc">true</span>
+      <span class="p">}</span>
+    <span class="p">]</span>
+  <span class="p">}</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -532,15 +539,14 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{
-  &quot;status&quot;: &quot;OK&quot;,
-  &quot;message&quot;: &quot;&quot;,
-  &quot;body&quot;: &quot;app<em>2C5FYRZ1E-20170108-040449</em>2068241472zeppelin_clock&quot;
-}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span>
+  <span class="nt">&quot;status&quot;</span><span class="p">:</span> <span class="s2">&quot;OK&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;message&quot;</span><span class="p">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
+  <span class="nt">&quot;body&quot;</span><span class="p">:</span> <span class="s2">&quot;app_2C5FYRZ1E-20170108-040449_2068241472zeppelin_clock&quot;</span>
+<span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -600,11 +606,10 @@ zeppelin-examples/zeppelin-example-clock
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <pre>
-{&quot;status&quot;:&quot;OK&quot;}
-        </pre>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -631,9 +636,10 @@ zeppelin-examples/zeppelin-example-clock
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <code>{&quot;status&quot;:&quot;OK&quot;}</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -660,9 +666,10 @@ zeppelin-examples/zeppelin-example-clock
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <code>{&quot;status&quot;:&quot;OK&quot;,&quot;body&quot;:[&quot;zeppelin_horizontalbar&quot;,&quot;zeppelin-bubblechart&quot;]}</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">,</span><span class="nt">&quot;body&quot;</span><span class="p">:[</span><span class="s2">&quot;zeppelin_horizontalbar&quot;</span><span class="p">,</span><span class="s2">&quot;zeppelin-bubblechart&quot;</span><span class="p">]}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -689,15 +696,17 @@ zeppelin-examples/zeppelin-example-clock
     </tr>
     <tr>
       <td>Sample JSON input</td>
-      <td>
-        <code>[&quot;zeppelin-bubblechart&quot;, &quot;zeppelin_horizontalbar&quot;]</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">[</span><span class="s2">&quot;zeppelin-bubblechart&quot;</span><span class="p">,</span> <span class="s2">&quot;zeppelin_horizontalbar&quot;</span><span class="p">]</span>
+</code></pre></div>
+<p></td>
     </tr>
     <tr>
       <td>Sample JSON response</td>
-      <td>
-        <code>{&quot;status&quot;:&quot;OK&quot;}</code>
-      </td>
+      <td></p>
+<div class="highlight"><pre><code class="json language-json" data-lang="json"><span class="p">{</span><span class="nt">&quot;status&quot;</span><span class="p">:</span><span class="s2">&quot;OK&quot;</span><span class="p">}</span>
+</code></pre></div>
+<p></td>
     </tr>
   </table>
 <br/></p>
@@ -800,7 +809,7 @@ zeppelin-examples/zeppelin-example-clock
 
       <hr>
       <footer>
-        <!-- <p>&copy; 2020 The Apache Software Foundation</p>-->
+        <!-- <p>&copy; 2021 The Apache Software Foundation</p>-->
       </footer>
     </div>