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 0BB6AE275 for ; Wed, 26 Dec 2012 19:57:06 +0000 (UTC) Received: (qmail 19514 invoked by uid 500); 26 Dec 2012 19:57:05 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 19447 invoked by uid 500); 26 Dec 2012 19:57:05 -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 19439 invoked by uid 99); 26 Dec 2012 19:57:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2012 19:57:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apache.mailbox@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vb0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2012 19:57:00 +0000 Received: by mail-vb0-f45.google.com with SMTP id p1so9103509vbi.18 for ; Wed, 26 Dec 2012 11:56:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WF79DI2unqRdDihtzvnliWd8rergNcj6WgOr2upLmac=; b=bmHgAu1qaS5XjnkS3v3QkJ5Xdv3JSDes+phYUZ9p8ItDsPjLxiuEJ7GAzLGzCEAXJ/ uVo/rpE4rKEh108yNgH9Y1HDoDiwv6zBogQHqcIRSCTKk0NugbhQ/MA5JeZS7KX6XMg3 fMX42vFdXguCWs46kXUVchD77SrosdKaCGUVHUKdPCLR2PZaefwK+9bEd2wvhCuFnMbL UQ+6+Jbw6v6BSdXrBV1uSukDmfiiaj9XQIbx4cgKkKyLcSP7LRw8WKyqqlAC8K8i3Lkh yOtm9r7DPkBY21083O+gA1P6SZm4r1gvce7Yss//oOQGBDk1/jlVmogLZXJAXBLaHCrP B1rQ== MIME-Version: 1.0 Received: by 10.52.155.229 with SMTP id vz5mr38956603vdb.17.1356551799158; Wed, 26 Dec 2012 11:56:39 -0800 (PST) Received: by 10.220.249.138 with HTTP; Wed, 26 Dec 2012 11:56:39 -0800 (PST) In-Reply-To: References: Date: Wed, 26 Dec 2012 11:56:39 -0800 Message-ID: Subject: Re: [jira] [Commented] (GIRAPH-454) Fix typo in munge comments in TestBspBasic From: Eli Reisman To: dev@giraph.apache.org Content-Type: multipart/alternative; boundary=bcaec53aedf41bb8b404d1c6d4e0 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec53aedf41bb8b404d1c6d4e0 Content-Type: text/plain; charset=ISO-8859-1 Thanks again, I am trying to run hadoop 2.0.2-alpha with Giraph now so it was perfect timing! I didn't see Nitay's post -- was it on the mailing lists or in a particular JIRA thread? On Sun, Dec 23, 2012 at 10:00 AM, Eugene Koontz (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/GIRAPH-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539064#comment-13539064] > > Eugene Koontz commented on GIRAPH-454: > -------------------------------------- > > I followed the directions in the link that Nitay posted and set up a > ~/.netrc per those directions. Push seems to have worked - just pushed the > commit to fix this JIRA to > https://git-wip-us.apache.org/repos/asf/giraph.git. Thanks Nitay and > thanks Eli for rebasing the patch! > > > Fix typo in munge comments in TestBspBasic > > ------------------------------------------ > > > > Key: GIRAPH-454 > > URL: https://issues.apache.org/jira/browse/GIRAPH-454 > > Project: Giraph > > Issue Type: Bug > > Components: test > > Reporter: Eugene Koontz > > Assignee: Eugene Koontz > > Attachments: GIRAPH-454-2.patch, GIRAPH-454.patch > > > > > > Simply missing some comment delimiters in the imports part of the test. > Without this change, {{TestBspBasic}} can't compile, but with this change, > Hadoop 2.0.2 profile build: > > {{mvn -Phadoop_2.0.2 clean verify}} > > succeeds. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira > --bcaec53aedf41bb8b404d1c6d4e0--