This is an automated email from the ASF dual-hosted git repository. pradeep pushed a commit to branch RANGER-4076_master in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 872f09d548e6defcb6d53dcb4a91b52ff87bd9a6 Author: Kishor Gollapalliwar <[email protected]> AuthorDate: Mon Dec 29 12:21:52 2025 +0530 RANGER-4076: Document update for required environment variable - KMS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f436c07..25a76b0c8 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Ranger is built using [Apache Maven](https://maven.apache.org/). To run Ranger: 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" + 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 --add-exports=java.xml.crypto/com.sun.org.apache.xml.internal.security.utils=ALL-UNNAMED" ``` - If the module has setup.sh, execute ./setup.sh - If the install.sh file does not exists, execute ./enable-<component>-plugin.sh
