[TRAFODION-1928] Trafodion daily build regression in CDH distro fails in hive 
tests
Added "hadoop-mapreduce-client-common.jar" to the class path


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/78c3ce95
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/78c3ce95
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/78c3ce95

Branch: refs/heads/master
Commit: 78c3ce953dce570f694c19e7e45b360aabbc1a44
Parents: ef23063
Author: selvaganesang <[email protected]>
Authored: Mon Apr 11 17:54:58 2016 +0000
Committer: selvaganesang <[email protected]>
Committed: Mon Apr 11 17:54:58 2016 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/78c3ce95/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 5c0b5a0..5684c3f 100644
--- a/core/sqf/sqenvcom.sh
+++ b/core/sqf/sqenvcom.sh
@@ -350,7 +350,8 @@ elif [[ -n "$(ls /usr/lib/hadoop/hadoop-*cdh*.jar 
2>/dev/null)" ]]; then
                           /usr/lib/hadoop/lib"
   export HADOOP_JAR_FILES="/usr/lib/hadoop/client/hadoop-hdfs-*.jar"
   export HIVE_JAR_DIRS="/usr/lib/hive/lib"
-  export 
HIVE_JAR_FILES="/usr/lib/hadoop-mapreduce/hadoop-mapreduce-client-core.jar"
+  export 
HIVE_JAR_FILES="/usr/lib/hadoop-mapreduce/hadoop-mapreduce-client-core.jar
+                         
/usr/lib/hadoop-mapreduce/hadoop-mapreduce-client-common.jar"
 
   # suffixes to suppress in the classpath (set this to ---none--- to add all 
files)
   export SUFFIXES_TO_SUPPRESS="-sources.jar -tests.jar"

Reply via email to