Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 6803810475 for ; Wed, 6 Nov 2013 19:10:49 +0000 (UTC) Received: (qmail 34785 invoked by uid 500); 6 Nov 2013 19:10:49 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 34724 invoked by uid 500); 6 Nov 2013 19:10:48 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 34716 invoked by uid 99); 6 Nov 2013 19:10:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 19:10:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.227.17.8] (HELO moutng.kundenserver.de) (212.227.17.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 19:10:41 +0000 Received: from mafr.de (krlh-4d035d46.pool.mediaWays.net [77.3.93.70]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LaaY3-1W343i2P5b-00lk06; Wed, 06 Nov 2013 20:10:09 +0100 Date: Wed, 6 Nov 2013 20:10:07 +0100 From: Matthias Friedrich To: dev@crunch.apache.org Subject: Re: [VOTE] Release Apache Crunch 0.8.0 RC0 Message-ID: <20131106191007.GA323@mafr.de> Mail-Followup-To: dev@crunch.apache.org References: <20131105183828.GA13828@mafr.de> <26938EF2-D535-4F06-8A57-4FABB2A692CA@gmail.com> <20131105211200.GA27817@mafr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Provags-ID: V02:K0:PfqRHmMr1hHqXF/N9Tf/3gWfdQ9eaqBpGH3W+qebasY /sH86nT4dnWvP5jyRny4iXcwwliGOAzHVRfaep1MdKKEqEnEHX bCF/Sv+q7W+mf5X62xx1Uop3dO8U0SKdDxL5fQ3DxGQzeUjauV 6U6KEOlMHNmdGqIAzK8TCDzEUPQD+X7A3ZHNvw0nTzhQnNz0rG 6CEDWLi1s3mRkQjoVi1QADJpFy7H1hU93S+heqca0Xhye0w0WM tW1VqKTYvlTmVsbXaLNFkB6JXKS6p7GSicDqhruITTWdjGvYIm E/zUur3Gqjgo6k+5/VYpeItbEeH/56eHhSNtELUo4+EdSJWdg= = X-Virus-Checked: Checked by ClamAV on apache.org Thanks! After setting the umask and clearing Maven caches, I was able to run the integration test on two different machines. Regards, Matthias On Tuesday, 2013-11-05, Brock Noland wrote: > I think that is caused by a bad umask. > > > On Tue, Nov 5, 2013 at 3:12 PM, Matthias Friedrich wrote: > > > On Tuesday, 2013-11-05, Gabriel Reid wrote: > > > On 05 Nov 2013, at 19:38, Matthias Friedrich wrote: > > [...] > > >> | Results : > > >> | > > >> | Failed tests: testCheckpoints(org.apache.crunch.CheckpointIT): > > >> | expected:<1> but was:<2> > > >> | > > >> | Tests run: 241, Failures: 1, Errors: 0, Skipped: 1 > > > > > Nope, I'm definitely not running into that issue. I took a look at the > > test > > > in question and it doesn't look like it's something that could be very > > > flaky -- looks like it'll just work (or not work) consistently. > > > > > Are you getting this repeatedly? > > > > Yep, have seen this twice today. On a different machine, I now get > > an NPE from HFileTargetIT: > > > > java.lang.NullPointerException > > at > > org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:426) > > at > > org.apache.hadoop.hdfs.MiniDFSCluster.(MiniDFSCluster.java:284) > > at > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:435) > > at > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:603) > > at > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:559) > > at > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:528) > > at > > org.apache.crunch.io.hbase.HFileTargetIT.setUpClass(HFileTargetIT.java:103) > > > > > > This seems vaguely familiar, I think the embedded HBase mini cluster > > requires some particular networking setup. I'll try again tomorrow. > > > > Regards, > > Matthias > > > > > > -- > Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org