Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D879DAA4 for ; Sat, 4 Aug 2012 20:53:42 +0000 (UTC) Received: (qmail 45136 invoked by uid 500); 4 Aug 2012 20:53:42 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 45110 invoked by uid 500); 4 Aug 2012 20:53:42 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 45100 invoked by uid 99); 4 Aug 2012 20:53:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2012 20:53:41 +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 (athena.apache.org: domain of josh.wills@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2012 20:53:36 +0000 Received: by wgbdr1 with SMTP id dr1so1380031wgb.0 for ; Sat, 04 Aug 2012 13:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rNRsnJ8cOSNRfCTFh0GuVGtehQGUCj6Rlrz7sPErx58=; b=0ACisTCYWgeWRopyzKPleG7gTKt27cEswlDrn6mX9BGr60SCUeSfPypEEaIGfWhri4 Weh3pd19dwQeOgCT8GD0cBiKdD/fDEhcG85PsVsDJChgIBy5ECAUGtL4IR9QOaxHp0tJ 6kyS/fH+b80/1Tdh917UAu2ndTbEBQBvgv7r6IKAp8ub06jh6rrlZy2TwxKXQLgmQIos KDxM5G3ibhNUXQAaEJUXyFVEsBw/m/BwrlqQvejkGSN71YwNwS6LZLFoo3fLzlECe5vk W8Uz9l1c1j4h3cid/APV71LVYEvAqXo3BZypbwifYGE3Ei4fwF1ZZD13T7Q3i7r0MkW8 buMA== Received: by 10.180.86.133 with SMTP id p5mr6385170wiz.17.1344113595376; Sat, 04 Aug 2012 13:53:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.201.159 with HTTP; Sat, 4 Aug 2012 13:52:55 -0700 (PDT) In-Reply-To: <20120804205051.GA24517@mafr.de> References: <20120804205051.GA24517@mafr.de> From: Josh Wills Date: Sat, 4 Aug 2012 13:52:55 -0700 Message-ID: Subject: Re: Hadoop 1.0.3 vs HBase 0.90.5 To: crunch-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Try 0.90.4, it worked for me, IIRC. On Sat, Aug 4, 2012 at 1:50 PM, Matthias Friedrich wrote: > Hi, > > I tried getting the test suite running with Hadoop 1.0.3 and HBase > 0.90.5 for CRUNCH-16. All tests passed except for the HBase word > count (log attached). I'm no HBase expert, but perhaps someone else > knows what's going wrong here. > > To reproduce simply change version numbers (see attached patch) and > run the following command: > > mvn -Dit.test=org.apache.crunch.WordCountHBaseIT verify > > BTW, HBase is really trying my patience today, it causes a dozen > dependency conflicts with Hadoop, half of which have no clean > resolution. > > Thanks in advance, > Matthias