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 B0910101AF for ; Mon, 7 Oct 2013 01:04:46 +0000 (UTC) Received: (qmail 33550 invoked by uid 500); 7 Oct 2013 01:04:46 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 33511 invoked by uid 500); 7 Oct 2013 01:04:46 -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 33502 invoked by uid 99); 7 Oct 2013 01:04:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 01:04:46 +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 (nike.apache.org: local policy) Received: from [142.58.101.28] (HELO pobox.sfu.ca) (142.58.101.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 01:04:39 +0000 Received: from [192.168.1.7] (d205-250-235-4.bchsia.telus.net [205.250.235.4] (may be forged)) (authenticated bits=0) by pobox.sfu.ca (8.13.6/8.13.5/SFU-6.0G) with ESMTP id r9714B0c008846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 6 Oct 2013 18:04:16 -0700 (PDT) Message-ID: <5252088B.6050104@sfu.ca> Date: Sun, 06 Oct 2013 18:04:11 -0700 From: Matthew Laird User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: user@giraph.apache.org Subject: Re: Giraph & yarn build References: <5251EE7E.2040602@sfu.ca> In-Reply-To: <5251EE7E.2040602@sfu.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Further, I let it go and after two hours I see the file: /giraph-core/target/munged/main/org/apache/giraph/yarn/GiraphYarnTask.java.rej is now 295GB in size. I'm not sure what it's stuck doing after applying this patch... Thanks. On 06/10/13 16:13, Matthew Laird wrote: > Hello, > > I'm trying to build giraph against Hadoop 2.0.5, and I've been > browsing the mailing list archives but am still having an issue. I > found the previous thread where Eli points to > > https://issues.apache.org/jira/browse/GIRAPH-688 > > I've grabbed the patch and applied it against a clone from git > (http://git-wip-us.apache.org/repos/asf/giraph.git, is that the > correct place to get the latest trunk?) Just like the other fellow > asking a few months ago, patch complains the patch has been applied > before. > > Once applied I run the suggested build command: > > mvn -U -Phadoop_yarn clean install > > It reaches > > [INFO] --- munge-maven-plugin:1.0:munge (munge) @ giraph-core --- > > And so far it's been sitting there about 20 minutes at this step, in > another window I can see it's working hard doing something, but I'm > assuming it's stuck doing... I'm not sure what. > > Without the patch I receive the same error the other fellow was having > about dependancies for hadoop not being satisfied. > > Any advice on what might be going on, or is there a better place to > get a snapshot that has the needed patches applied? (I see a lot of > commits since the original thread) > > Thanks! >