You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2013/09/27 01:16:55 UTC

svn commit: r1526745 - /hive/trunk/bin/hive

Author: thejas
Date: Thu Sep 26 23:16:55 2013
New Revision: 1526745

URL: http://svn.apache.org/r1526745
Log:
HIVE-5363: HIVE-3978 broke the command line option --auxpath (Brock Noland via Thejas Nair)

Modified:
    hive/trunk/bin/hive

Modified: hive/trunk/bin/hive
URL: http://svn.apache.org/viewvc/hive/trunk/bin/hive?rev=1526745&r1=1526744&r2=1526745&view=diff
==============================================================================
--- hive/trunk/bin/hive (original)
+++ hive/trunk/bin/hive Thu Sep 26 23:16:55 2013
@@ -117,7 +117,7 @@ elif [ "${HIVE_AUX_JARS_PATH}" != "" ]; 
   fi
   AUX_CLASSPATH=${HIVE_AUX_JARS_PATH}
   AUX_PARAM=file://${HIVE_AUX_JARS_PATH}
-  AUX_PARAM=`echo $AUX_PARAM | sed 's/,/,file:\/\//g'`
+  AUX_PARAM=`echo $AUX_PARAM | sed 's/:/,file:\/\//g'`
 fi
 
 # adding jars from auxlib directory