Return-Path: X-Original-To: apmail-hadoop-general-archive@minotaur.apache.org Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F74A7952 for ; Wed, 28 Sep 2011 18:53:46 +0000 (UTC) Received: (qmail 80670 invoked by uid 500); 28 Sep 2011 18:53:45 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 80536 invoked by uid 500); 28 Sep 2011 18:53:44 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 80527 invoked by uid 99); 28 Sep 2011 18:53:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 18:53:44 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Milind.Bhandarkar@emc.com designates 128.222.32.20 as permitted sender) Received: from [128.222.32.20] (HELO mexforward.lss.emc.com) (128.222.32.20) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 18:53:37 +0000 Received: from hop04-l1d11-si02.isus.emc.com (HOP04-L1D11-SI02.isus.emc.com [10.254.111.55]) by mexforward.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p8SIrGdH018683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Sep 2011 14:53:16 -0400 Received: from mailhub.lss.emc.com (mailhubhoprd04.lss.emc.com [10.254.222.226]) by hop04-l1d11-si02.isus.emc.com (RSA Interceptor) for ; Wed, 28 Sep 2011 14:53:05 -0400 Received: from mxhub22.corp.emc.com (mxhub22.corp.emc.com [128.221.56.108]) by mailhub.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p8SIr56T000952 for ; Wed, 28 Sep 2011 14:53:05 -0400 Received: from mx21a.corp.emc.com ([169.254.1.122]) by mxhub22.corp.emc.com ([128.221.56.108]) with mapi; Wed, 28 Sep 2011 14:53:05 -0400 From: To: Date: Wed, 28 Sep 2011 14:54:11 -0400 Subject: Re: Hadoop 0.22/HBase 0.92 package repos are now available Thread-Topic: Hadoop 0.22/HBase 0.92 package repos are now available Thread-Index: Acx+D9rHZRRIaNkvRPWSrKWmj2dJGg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.13.0.110805 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-EMM-MHVC: 1 This is great progress folks !!! - Milind On 9/27/11 9:55 PM, "J. Rottinghuis" wrote: >Thanks Roman, > >Will have to give BigTop a try... >With the patch for https://issues.apache.org/jira/browse/PIG-2277 applied >Pig (0.8 for now, and 0.9 in the works) will compile and run against 0.22 >as >well. > >Thanks, > >Joep > >________________________________________ >From: shaposhnik@gmail.com [shaposhnik@gmail.com] On Behalf Of Roman >Shaposhnik [rvs@apache.org] >Sent: Tuesday, September 27, 2011 5:13 PM >To: hadoop-general@apache.org >Subject: Hadoop 0.22/HBase 0.92 package repos are now available > >For all those of you who would want to help with testing >Hadoop 0.22 release, I've setup a job on Bigtop to >produce an entire Hadoop stack on top of 0.22. > >The good news is that it is now super simple to give it >all a spin. If you are on Ubuntu/Debian you can try: > $ cd /etc/apt/sources.list.d > $ sudo wget -O bigtop.list >http://bigtop01.cloudera.org:8080/job/Bigtop-hadoop22-ubuntu-lucid/lastSuc >cessfulBuild/artifact/output/bigtop.list > $ sudo apt-get update > $ sudo apt-get install 'hadoop*' 'hbase*' >and if you're on RedHat/CentOS: > $ cd /etc/yum.repos.d/ > $ sudo wget -O bigtop.repo >http://bigtop01.cloudera.org:8080/job/Bigtop-hadoop22-centos5/lastSuccessf >ulBuild/artifact/output/bigtop.repo > $ yum install 'hadoop*' 'hbase*' > >The bad news is that so far we only have HBase compiling against .22 >and the Hadoop itself seems to be in need of some tweaks. E.g.: > https://issues.apache.org/jira/browse/HDFS-2377 > >That said, after manually patching /usr/lib/hadoop/bin/hdfs and doing: > # for i in /etc/init.d/hadoop-* ; do $i start ; done > >I now have Hadoop 0.22 and HBase 0.92 to play with! > >Thanks, >Roman.