Parcourir la source

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

Dmytro Sen il y a 10 ans
Parent
commit
2302764c32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ambari-server/src/main/python/ambari_server/serverSetup.py

+ 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()