You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/05/03 00:13:45 UTC

hive git commit: HIVE-11887 : some tests break the build on a shared machine, can break HiveQA (Sergey Shelukhin, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master 3b2ea2480 -> 2f0339b08


HIVE-11887 : some tests break the build on a shared machine, can break HiveQA (Sergey Shelukhin, reviewed by Ashutosh Chauhan)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2f0339b0
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2f0339b0
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/2f0339b0

Branch: refs/heads/master
Commit: 2f0339b08b375a1b656a178627600fc26c0a974c
Parents: 3b2ea24
Author: Sergey Shelukhin <se...@apache.org>
Authored: Mon May 2 15:13:25 2016 -0700
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Mon May 2 15:13:25 2016 -0700

----------------------------------------------------------------------
 itests/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/2f0339b0/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index fb0a613..b68aa50 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -91,9 +91,6 @@
                       mkdir -p $DOWNLOAD_DIR
                       download "http://d3jw87u4immizc.cloudfront.net/spark-tarball/spark-${spark.version}-bin-hadoop2-without-hive.tgz" "spark"
                       cp -f $HIVE_ROOT/data/conf/spark/log4j2.properties $BASE_DIR/spark/conf/
-                      sed '/package /d' ${basedir}/${hive.path.to.root}/contrib/src/java/org/apache/hadoop/hive/contrib/udf/example/UDFExampleAdd.java > /tmp/UDFExampleAdd.java
-                      javac -cp  ${settings.localRepository}/org/apache/hive/hive-exec/${project.version}/hive-exec-${project.version}.jar /tmp/UDFExampleAdd.java -d /tmp
-                      jar -cf /tmp/udfexampleadd-1.0.jar -C /tmp UDFExampleAdd.class
                     </echo>
                   </target>
                 </configuration>