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 8AF95E47A for ; Thu, 14 Feb 2013 21:10:27 +0000 (UTC) Received: (qmail 98313 invoked by uid 500); 14 Feb 2013 21:10:27 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 98275 invoked by uid 500); 14 Feb 2013 21:10:27 -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 98267 invoked by uid 99); 14 Feb 2013 21:10:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 21:10:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ekoontz@hiro-tan.org designates 75.144.245.249 as permitted sender) Received: from [75.144.245.249] (HELO hiro-tan.org) (75.144.245.249) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 21:10:19 +0000 Received: from mac.foofers.org (unknown [10.1.10.130]) by hiro-tan.org (Postfix) with ESMTP id 43AB2218130 for ; Thu, 14 Feb 2013 13:54:14 -0800 (PST) Message-ID: <511D52A0.1070702@hiro-tan.org> Date: Thu, 14 Feb 2013 13:09:52 -0800 From: Eugene Koontz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: user@giraph.apache.org Subject: Re: Issue running Giraph with CDH4.1.1. References: <511D3CAE.4030606@data-tactics-corp.com> In-Reply-To: <511D3CAE.4030606@data-tactics-corp.com> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi David, Please forgive this obvious question, but are you able to run a simple Hadoop program like the Pi Estimator? (i.e. hadoop jar /usr/lib/hadoop/hadoop-examples.jar pi 5 5) Would be good to know if you still get the same NoSuchMethodError in that case. -Eugene