Author: thejas
Date: Thu Sep 26 23:17:28 2013
New Revision: 1526746

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

Modified:
    hive/branches/branch-0.12/bin/hive

Modified: hive/branches/branch-0.12/bin/hive
URL: 
http://svn.apache.org/viewvc/hive/branches/branch-0.12/bin/hive?rev=1526746&r1=1526745&r2=1526746&view=diff
==============================================================================
--- hive/branches/branch-0.12/bin/hive (original)
+++ hive/branches/branch-0.12/bin/hive Thu Sep 26 23:17:28 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


Reply via email to