You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/09/20 03:06:35 UTC

svn commit: r1387835 - /hive/trunk/testutils/hadoop.cmd

Author: hashutosh
Date: Thu Sep 20 01:06:34 2012
New Revision: 1387835

URL: http://svn.apache.org/viewvc?rev=1387835&view=rev
Log:
HIVE-3479 : Bug fix: Return the child JVM exit code to the parent process to handle the error conditions (Kanna Karanam via Ashutosh Chauhan)

Modified:
    hive/trunk/testutils/hadoop.cmd

Modified: hive/trunk/testutils/hadoop.cmd
URL: http://svn.apache.org/viewvc/hive/trunk/testutils/hadoop.cmd?rev=1387835&r1=1387834&r2=1387835&view=diff
==============================================================================
--- hive/trunk/testutils/hadoop.cmd (original)
+++ hive/trunk/testutils/hadoop.cmd Thu Sep 20 01:06:34 2012
@@ -173,7 +173,7 @@ set HADOOP_OPTS=%HADOOP_OPTS% -Djava.net
     set CLASS=%hadoop-command%
   )
   call %JAVA% %JAVA_HEAP_MAX% %HADOOP_OPTS% -classpath %CLASSPATH% %CLASS% %hadoop-command-arguments%
-
+  exit /b %ERRORLEVEL%
   goto :eof
 
 :version