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:35:43 UTC

svn commit: r1528635 - /hive/branches/branch-0.12/bin/hive

Author: thejas
Date: Wed Oct  2 21:35:42 2013
New Revision: 1528635

URL: http://svn.apache.org/r1528635
Log:
HIVE-5410 : Hive command line option --auxpath still does not work post HIVE-5363 (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=1528635&r1=1528634&r2=1528635&view=diff
==============================================================================
--- hive/branches/branch-0.12/bin/hive (original)
+++ hive/branches/branch-0.12/bin/hive Wed Oct  2 21:35:42 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