You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2013/10/22 17:24:38 UTC

svn commit: r1534662 - /hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh

Author: brock
Date: Tue Oct 22 15:24:37 2013
New Revision: 1534662

URL: http://svn.apache.org/r1534662
Log:
HIVE-5514 - webhcat_server.sh foreground option does not work as expected

Modified:
    hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh

Modified: hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh?rev=1534662&r1=1534661&r2=1534662&view=diff
==============================================================================
--- hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh (original)
+++ hive/trunk/hcatalog/webhcat/svr/src/main/bin/webhcat_server.sh Tue Oct 22 15:24:37 2013
@@ -121,7 +121,7 @@ function check_pid() {
 
 # Start the webhcat server in the foreground
 function foreground_webhcat() {
-        $start_cmd
+        exec $start_cmd
 }
 
 # Start the webhcat server in the background.  Record the PID for