Repository: hive Updated Branches: refs/heads/master 0a526774d -> 2bd7a2a7a
HIVE-12880 : spark-assembly causes Hive class version problems (Sergey Shelukhin via Xuefu Zhang) Signed-off-by: Ashutosh Chauhan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2bd7a2a7 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2bd7a2a7 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/2bd7a2a7 Branch: refs/heads/master Commit: 2bd7a2a7a541b88e2fa7134471d8a11d1102285c Parents: 0a52677 Author: Sergey Shelukhin <[email protected]> Authored: Sat Feb 20 14:57:19 2016 -0800 Committer: Ashutosh Chauhan <[email protected]> Committed: Sat Feb 20 14:57:19 2016 -0800 ---------------------------------------------------------------------- bin/hive | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/2bd7a2a7/bin/hive ---------------------------------------------------------------------- diff --git a/bin/hive b/bin/hive index 434d5db..e9477f7 100755 --- a/bin/hive +++ b/bin/hive @@ -112,13 +112,6 @@ for f in ${HIVE_LIB}/*.jar; do CLASSPATH=${CLASSPATH}:$f; done -# add Spark assembly jar to the classpath -if [[ -n "$SPARK_HOME" && !("$HIVE_SKIP_SPARK_ASSEMBLY" = "true") ]] -then - sparkAssemblyPath=`ls ${SPARK_HOME}/lib/spark-assembly-*.jar` - CLASSPATH="${CLASSPATH}:${sparkAssemblyPath}" -fi - # add the auxillary jars such as serdes if [ -d "${HIVE_AUX_JARS_PATH}" ]; then hive_aux_jars_abspath=`cd ${HIVE_AUX_JARS_PATH} && pwd`
