You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2020/08/31 10:58:37 UTC

[zeppelin] branch master updated: [ZEPPELIN-5002] Update JDK version in documentation

This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c6ce7a  [ZEPPELIN-5002] Update JDK version in documentation
4c6ce7a is described below

commit 4c6ce7a6073d87e9ee430c5b3667ff06ff3c5ed6
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Mon Aug 31 12:56:28 2020 +0200

    [ZEPPELIN-5002] Update JDK version in documentation
    
    ### What is this PR for?
    Java 8 is required to building from source.
    
    In 'install' page, it is 1.8 (151+)
    http://zeppelin.apache.org/docs/0.9.0-preview2/quickstart/install.html
    
    but in 'build' page, it's 1.7
    http://zeppelin.apache.org/docs/0.9.0-preview2/setup/basics/how_to_build.html#how-to-build-zeppelin-from-source
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-5002
    
    ### How should this be tested?
    * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update?
    * Is there breaking changes for older versions?
    * Does this needs documentation?
    
    Author: Philipp Dallig <ph...@gmail.com>
    Author: Yurim Jin <ja...@gmail.com>
    
    Closes #3880 from milooy/feat/ZEPPELIN-5002 and squashes the following commits:
    
    2c423ab8a [Philipp Dallig] Update how_to_build.md
    94ec52849 [Yurim Jin] [ZEPPELIN-5002] Update JDK version in documentation
---
 docs/setup/basics/how_to_build.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/setup/basics/how_to_build.md b/docs/setup/basics/how_to_build.md
index af0e530..f38861b 100644
--- a/docs/setup/basics/how_to_build.md
+++ b/docs/setup/basics/how_to_build.md
@@ -41,8 +41,8 @@ If you want to build from source, you must first install the following dependenc
     <td>3.1.x or higher</td>
   </tr>
   <tr>
-    <td>JDK</td>
-    <td>1.7</td>
+    <td>OpenJDK or Oracle JDK</td>
+    <td>1.8 (151+)<br>(set JAVA_HOME)</td>
   </tr>
 </table>