Repository: ambari Updated Branches: refs/heads/branch-1.6.0 d55c38d3a -> 6938e32e8
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/6938e32e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6938e32e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6938e32e Branch: refs/heads/branch-1.6.0 Commit: 6938e32e8b125f2d7713d31b3865c89a8e298d75 Parents: e75bbc6 Author: Siddharth Wagle <swa...@hortonworks.com> Authored: Thu May 1 13:11:49 2014 -0700 Committer: Siddharth Wagle <swa...@hortonworks.com> Committed: Thu May 1 17:26:08 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/6938e32e/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 e82b68b..0f08f84 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