You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/05/26 18:57:50 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 256f47ab1 -> 2302764c3


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2302764c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2302764c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2302764c

Branch: refs/heads/trunk
Commit: 2302764c322dc60ccd4b4817aa8b5f455aa42c37
Parents: 256f47a
Author: Dmytro Sen <ds...@apache.org>
Authored: Tue May 26 19:56:28 2015 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Tue May 26 19:56:28 2015 +0300

----------------------------------------------------------------------
 ambari-server/src/main/python/ambari_server/serverSetup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2302764c/ambari-server/src/main/python/ambari_server/serverSetup.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari_server/serverSetup.py b/ambari-server/src/main/python/ambari_server/serverSetup.py
index e254a53..4bd6903 100644
--- a/ambari-server/src/main/python/ambari_server/serverSetup.py
+++ b/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()