hyunw9 opened a new pull request, #5052:
URL: https://github.com/apache/zeppelin/pull/5052

   ### What is this PR for?
   
   Currently, the `how_to_build.md` documentation specifies that **Java 1.8** 
is required to build Zeppelin from source.
   
   However, the project's root `pom.xml` file defines the `java.version` 
property as **11**.
   
   This discrepancy can confuse new contributors, leading them to set up an 
incorrect development environment and encounter build failures.
   
   
https://github.com/apache/zeppelin/blob/f541b461151d06244f36ac65777fd236170ba001/pom.xml#L100
   
   - In `docs/setup/basics/how_to_build.md`:
     - Change the required JDK version from `1.8` to `11`.
     - Update the sample installation command from `openjdk-8-jdk` to 
`openjdk-11-jdk`.
     
   
   ### What type of PR is it?
   Documentation
   
   ### Todos
   * [ ] - Update how_to_build.md docs
   
   ### What is the Jira issue?
   [[ZEPPELIN-6303]](https://issues.apache.org/jira/browse/ZEPPELIN-6303)
   
   ### How should this be tested?
   This is a trivial documentation update, so if the current CI passes, there’s 
no need for additional unit tests.
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? - No
   * Is there breaking changes for older versions? - No
   * Does this needs documentation? - No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to