BIGTOP-951: Hive Smoke's TestJdbcDriver fails

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

Branch: refs/heads/master
Commit: 341474850b8f76b3bfcb6a48493fcac06333fa40
Parents: 8292d06
Author: Mark Grover <[email protected]>
Authored: Tue Apr 30 18:20:44 2013 -0700
Committer: Roman Shaposhnik <[email protected]>
Committed: Wed May 1 10:51:55 2013 -0700

----------------------------------------------------------------------
 .../bigtop/itest/hivesmoke/TestJdbcDriver.java     |    2 +-
 bigtop-tests/test-execution/smokes/hive/pom.xml    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/34147485/bigtop-tests/test-artifacts/hive/src/main/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
----------------------------------------------------------------------
diff --git 
a/bigtop-tests/test-artifacts/hive/src/main/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
 
b/bigtop-tests/test-artifacts/hive/src/main/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
index 44a921a..5a71a14 100644
--- 
a/bigtop-tests/test-artifacts/hive/src/main/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
+++ 
b/bigtop-tests/test-artifacts/hive/src/main/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
@@ -43,7 +43,7 @@ import org.apache.bigtop.itest.shell.Shell;
 
 @Contract(
   properties = {
-    @Property(name="hiveserver.startup.wait", type=Property.Type.INT, 
longValue=1000, intValue=1000, defaultValue="1000")
+    @Property(name="hiveserver.startup.wait", type=Property.Type.INT, 
longValue=3000, intValue=3000, defaultValue="3000")
   },
   env = {})
 public class TestJdbcDriver {

http://git-wip-us.apache.org/repos/asf/bigtop/blob/34147485/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 84f3f88..89e1036 100644
--- a/bigtop-tests/test-execution/smokes/hive/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hive/pom.xml
@@ -108,7 +108,7 @@
             
<additionalClasspathElement>${HIVE_HOME}/lib/${hive-jdbc.jar}</additionalClasspathElement>
             
<additionalClasspathElement>${HIVE_HOME}/lib/${hive-metastore.jar}</additionalClasspathElement>
             
<additionalClasspathElement>${HIVE_HOME}/lib/${hive-service.jar}</additionalClasspathElement>
-            
<additionalClasspathElement>${HIVE_HOME}/lib/libfb303.jar</additionalClasspathElement>
+            
<additionalClasspathElement>${HIVE_HOME}/lib/${libfb303.jar}</additionalClasspathElement>
             
<additionalClasspathElement>${HIVE_HOME}/lib/${slf4j-api.jar}</additionalClasspathElement>
           </additionalClasspathElements>
         </configuration>
@@ -127,7 +127,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', 
'guava.jar' ].each {
+                  [ 'hive-hbase-handler.jar', 'hive-exec.jar', 
'hive-jdbc.jar', 'hive-metastore.jar', 'hive-service.jar', 'libfb303.jar', 
'slf4j-api.jar', 'guava.jar' ].each {
                     project.properties[it] =
                       org.apache.bigtop.itest.JarContent.getJarName(
                           "${HIVE_HOME}/lib", "${it.replaceAll(/.jar$/, 
'')}-.*\\.jar");

Reply via email to