Author: rvs
Date: Fri Dec 9 00:57:24 2011
New Revision: 1212207
URL: http://svn.apache.org/viewvc?rev=1212207&view=rev
Log:
RCs
Modified:
incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp?rev=1212207&r1=1212206&r2=1212207&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp Fri Dec 9
00:57:24 2011
@@ -16,7 +16,7 @@
stage {"pre": before => Stage["main"]}
yumrepo { "Bigtop":
- baseurl =>
"http://bigtop01.cloudera.org:8080/job/Bigtop-trunk-matrix/label=centos5/lastSuccessfulBuild/artifact/output/",
+ baseurl =>
"http://bigtop01.cloudera.org:8080/view/RCs/job/Bigtop-trunk-rc-zookeeper-3.3.4/label=centos5/lastSuccessfulBuild/artifact/output/",
descr => "Bigtop packages",
enabled => 1,
gpgcheck => 0,
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1212207&r1=1212206&r2=1212207&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml Fri
Dec 9 00:57:24 2011
@@ -100,6 +100,7 @@
</systemPropertyVariables>
<additionalClasspathElements>
<additionalClasspathElement>${HBASE_CONF_DIR}</additionalClasspathElement>
+
<additionalClasspathElement>${HADOOP_CONF_DIR}</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>