This is an automated email from the ASF dual-hosted git repository.
kishor pushed a commit to branch RANGER-4076_master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/RANGER-4076_master by this
push:
new f1bde144e RANGER-4076: Document update for required environment
variable
f1bde144e is described below
commit f1bde144e6ee50a47b8800787fdaaf9ed6c378fb
Author: Kishor Gollapalliwar <[email protected]>
AuthorDate: Mon Dec 22 20:17:09 2025 +0530
RANGER-4076: Document update for required environment variable
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a166bbfde..94f436c07 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Ranger is built using [Apache
Maven](https://maven.apache.org/). To run Ranger:
## Regular Build Process
-1. Check out the code from GIT repository
+1. Check out the code from GIT repository and make sure JAVA_HOME & PATH
environment variables are properly set (JDK17).
2. On the root folder, please execute the following Maven command:
@@ -120,6 +120,10 @@ Ranger is built using [Apache
Maven](https://maven.apache.org/). To run Ranger:
4. Modify the install.properties file with appropriate variables
-5. - If the module has setup.sh, execute ./setup.sh
+5. - export/ set JAVA_OPTS environment variable.
+ ```
+ JAVA_OPTS="--add-opens=java.base/java.nio=ALL-UNNAMED
--add-exports=java.base/sun.net.dns=ALL-UNNAMED
--add-exports=java.base/sun.net.util=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED"
+ ```
+ - If the module has setup.sh, execute ./setup.sh
- If the install.sh file does not exists, execute
./enable-<component>-plugin.sh