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:47:24 UTC

svn commit: r1494451 - /incubator/ambari/trunk/ambari-server/sbin/ambari-server

Author: swagle
Date: Wed Jun 19 04:47:24 2013
New Revision: 1494451

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

Modified:
    incubator/ambari/trunk/ambari-server/sbin/ambari-server

Modified: incubator/ambari/trunk/ambari-server/sbin/ambari-server
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/sbin/ambari-server?rev=1494451&r1=1494450&r2=1494451&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/sbin/ambari-server (original)
+++ incubator/ambari/trunk/ambari-server/sbin/ambari-server Wed Jun 19 04:47:24 2013
@@ -91,6 +91,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`