Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49FA4D266 for ; Thu, 11 Oct 2012 20:11:23 +0000 (UTC) Received: (qmail 92229 invoked by uid 500); 11 Oct 2012 20:11:21 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 92174 invoked by uid 500); 11 Oct 2012 20:11:21 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 92166 invoked by uid 99); 11 Oct 2012 20:11:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 20:11:21 +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 jdcryans@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-ia0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 20:11:14 +0000 Received: by mail-ia0-f169.google.com with SMTP id h37so1884559iak.14 for ; Thu, 11 Oct 2012 13:10:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=YJqEBjDssQhFtnESemprQhtYirPayB0PwMzCkndECtc=; b=YsVx2TQuTV9/zsKMAbL0H/l9JzkhZl5jmeyl5XBcSk4/ZZKFmreIwBoa/oFobje0J3 S9jfXyLDoBazrazIbstM8bNmW9FY4mROHL4PaofI0cd3vP4O6KPOeGopuP9GzsFMjJJg CAOeVQHgHrdlLoNPwzFV/bZlkxijd8fpRdLiAD4UTi1IkheR4bTtznW7dRtkyAA+nPJa 4qfKjbHn1CSceqepEL4Xf0vfdz/CVci0n4rVrD2A+PiLk8fn7ldhsCbjmggDI4eye6Sk dcNQaRwJIzS3myObiBfvbLrkPgfR0iFGmmBiL46mMjZA8Y7wEqaOszjcUqhCmDfLAJ72 PdjQ== MIME-Version: 1.0 Received: by 10.50.194.138 with SMTP id hw10mr206309igc.11.1349986253699; Thu, 11 Oct 2012 13:10:53 -0700 (PDT) Sender: jdcryans@gmail.com Received: by 10.50.170.37 with HTTP; Thu, 11 Oct 2012 13:10:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Oct 2012 13:10:53 -0700 X-Google-Sender-Auth: qhP1Sn-f6UN-ZRfETsYV-QuNoHU Message-ID: Subject: Re: NoSuchColumnFamilyException with rowcounter From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Oct 11, 2012 at 1:09 PM, Stack wrote: > It doesn't work before the table name? Let us know J-M so we can > update "14.1.12. RowCounter" in the book. FWIW I did a test locally and it worked. That's also how I expect GenericOptionsParser to behave. J-D