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 BD5D91143D for ; Sun, 21 Sep 2014 01:57:54 +0000 (UTC) Received: (qmail 73135 invoked by uid 500); 21 Sep 2014 01:57:54 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 73081 invoked by uid 500); 21 Sep 2014 01:57:54 -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 Received: (qmail 73069 invoked by uid 99); 21 Sep 2014 01:57:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2014 01:57:54 +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.216.51 as permitted sender) Received: from [209.85.216.51] (HELO mail-qa0-f51.google.com) (209.85.216.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2014 01:57:27 +0000 Received: by mail-qa0-f51.google.com with SMTP id j7so1158977qaq.24 for ; Sat, 20 Sep 2014 18:57:26 -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:message-id:subject :from:to:content-type; bh=/AP3GH8/fdeJ4w2DLBAmUyCOiy2BfBjZ/5mq04meyUA=; b=F16Polh0HZC3e0vVRHWoCq9siQu2hHSUFs88dB9FvssnjUBCxicLhk0AvRDTmqQhDm blRSv+HSdy3hcx/cibzArCUQiDxO5AxPQethgInUFjeSCkPkg8cu/LHuf59UlGy8fHID tWdNxT6IZEodCbaLI2yDojyzukKDJaB1tsLcucJUMY1iOmwosfIcQNz/GxEkzynm/cBj p8/PiFnwyTikFgRBJT0wRU0r6yQKHMRkEvPR6p/xLMTuTUbVO0YZQ1bG9YD3Irj03T4P 5BkCJi06lYvYJsOFcP9mFc7NvgYSCVTfz8Glq4ZDEFhJM7pUqSx2OqOC3tG89gy5r6GD IVVQ== MIME-Version: 1.0 X-Received: by 10.140.42.246 with SMTP id c109mr12771014qga.9.1411264646350; Sat, 20 Sep 2014 18:57:26 -0700 (PDT) Sender: shaposhnik@gmail.com Received: by 10.140.92.145 with HTTP; Sat, 20 Sep 2014 18:57:26 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Sep 2014 18:57:26 -0700 X-Google-Sender-Auth: ARvw41WPclMuShMYMpWgokVsO7k Message-ID: Subject: Re: Any giraph version working with Hadoop-2.2.0 From: Roman Shaposhnik To: dev@giraph.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 15, 2014 at 11:28 AM, Arghya Kusum Das wrote: > Sure.... I will try this.... > > I will appreciate if you let me know the compilation command (with maven) > if I want to build it with hadoop2.2.0 support? (what should I specify for > -p -d etc) Just running $ mvn -Phadoop_2 -DskipTests clean package should do the trick. I also found out that our staging repo for 1.1.0 RC0 is still available. If you want the easiest way to run against Hadoop 2.2.0 just download the following Giraph binary: http://repository.apache.org/content/repositories/orgapachegiraph-1001/org/apache/giraph/giraph-dist/1.1.0-hadoop2/giraph-dist-1.1.0-hadoop2-bin.tar.gz Thanks, Roman.