This is an automated email from the ASF dual-hosted git repository. jialiang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 29ba9b6931f9cacd585fd4d425de1fb7c470b455 Author: tongxiaojun <[email protected]> AuthorDate: Mon Dec 23 13:37:10 2024 +0800 AMBARI-26268: Remove default value for ambari-java-home in ambari-server.py to fix setup handling #3915 Co-authored-by: tongxiaojun <[email protected]> --- ambari-server/src/main/python/ambari-server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ambari-server/src/main/python/ambari-server.py b/ambari-server/src/main/python/ambari-server.py index 28a2ea5433..03f6dbb60b 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -764,7 +764,6 @@ def init_setup_parser_options(parser): other_group.add_option( "--ambari-java-home", dest="ambari_java_home", - default=None, help="Use specified java_home for ambari. Must be valid on Ambari server hosts", ) other_group.add_option( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
