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

ggal pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git

commit 45c19a79732a6e0ec4a3259919763e6dc67cf2a6
Author: Gyorgy Gal <[email protected]>
AuthorDate: Fri Dec 5 20:16:55 2025 -0500

    Fix typo in add-exports
---
 bin/livy-server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/livy-server b/bin/livy-server
index 74c72398..be58237f 100755
--- a/bin/livy-server
+++ b/bin/livy-server
@@ -114,7 +114,7 @@ start_livy_server() {
   LIVY_SERVER_JAVA_OPTS+=" --add-opens=java.base/sun.util.calendar=ALL-UNNAMED"
   LIVY_SERVER_JAVA_OPTS+=" --add-exports=java.base/sun.net.dns=ALL-UNNAMED"
   LIVY_SERVER_JAVA_OPTS+=" --add-exports=java.base/sun.net.util=ALL-UNNAMED"
-  LIVY_SERVER_JAVA_OPTS+=" 
--add-exports=java.base/sun.security.x509=ALL_UNNAMED"
+  LIVY_SERVER_JAVA_OPTS+=" 
--add-exports=java.base/sun.security.x509=ALL-UNNAMED"
   LIVY_SERVER_JAVA_OPTS+=" 
--add-exports=java.base/sun.security.util=ALL-UNNAMED"
 
   command="$RUNNER $LIVY_SERVER_JAVA_OPTS -cp $LIVY_CLASSPATH:$CLASSPATH 
org.apache.livy.server.LivyServer"

Reply via email to