You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/26 20:52:45 UTC

svn commit: r1189381 - in /incubator/bigtop/trunk/bigtop-deploy/puppet/modules: hadoop-hbase/templates/hbase-env.sh hadoop-pig/manifests/init.pp

Author: rvs
Date: Wed Oct 26 18:52:44 2011
New Revision: 1189381

URL: http://svn.apache.org/viewvc?rev=1189381&view=rev
Log:
BIGTOP-173. we still have references to hadoop-0.20 in our puppet code

Modified:
    incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-env.sh
    incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-pig/manifests/init.pp

Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-env.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-env.sh?rev=1189381&r1=1189380&r2=1189381&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-env.sh (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-env.sh Wed Oct 26 18:52:44 2011
@@ -25,7 +25,7 @@
 # export JAVA_HOME=/usr/java/jdk1.6.0/
 
 # Extra Java CLASSPATH elements.  Optional.
-export HBASE_CLASSPATH=/etc/hadoop-0.20/conf
+export HBASE_CLASSPATH=/etc/hadoop/conf
 
 # The maximum amount of heap to use, in MB. Default is 1000.
 # export HBASE_HEAPSIZE=1000

Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-pig/manifests/init.pp
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-pig/manifests/init.pp?rev=1189381&r1=1189380&r2=1189381&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-pig/manifests/init.pp (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-pig/manifests/init.pp Wed Oct 26 18:52:44 2011
@@ -17,7 +17,7 @@ class hadoop-pig {
   define client {
     package { "hadoop-pig":
       ensure => latest,
-      require => Package["hadoop-0.20"],
+      require => Package["hadoop"],
     } 
  
     file { "/etc/pig/conf/pig.properties":