Updated Branches: refs/heads/master b8e4e4ccc -> 2b16e48bb
BIGTOP-884. hive smoke tests can't be executed as a jar file isn't present anymore Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2b16e48b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2b16e48b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2b16e48b Branch: refs/heads/master Commit: 2b16e48bb017eb83f578aee4f0d7bc1a502b1696 Parents: b8e4e4c Author: Konstantin Boudnik <[email protected]> Authored: Mon Mar 25 16:01:46 2013 -0700 Committer: Anatoli Fomenko <[email protected]> Committed: Mon Mar 25 16:01:46 2013 -0700 ---------------------------------------------------------------------- bigtop-tests/test-execution/smokes/hive/pom.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2b16e48b/bigtop-tests/test-execution/smokes/hive/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hive/pom.xml b/bigtop-tests/test-execution/smokes/hive/pom.xml index fa56c79..46549f0 100644 --- a/bigtop-tests/test-execution/smokes/hive/pom.xml +++ b/bigtop-tests/test-execution/smokes/hive/pom.xml @@ -111,7 +111,6 @@ <additionalClasspathElement>${HIVE_HOME}/lib/${hive-service.jar}</additionalClasspathElement> <additionalClasspathElement>${HIVE_HOME}/lib/libfb303.jar</additionalClasspathElement> <additionalClasspathElement>${HIVE_HOME}/lib/${slf4j-api.jar}</additionalClasspathElement> - <additionalClasspathElement>${HIVE_HOME}/lib/${slf4j-log4j12.jar}</additionalClasspathElement> </additionalClasspathElements> </configuration> </plugin> @@ -129,7 +128,7 @@ <configuration> <source> if (!System.getProperties().keySet().contains('enforcer.skip')) { - [ 'hive-hbase-handler.jar', 'hive-exec.jar', 'hive-jdbc.jar', 'hive-metastore.jar', 'hive-service.jar', 'slf4j-api.jar', 'slf4j-log4j12.jar', 'guava.jar' ].each { + [ 'hive-hbase-handler.jar', 'hive-exec.jar', 'hive-jdbc.jar', 'hive-metastore.jar', 'hive-service.jar', 'slf4j-api.jar', 'guava.jar' ].each { project.properties[it] = org.apache.bigtop.itest.JarContent.getJarName( "${HIVE_HOME}/lib", "${it.replaceAll(/.jar$/, '')}-.*\\.jar");
