Return-Path: X-Original-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8F8D90BA for ; Fri, 17 Feb 2012 02:13:08 +0000 (UTC) Received: (qmail 26407 invoked by uid 500); 17 Feb 2012 02:13:08 -0000 Delivered-To: apmail-incubator-giraph-user-archive@incubator.apache.org Received: (qmail 26380 invoked by uid 500); 17 Feb 2012 02:13:08 -0000 Mailing-List: contact giraph-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-user@incubator.apache.org Delivered-To: mailing list giraph-user@incubator.apache.org Received: (qmail 26372 invoked by uid 99); 17 Feb 2012 02:13:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 02:13:08 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeff.yunes@berkeley.edu designates 169.229.218.143 as permitted sender) Received: from [169.229.218.143] (HELO cm02fe.IST.Berkeley.EDU) (169.229.218.143) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 02:13:01 +0000 Received: from udp142957uds.ucsf.edu ([169.230.228.201]) by cm02fe.ist.berkeley.edu with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (auth plain:jeff.yunes@berkeley.edu) (envelope-from ) id 1RyDJP-0006iP-8C for giraph-user@incubator.apache.org; Thu, 16 Feb 2012 18:12:40 -0800 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: maven, hadoop, zookeeper, and giraph! From: Jeffrey Yunes In-Reply-To: <1329437528.39481.ezmlm@incubator.apache.org> Date: Thu, 16 Feb 2012 18:12:39 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <9AEC7F2D-5EA3-4DC2-BC79-73AAB76FC4CE@berkeley.edu> References: <1329437528.39481.ezmlm@incubator.apache.org> To: giraph-user@incubator.apache.org X-Mailer: Apple Mail (2.1257) Hi Giraph community, I think I followed all of the directions (for a Giraph on a = psuedo-cluster), and it looks like > mvn clean test -Dprop.mapred.job.tracker=3Dlocalhost:9001 runs fine. However, I'm new to the Hadoop infrastructure, and have a = couple of questions about getting started with Giraph. 1) > hadoop jar target/giraph-0.2-SNAPSHOT-jar-with-dependencies.jar = org.apache.giraph.benchmark.PageRankBenchmark -e 1 -s 3 -v -V 50 -w 3 gives me the error "java.lang.NullPointerException at at = org.apache.giraph.benchmark.PageRankBenchmark.run(PageRankBenchmark.java:1= 27)" It looks like some error with configuration? 2) How should I / do I enable the log4j? An appender that writes to the = HDFS? How else could I grep all my logs for errors and things? 3) With regard to Giraph and maven, none of the directions suggested = doing "local overrides." Therefore, why should I expect my Giraph = installation to refer to libraries and configuration in = "~/Applications/hadoop or zookeeper" rather than those in "~.m2/repo?" 4) Why doesn't running maven for Giraph install hadoop along the way (or = does it)? I'd appreciate if you'd help improve my understanding! Thanks! -Jeff