Author: rvs
Date: Thu Nov  3 00:10:23 2011
New Revision: 1196879

URL: http://svn.apache.org/viewvc?rev=1196879&view=rev
Log:
Tests need to explicitly add HBase/ZK conf to the CP

Modified:
    
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hbase/pom.xml

Modified: 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1196879&r1=1196878&r2=1196879&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hbase/pom.xml
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hbase/pom.xml
 Thu Nov  3 00:10:23 2011
@@ -88,6 +88,10 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>2.7.1</version>
         <configuration>
+          <additionalClasspathElements>
+            
<additionalClasspathElement>${HBASE_HOME}/conf</additionalClasspathElement>
+            
<additionalClasspathElement>${ZOOKEEPER_HOME}/conf</additionalClasspathElement>
+          </additionalClasspathElements>
           <systemPropertyVariables>
             <org.apache.bigtop.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
             
${ZOOKEEPER_HOME}/${zookeeper.jar}:${HBASE_HOME}/${hbase.jar}:${HBASE_HOME}/lib/guava-r06.jar


Reply via email to