Repository: ambari Updated Branches: refs/heads/trunk 186db4e0c -> a511d2828
AMBARI-5604. Postgres should be option 4 in setup, not 2. Minor edit. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a511d282 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a511d282 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a511d282 Branch: refs/heads/trunk Commit: a511d28289138a5cdffd27e03d4fb0ea92e1f41c Parents: 186db4e Author: Siddharth Wagle <[email protected]> Authored: Mon Apr 28 20:30:19 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Mon Apr 28 20:30:19 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/a511d282/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 8840246..4fa8e4e 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -1185,7 +1185,7 @@ def prompt_db_properties(args): database_num = str(DATABASE_INDEX + 1) database_num = get_validated_string_input( - "[1] - PostgreSQL (Embedded)\n[2] - Oracle\n[3] - MySQL\n[4] - PostgreSQL (External)\n" + "[1] - PostgreSQL (Embedded)\n[2] - Oracle\n[3] - MySQL\n[4] - PostgreSQL\n" "==============================================================================\n" "Enter choice (" + database_num + "): ", database_num,
