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 980EA17E89 for ; Thu, 7 May 2015 17:22:06 +0000 (UTC) Received: (qmail 3746 invoked by uid 500); 7 May 2015 17:22:06 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 3712 invoked by uid 500); 7 May 2015 17:22:06 -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 Delivered-To: moderator for dev@giraph.apache.org Received: (qmail 5350 invoked by uid 99); 7 May 2015 16:35:59 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=CVKCQwvMm5z4GAngcg2jqeSLMzWOm8a75DdsGFDfKSw=; b=N3D1veRizS9ESvoDPutn+2U2KE1IlGde6ZWbPPSqiCJP9Yaz6NLjYAaAfuwmtMhtbO vfYht5ycLrfvLTVic86Kn/UAybiRAnsnHt4nH2mSiVP7CpX8RhZzLlW7iVWJowqE1YZg PGDD8JNjCHUMDnKfQIwAEafQc6+iIgXi8ZzvUkhH6K7IWjmgeu3VxW3BCSbS3aeqJ/kB B7qkssjQOz6FgyxAdNbDrBCBES9S8y3Ad/PSTEAfKwuXCti/R+94geDoSNjlcvAFDQbO nW1QevfVMkFol4EWdf9i7fGm0CRP/lJkUyvG7ldLh8L1C63mJM3KywPVTyGjI3rV3aOs YMew== X-Gm-Message-State: ALoCoQnqC3Vj2Z+NwARHl4bE/4UGwps4X3sXnvCiExBOtBVUccz5tE0WN0vspZTclI6MTjH2lBwq MIME-Version: 1.0 X-Received: by 10.55.21.31 with SMTP id f31mr10286599qkh.95.1431016550148; Thu, 07 May 2015 09:35:50 -0700 (PDT) Date: Thu, 7 May 2015 18:35:50 +0200 Message-ID: Subject: [Request for review] Giraph implementation of algorithms in Graphalytics benchmark From: =?UTF-8?Q?Mihai_Capot=C4=83?= To: dev@giraph.apache.org Cc: Tim , Claudio Martella Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Dear Giraph developers, We are creating a new graph-processing benchmark at the Delft University of Technology, called Graphalytics [1]. We plan to distribute several algorithm implementations specific to Giraph together with our benchmark [2], such as a breadth-first search implementation [3]. We would be very interested in hearing from you about our Giraph code. Our code is open source (Apache License, version 2.0) and we will gladly accept patches or GitHub pull requests. Regards, Mihai Capot=C4=83, on behalf of the Graphalytics team [1] http://graphalytics.ewi.tudelft.nl [2] https://github.com/tudelft-atlarge/graphalytics-platforms-giraph [3] https://github.com/tudelft-atlarge/graphalytics-platforms-giraph/blob/m= aster/src/main/java/nl/tudelft/graphalytics/giraph/bfs/BreadthFirstSearchCo= mputation.java