Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84E0A7CC7 for ; Wed, 26 Oct 2011 18:53:06 +0000 (UTC) Received: (qmail 10431 invoked by uid 500); 26 Oct 2011 18:53:06 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 10392 invoked by uid 500); 26 Oct 2011 18:53:06 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 10384 invoked by uid 99); 26 Oct 2011 18:53:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 18:53:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 18:53:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3CA682388AA7; Wed, 26 Oct 2011 18:52:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1189381 - in /incubator/bigtop/trunk/bigtop-deploy/puppet/modules: hadoop-hbase/templates/hbase-env.sh hadoop-pig/manifests/init.pp Date: Wed, 26 Oct 2011 18:52:45 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111026185245.3CA682388AA7@eris.apache.org> 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":