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 2013/06/19 06:49:36 UTC

svn commit: r1494454 - /incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server

Author: swagle
Date: Wed Jun 19 04:49:36 2013
New Revision: 1494454

URL: http://svn.apache.org/r1494454
Log:
AMBARI-2425. Ambari server setup displays no message while initializing. (swagle)

Modified:
    incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server

Modified: incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server?rev=1494454&r1=1494453&r2=1494454&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server (original)
+++ incubator/ambari/branches/branch-1.2.4/ambari-server/sbin/ambari-server Wed Jun 19 04:49:36 2013
@@ -86,6 +86,7 @@ case "$1" in
         $PYTHON /usr/sbin/ambari-server.py $@
         ;;
   setup)
+        echo -e "Initializing ..."
         initdb_res=`/sbin/service postgresql initdb 2>&1 > /dev/null`
         initdb_res=`/sbin/service postgresql start 2>&1 > /dev/null`
         initdb_res=`/sbin/service postgresql stop 2>&1 > /dev/null`