Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 46009 invoked from network); 16 Jan 2010 17:58:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2010 17:58:53 -0000 Received: (qmail 50993 invoked by uid 500); 16 Jan 2010 17:58:53 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 50901 invoked by uid 500); 16 Jan 2010 17:58:52 -0000 Mailing-List: contact mahout-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-dev@lucene.apache.org Received: (qmail 50891 invoked by uid 99); 16 Jan 2010 17:58:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 17:58:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsiasf@gmail.com designates 209.85.210.192 as permitted sender) Received: from [209.85.210.192] (HELO mail-yx0-f192.google.com) (209.85.210.192) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 17:58:44 +0000 Received: by yxe30 with SMTP id 30so1532456yxe.29 for ; Sat, 16 Jan 2010 09:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=gf2mc+pndZXdfcSgIKmMu51rRmCrWCALrBdhh3aI3Ns=; b=Tkqkg1e7Zl2MswaRduAuuLGyOqChZTCCrTHftoVALg8QekBUOv+M3MbittPwmyjMEu HQyWB9vu6RVdDgijvzVm4QcvIs5NuGfSr92ZC9Qw+ZeAOIus2W4ckjQ6L4eLDJfmPtu5 0GlVfbTeZiGf64vb4bLa3KZyqo7Ab0y+LUkME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=XpoiXDLrtJBU+8O4cNnArSuxnGZIQbJHH8zXkQ7tC+uL9jpnhRXvDN5ObdhJaFyHOY H4zbMT0103ic+3ABSo/QDQ+376Dj6GSm2EkQbCJqtvjjB/MD+hM54tDNXrLmk0lM17wu 6N0GEA4yhypA4njCgAJoBNQ4LWuOc4U/Bidx4= Received: by 10.100.17.2 with SMTP id 2mr6819507anq.56.1263664704000; Sat, 16 Jan 2010 09:58:24 -0800 (PST) Received: from ?10.0.0.13? (adsl-065-013-152-164.sip.rdu.bellsouth.net [65.13.152.164]) by mx.google.com with ESMTPS id 15sm762131yxh.4.2010.01.16.09.58.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 Jan 2010 09:58:23 -0800 (PST) Sender: Grant Ingersoll Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Unit test failure From: Grant Ingersoll In-Reply-To: <61b5d9411001160949v19ca415fj46ba05ed2ca7f10a@mail.gmail.com> Date: Sat, 16 Jan 2010 12:58:21 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <61b5d9411001160949v19ca415fj46ba05ed2ca7f10a@mail.gmail.com> To: mahout-dev@lucene.apache.org X-Mailer: Apple Mail (2.1077) try rerunning... I think that one has intermittent failures. Perhaps = Deneche can dig in. You will likely need to look in the Hadoop logs = too. On Jan 16, 2010, at 12:49 PM, Benson Margulies wrote: > https://issues.apache.org/jira/browse/MAHOUT-258 >=20 > The error message: >=20 > = testGatherInfos(org.apache.mahout.ga.watchmaker.cd.tool.CDInfosToolTest) > Time elapsed: 6.731 sec <<< ERROR! > java.io.IOException: Job failed! > at = org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) >=20 > does not give me much to go on. >=20 > I don't see how adding new Set classes to my tree could cause this ...