You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/05/02 02:57:48 UTC

[3/4] git commit: AMBARI-5644. For remote database configuration, ambari server script should not run DDL. Fix display text. (swagle)

AMBARI-5644. For remote database configuration, ambari server script should not run DDL. Fix display text. (swagle)


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

Branch: refs/heads/trunk
Commit: 0e783763bfe3af125955560552b21103092a7a94
Parents: a68b042
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Thu May 1 17:57:11 2014 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Thu May 1 17:57:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/0e783763/ambari-server/src/main/python/ambari-server.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari-server.py b/ambari-server/src/main/python/ambari-server.py
index e940fe4..f727cee 100755
--- a/ambari-server/src/main/python/ambari-server.py
+++ b/ambari-server/src/main/python/ambari-server.py
@@ -1360,7 +1360,7 @@ def setup_remote_db(args):
 
   print_warning_msg(setup_msg)
 
-  proceed = get_YN_input("Proceed with configuring remote database connection properties [y/n] (n)? ", True)
+  proceed = get_YN_input("Proceed with configuring remote database connection properties [y/n] (y)? ", True)
   retCode = 0 if proceed else -1
 
   return retCode