You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2018/03/02 05:13:19 UTC

svn commit: r1825699 [4/4] - in /zeppelin/site/docs/0.8.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ assets/themes/zeppelin/img/ui-img/ development/ development/contribution/ development/helium/ interpreter/ quickstart/ setup/basics/ setup/deplo...

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html?rev=1825699&r1=1825698&r2=1825699&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook.html Fri Mar  2 05:13:17 2018
@@ -20,7 +20,7 @@
     <!-- Le styles -->
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -36,7 +36,7 @@
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>    
+    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>
 
     <!-- atom & rss feed -->
     <link href="/docs/0.8.0-SNAPSHOT/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
@@ -44,7 +44,7 @@
   </head>
 
   <body>
-    
+
         <div id="menu" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
       <div class="container navbar-container">
         <div class="navbar-header">
@@ -109,6 +109,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/cron_scheduler.html">Cron Scheduler</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -231,7 +232,7 @@
 
 
     <div class="content">
-      
+
 <!--<div class="hero-unit Apache Zeppelin Notebook REST API">
   <h1></h1>
 </div>
@@ -260,7 +261,7 @@ limitations under the License.
 <h2>Overview</h2>
 
 <p>Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality.
-All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code>. 
+All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code>.
 Note that Apache Zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewers such as <a href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc">JSONView</a>.
 If you work with Apache Zeppelin and find a need for an additional REST API, please <a href="http://zeppelin.apache.org/community.html">file an issue or send us an email</a>.</p>
 
@@ -1405,7 +1406,7 @@ If you work with Apache Zeppelin and fin
   &quot;body&quot;: [
     {
       &quot;id&quot;: &quot;<noteId>/paragraph/<paragraphId>&quot;,
-      &quot;name&quot;:&quot;Note Name&quot;, 
+      &quot;name&quot;:&quot;Note Name&quot;,
       &quot;snippet&quot;:&quot;&quot;,
       &quot;text&quot;:&quot;&quot;
     }
@@ -1625,7 +1626,7 @@ If you work with Apache Zeppelin and fin
       </footer>
     </div>
 
-    
+
 
 
   <script type="text/javascript">

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook_repository.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook_repository.html?rev=1825699&r1=1825698&r2=1825699&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook_repository.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/notebook_repository.html Fri Mar  2 05:13:17 2018
@@ -20,7 +20,7 @@
     <!-- Le styles -->
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -36,7 +36,7 @@
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>    
+    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>
 
     <!-- atom & rss feed -->
     <link href="/docs/0.8.0-SNAPSHOT/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
@@ -44,7 +44,7 @@
   </head>
 
   <body>
-    
+
         <div id="menu" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
       <div class="container navbar-container">
         <div class="navbar-header">
@@ -109,6 +109,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/cron_scheduler.html">Cron Scheduler</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -231,7 +232,7 @@
 
 
     <div class="content">
-      
+
 <!--<div class="hero-unit Apache Zeppelin notebook repository REST API">
   <h1></h1>
 </div>
@@ -423,7 +424,7 @@ Note that Apache Zeppelin REST APIs rece
       </footer>
     </div>
 
-    
+
 
 
   <script type="text/javascript">

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/zeppelin_server.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/zeppelin_server.html?rev=1825699&r1=1825698&r2=1825699&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/zeppelin_server.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/rest_api/zeppelin_server.html Fri Mar  2 05:13:17 2018
@@ -20,7 +20,7 @@
     <!-- Le styles -->
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
     <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -36,7 +36,7 @@
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/anchor.min.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/toc.js"></script>
     <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/lunr.min.js"></script>
-    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>    
+    <script src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/js/search.js"></script>
 
     <!-- atom & rss feed -->
     <link href="/docs/0.8.0-SNAPSHOT/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
@@ -44,7 +44,7 @@
   </head>
 
   <body>
-    
+
         <div id="menu" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
       <div class="container navbar-container">
         <div class="navbar-header">
@@ -109,6 +109,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/cron_scheduler.html">Cron Scheduler</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -231,7 +232,7 @@
 
 
     <div class="content">
-      
+
 <!--<div class="hero-unit Apache Zeppelin Server REST API">
   <h1></h1>
 </div>
@@ -260,7 +261,7 @@ limitations under the License.
 <h2>Overview</h2>
 
 <p>Apache Zeppelin provides several REST APIs for interaction and remote activation of zeppelin functionality.
-All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code>. 
+All REST APIs are available starting with the following endpoint <code>http://[zeppelin-server]:[zeppelin-port]/api</code>.
 Note that Apache Zeppelin REST APIs receive or return JSON objects, it is recommended for you to install some JSON viewers such as <a href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc">JSONView</a>.</p>
 
 <p>If you work with Apache Zeppelin and find a need for an additional REST API, please <a href="http://zeppelin.apache.org/community.html">file an issue or send us an email</a>.</p>
@@ -360,7 +361,7 @@ Note that Apache Zeppelin REST APIs rece
       </footer>
     </div>
 
-    
+
 
 
   <script type="text/javascript">