Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC04791A1 for ; Thu, 23 Feb 2012 05:20:55 +0000 (UTC) Received: (qmail 92919 invoked by uid 500); 23 Feb 2012 05:20:55 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 92866 invoked by uid 500); 23 Feb 2012 05:20:54 -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 92839 invoked by uid 99); 23 Feb 2012 05:20:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 05:20:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 05:20:46 +0000 Received: by obbta7 with SMTP id ta7so1300960obb.14 for ; Wed, 22 Feb 2012 21:20:25 -0800 (PST) Received-SPF: pass (google.com: domain of saint.ack@gmail.com designates 10.182.155.68 as permitted sender) client-ip=10.182.155.68; Authentication-Results: mr.google.com; spf=pass (google.com: domain of saint.ack@gmail.com designates 10.182.155.68 as permitted sender) smtp.mail=saint.ack@gmail.com; dkim=pass header.i=saint.ack@gmail.com Received: from mr.google.com ([10.182.155.68]) by 10.182.155.68 with SMTP id vu4mr98879obb.61.1329974425255 (num_hops = 1); Wed, 22 Feb 2012 21:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=rHE7DysHn6xHz3D8YpZ4EfKNDF37djU4zJSGjb13ikw=; b=S5+MNB3hHLG5jY+22XLzdaGy1jM3dmsPWwICE9d8W93V2E+t5cmOZ6YJWHMWuY6iaR Tdd3175b8VY4hnTPXHOL9ohpXm4xz8WZDGRR9Z2GqeX0/2HbIMomR2rgFjSEuFQf4kGh 5jjtpJ1oVL1asnVFZAoA6Z6idnrv0H8PLcSBw= MIME-Version: 1.0 Received: by 10.182.155.68 with SMTP id vu4mr87422obb.61.1329974425158; Wed, 22 Feb 2012 21:20:25 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.122.66 with HTTP; Wed, 22 Feb 2012 21:20:25 -0800 (PST) In-Reply-To: <1329974093.29754.YahooMailNeo@web121702.mail.ne1.yahoo.com> References: <1329964568.47397.YahooMailNeo@web121705.mail.ne1.yahoo.com> <1329974093.29754.YahooMailNeo@web121702.mail.ne1.yahoo.com> Date: Wed, 22 Feb 2012 21:20:25 -0800 X-Google-Sender-Auth: ANi9rbBJDfOHF4Zpww8LviFEedI Message-ID: Subject: Re: Some HBase M/R confusion From: Stack To: dev@hbase.apache.org, lars hofhansl Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 22, 2012 at 9:14 PM, lars hofhansl wrote: > Either way we need to update the book I think. > Its not 'the book'. Its the 'reference guide'. One if published by O'Reilly. The latter by our man Doug Meil. > As for the protobufs. This is trunk, and it looks like this is related to HBASE-5394. Happens also in the non-secure branch. > Filed HBASE-5460. I assume we just add protobufs as jar dependency, I will do that tonight. > Yeah, that should do it (above sounds reasonable). St.Ack