Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 CB79811244 for ; Mon, 30 Jun 2014 21:22:40 +0000 (UTC) Received: (qmail 14234 invoked by uid 500); 30 Jun 2014 21:22:40 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 14190 invoked by uid 500); 30 Jun 2014 21:22:40 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Delivered-To: moderator for dev@giraph.apache.org Received: (qmail 27558 invoked by uid 99); 30 Jun 2014 08:51:55 -0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of toshio9.ito@toshiba.co.jp designates 61.202.160.132 as permitted sender) Date: Mon, 30 Jun 2014 17:51:23 +0900 Message-ID: <87tx72vkz8.wl%toshio9.ito@toshiba.co.jp> From: Toshio ITO To: user@giraph.apache.org Cc: dev@giraph.apache.org Subject: Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail In-Reply-To: References: <87a990dkni.wl%toshio9.ito@toshiba.co.jp> <87y4wfuuos.wl%toshio9.ito@toshiba.co.jp> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/23.3 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Hi Roman. I checked out release-1.1.0-RC0 and succeeded to build it. $ git checkout release-1.1.0-RC0 $ mvn clean $ mvn package -Phadoop_2 -DskipTests ## SUCCESS However, when I ran the tests with LocalJobRunner, it failed. $ mvn clean $ mvn package -Phadoop_2 It passed tests from "Core" and "Examples", but it failed at "Accumulo I/O". testAccumuloInputOutput(org.apache.giraph.io.accumulo.TestAccumuloVertexFormat) The error log contained the following exception java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected Next I wanted to run the tests with a running Hadoop2 instance, but I'm having trouble to set it up (I'm quite new to Hadoop). Could you show me some example configuration (etc/hadoop/* files) of Hadoop 2.2.0 single-node cluster? That would be very helpful. > > On Sun, Jun 29, 2014 at 5:06 PM, Toshio ITO wrote: > > Hi Roman. > > > > Thanks for the reply. > > > > OK, I'll try hadoop_1 and hadoop_2 with the latest > > release-1.1.0-RC0 and report the result. > > That would be extremely helpful! > > And speaking of which -- I'd like to remind folks > that taking RC0 for a spin would really help > at this point. If we ever want to have 1.1.0 out > we need the required PMC votes. > > Thanks, > Roman. ------------------------------------ Toshio Ito