Return-Path: X-Original-To: apmail-giraph-user-archive@www.apache.org Delivered-To: apmail-giraph-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 BA96D9F99 for ; Thu, 31 May 2012 17:40:18 +0000 (UTC) Received: (qmail 58579 invoked by uid 500); 31 May 2012 17:40:18 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 58510 invoked by uid 500); 31 May 2012 17:40:18 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 58487 invoked by uid 99); 31 May 2012 17:40:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 17:40:17 +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 shaposhnik@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2012 17:40:09 +0000 Received: by bkcjc3 with SMTP id jc3so1337973bkc.11 for ; Thu, 31 May 2012 10:39:49 -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 :content-transfer-encoding; bh=rOfCDG2E0+KzJQRRGngrKew093KE1Wr9f+azm+zMUGk=; b=AYpdUeHSpgVIpWlIQAmkyM4k4vOk7+7wdPV/IoHzRpkXvq4P+rCs75jTSRkARAAB23 2ZssdWPfUGCMgQXZzLUp7OsXSKV13uUYMLlQ/fRjr9AoAF+g+RoqOR0UvWiTMdZiVSM6 R60ULZzlKUifzOSI5doomixyWw9TOWbcD1CXXCX4OfGo50ilihBlP5KoWwXOKEFFCcHw yggBsQcyYeS+RYKh3+gaeZwPCscGykTtUORxD+rkHyH/5ET73Znn7ee9XENUBZstAgoh pW+BdZSej5LzAYK2TVh3qE8CpYhUSA0QcF0T8pOGHzO6hItwwxOSdu1ExwV3V3+Mvzbg VuHA== MIME-Version: 1.0 Received: by 10.204.156.77 with SMTP id v13mr2215454bkw.59.1338485988960; Thu, 31 May 2012 10:39:48 -0700 (PDT) Sender: shaposhnik@gmail.com Received: by 10.204.167.80 with HTTP; Thu, 31 May 2012 10:39:48 -0700 (PDT) In-Reply-To: <4FC530CC.2050809@apache.org> References: <4FC530CC.2050809@apache.org> Date: Thu, 31 May 2012 10:39:48 -0700 X-Google-Sender-Auth: ErMg4POHA2Rp68L_e1s7Ndtml4w Message-ID: Subject: Re: Giraph on Hadoop 2.0.0-alpha From: Roman Shaposhnik To: user@giraph.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, May 29, 2012 at 1:25 PM, Avery Ching wrote: > Did you compile with the appropriate flags? > > From the README: > > - Apache Hadoop 0.23.1 > > =A0You may tell maven to use this version with "mvn -Phadoop_0.23 = ". Did that, but given that I was trying to run against 2.0.0-alpha I also had= to manually adjust the version. Perhaps now that 2.0.0-alpha is out it would be useful to adjust the giraph profile to bind to that version instead of 0= .23. Anyway, I can now successfully submit the giraph job, but the job can't complete. In fact I see that 3 maps failed with the following. And the rema= ining 4 maps just refuse to exit (hence the job hangs). Does this look like a known issue or should I file a JIRA? 2012-05-31 10:31:28,518 WARN [main] org.apache.hadoop.mapred.YarnChild: Exception running child : java.lang.RuntimeException: java.lang.NoSuchFieldException: versionID at org.apache.hadoop.ipc.RPC.getProtocolVersion(RPC.java:170) at org.apache.hadoop.ipc.WritableRpcEngine$Invocation.(WritableRpcEngine.j= ava:110) at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngin= e.java:224) at $Proxy11.putVertexList(Unknown Source) at org.apache.giraph.comm.BasicRPCCommunications.sendPartitionReq(BasicRPC= Communications.java:921) at org.apache.giraph.graph.BspServiceWorker.loadVertices(BspServiceWorker.= java:322) at org.apache.giraph.graph.BspServiceWorker.setup(BspServiceWorker.java:59= 4) at org.apache.giraph.graph.GraphMapper.setup(GraphMapper.java:473) at org.apache.giraph.graph.GraphMapper.run(GraphMapper.java:645) at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:725) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:332) at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:152) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformati= on.java:1232) at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:147) Caused by: java.lang.NoSuchFieldException: versionID at java.lang.Class.getField(Class.java:1520) at org.apache.hadoop.ipc.RPC.getProtocolVersion(RPC.java:166) ... 15 more Thanks, Roman.