Author: xuefu
Date: Wed Feb  5 22:01:14 2014
New Revision: 1564953

URL: http://svn.apache.org/r1564953
Log:
HIVE-6340: Beeline outputs error message when HIVE_AUX_JARS_PATH is set 
(reviewed by Prasad)

Modified:
    hive/trunk/bin/hive

Modified: hive/trunk/bin/hive
URL: 
http://svn.apache.org/viewvc/hive/trunk/bin/hive?rev=1564953&r1=1564952&r2=1564953&view=diff
==============================================================================
--- hive/trunk/bin/hive (original)
+++ hive/trunk/bin/hive Wed Feb  5 22:01:14 2014
@@ -230,7 +230,7 @@ if [[ -n $HBASE_BIN ]] ; then
 fi
 
 if [ "${AUX_PARAM}" != "" ]; then
-  HIVE_OPTS="$HIVE_OPTS -hiveconf hive.aux.jars.path=${AUX_PARAM}"
+  HIVE_OPTS="$HIVE_OPTS --hiveconf hive.aux.jars.path=${AUX_PARAM}"
   AUX_JARS_CMD_LINE="-libjars ${AUX_PARAM}"
 fi
 


Reply via email to