소스 검색

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

Dmytro Sen 10 년 전
부모
커밋
2302764c32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()