This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push: new 6d5edce17 Change minimum version of java to 11 6d5edce17 is described below commit 6d5edce17417b560c2be79de59a408706d55cb4d Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Feb 12 02:17:49 2024 +0900 Change minimum version of java to 11 --- docs/0.11.0/quickstart/install.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/0.11.0/quickstart/install.html b/docs/0.11.0/quickstart/install.html index aa4213dd8..9790f64e2 100644 --- a/docs/0.11.0/quickstart/install.html +++ b/docs/0.11.0/quickstart/install.html @@ -20,7 +20,7 @@ <!-- Le styles --> <link href="/docs/0.11.0/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="/docs/0.11.0/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css"> - <link href="/docs/0.11.0/assets/themes/zeppelin/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> + <link href="/docs/0.11.0/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.11.0/assets/themes/zeppelin/js/anchor.min.js"></script> <script src="/docs/0.11.0/assets/themes/zeppelin/js/toc.js"></script> <script src="/docs/0.11.0/assets/themes/zeppelin/js/lunr.min.js"></script> - <script src="/docs/0.11.0/assets/themes/zeppelin/js/search.js"></script> + <script src="/docs/0.11.0/assets/themes/zeppelin/js/search.js"></script> <!-- atom & rss feed --> <link href="/docs/0.11.0/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"> @@ -246,7 +246,7 @@ <div class="content"> - + <!--<div class="hero-unit Install"> <h1></h1> </div> @@ -285,7 +285,7 @@ limitations under the License. </tr> <tr> <td>OpenJDK or Oracle JDK</td> - <td>1.8 (151+) <br /> (set <code>JAVA_HOME</code>)</td> + <td>11.0.22+<br /> (set <code>JAVA_HOME</code>)</td> </tr> <tr> <td>OS</td> @@ -355,8 +355,8 @@ and Flink interpreter requires Flink binary distribution. You can also mount the <p>This is an example upstart script saved as <code>/etc/init/zeppelin.conf</code> This allows the service to be managed with commands such as</p> -<div class="highlight"><pre><code class="text language-text" data-lang="text">sudo service zeppelin start -sudo service zeppelin stop +<div class="highlight"><pre><code class="text language-text" data-lang="text">sudo service zeppelin start +sudo service zeppelin stop sudo service zeppelin restart </code></pre></div> <p>Other service managers could use a similar approach with the <code>upstart</code> argument passed to the <code>zeppelin-daemon.sh</code> script.</p> @@ -418,7 +418,7 @@ sudo service zeppelin restart </footer> </div> - + <script type="text/javascript">