Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 82745 invoked from network); 12 Feb 2011 06:34:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2011 06:34:52 -0000 Received: (qmail 43064 invoked by uid 500); 12 Feb 2011 06:34:52 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 42842 invoked by uid 500); 12 Feb 2011 06:34:49 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 42833 invoked by uid 99); 12 Feb 2011 06:34:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 06:34:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryanobjc@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 06:34:42 +0000 Received: by iyi20 with SMTP id 20so3215317iyi.14 for ; Fri, 11 Feb 2011 22:34:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=GYfKzBuNDSL6xBAX8ESRRW5qN8eyWz90TJCbMOuahio=; b=wjMr1Qe0L30dXlBlY8HImX+E9y8xup2ma69TCVrXLYZesTq3tYnpD9J1gawCbvRE9g cVnlaFYcnNOZXmaacomfFCIetdhGKhIlG2QPC5zvMj5v7jUX/dZQC0TJtl16Bm/cjYLF a4Cn6iNzqo8iIRyKC3+PiQLaEyQ0ol3GM8BTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SLPGRiWOE/NWrZF8XGmCwyj2t6rnzsNoAGt06dVqMKdKxBD/+05iolh9+cMzg18Rq0 YGu+wMAvzFwZKbHGj+utOyqeLWrxGS07eg/J1VBihDNriH626ekcjlaFa5TUO/f37Gue g012YAgJ0Ymp4lczUb27ynvIoTrSP2nG38bSs= MIME-Version: 1.0 Received: by 10.42.219.65 with SMTP id ht1mr1744677icb.393.1297492460859; Fri, 11 Feb 2011 22:34:20 -0800 (PST) Received: by 10.231.37.131 with HTTP; Fri, 11 Feb 2011 22:34:20 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Feb 2011 22:34:20 -0800 Message-ID: Subject: Re: Build patched cdh3b2 From: Ryan Rawson To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org my jar looks like: -rw-r--r-- 1 hadoop hadoop 2861459 2011-02-09 16:34 hadoop-core-0.20.2+322= .jar -ryan On Fri, Feb 11, 2011 at 10:29 PM, Ryan Rawson wrote: > I put up the patch I used, I then changed the version to 0.20.2-322 > and just did ant jar. I crippled the forrest crap in build.xml... I > didnt check the filesize of the resulting jar though. > > -ryan > > On Fri, Feb 11, 2011 at 10:08 PM, Ted Yu wrote: >> Ryan: >> Can you share how you built patched cdh3b2 ? >> >> When I used 'ant jar', I got build/hadoop-core-0.20.2-CDH3b2-SNAPSHOT.ja= r >> which was much larger than the official hadoop-core-0.20.2+320.jar >> hadoop had trouble starting if I used hadoop-core-0.20.2-CDH3b2-SNAPSHOT= .jar >> in place of official jar. >> >> Thanks >> >> On Fri, Feb 11, 2011 at 9:59 PM, Ryan Rawson wrote: >> >>> I am generally +1, but we'll need another RC to address HBASE-3524. >>> >>> Here is some of my other report of running this: >>> >>> Been running a variant of this found here: >>> >>> https://github.com/stumbleupon/hbase/tree/su_prod_90 >>> >>> Running in "dev" here at SU now. >>> >>> Also been testing that against our Hadoop CDH3b2 patched in with >>> HDFS-347. =A0In uncontended YCSB runs this did improve much 'get' >>> numbers, but in a 15 thread contended test the average get time goes >>> from 12.1 ms -> 6.9ms. =A0We plan to test this more and roll in to our >>> production environment. =A0With 0.90.1 + a number of our patches, >>> Hadoopw/347 I loaded 30gb in using YCSB. >>> >>> Still working on getting VerifyingWorkload to run and verify this >>> data. But no exceptions. >>> >>> -ryan >>> >>> >> >