ソースを参照

AMBARI-11392 ambari-server setup -s output needs improvement (dsen)

Dmytro Sen 10 年 前
コミット
2302764c32

+ 1 - 1
ambari-server/src/main/python/ambari_server/serverSetup.py

@@ -1014,7 +1014,7 @@ def check_setup_already_done():
 def setup(options):
   if options.only_silent:
     if check_setup_already_done():
-      print "Nothing was done. Please, use ambari-server setup command without [-s] key, to change configuration."
+      print "Nothing was done. Ambari Setup already performed and cannot re-run setup in silent mode. Use \"ambari-server setup\" command without -s option to change Ambari setup."
       sys.exit(0)
 
   retcode = verify_setup_allowed()