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/10/02 23:33:44 UTC

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

Author: thejas
Date: Wed Oct  2 21:33:44 2013
New Revision: 1528634

URL: http://svn.apache.org/r1528634
Log:
HIVE-5410 : Hive command line option --auxpath still does not work post HIVE-5363 (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=1528634&r1=1528633&r2=1528634&view=diff
==============================================================================
--- hive/trunk/bin/hive (original)
+++ hive/trunk/bin/hive Wed Oct  2 21:33:44 2013
@@ -116,8 +116,7 @@ elif [ "${HIVE_AUX_JARS_PATH}" != "" ]; 
       HIVE_AUX_JARS_PATH=`echo $HIVE_AUX_JARS_PATH | sed 's/;/,/g'`
   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="file://$(echo ${HIVE_AUX_JARS_PATH} | sed 's/:/,file:\/\//g')"
 fi
 
 # adding jars from auxlib directory