diff --git bin/hive bin/hive index 40636327b41e18f8b5bce7ea226ba564ea4a396e..da74351dfeb461ed81f48ded5f79751d90b77702 100755 --- bin/hive +++ bin/hive @@ -240,7 +240,9 @@ if [[ -n $HBASE_BIN ]] ; then fi if [ "${AUX_PARAM}" != "" ]; then - HIVE_OPTS="$HIVE_OPTS --hiveconf hive.aux.jars.path=${AUX_PARAM}" + if [[ "$SERVICE" != beeline ]]; then + HIVE_OPTS="$HIVE_OPTS --hiveconf hive.aux.jars.path=${AUX_PARAM}" + fi AUX_JARS_CMD_LINE="-libjars ${AUX_PARAM}" fi