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 CFCF010744 for ; Wed, 11 Dec 2013 12:55:41 +0000 (UTC) Received: (qmail 53614 invoked by uid 500); 11 Dec 2013 12:55:41 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 53565 invoked by uid 500); 11 Dec 2013 12:55:39 -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 53557 invoked by uid 99); 11 Dec 2013 12:55:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 12:55:38 +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 mneumann@spotify.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, 11 Dec 2013 12:55:32 +0000 Received: by mail-vb0-f45.google.com with SMTP id i12so1562415vbh.4 for ; Wed, 11 Dec 2013 04:55:10 -0800 (PST) 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 :content-type; bh=qHCqlqVKPhQApGpm55oJRZbMRUHCZ/Fbwm0HI7Bygc4=; b=iA8WUr09BHk9gdZytHXCowqfwZI8I/7QIHF6zSZkd3bluo3kOvnDN6P1Pe/dc5/F+6 x6W/DT2yTr0sGwDNSDfdjdwpt7vty/38oF/TN8Iwb+lHRjWaAWs06/dOHaKtjpl4jrU5 DRmcqSt2rop5+HcajTOKYKBTRCII9SmX/78iLychXCblUP7ypUBX1DK2rthhl5eLQ5Hw 4N8hxVxjtahj5i2OZlN/qZE+Jl3YLxVFEI+PMCUUveG76ZiF+zDk2spvad3KJZ/JO5UD vcuJVQph67KygrtVmj+ETnNskhuZjLYcunSziDsJTnSU3lmYBR0l/VCIY2pBK/4AKNVZ 9OOg== X-Gm-Message-State: ALoCoQlxQ7Ugn52iYDKdeKISNAzMSRETGNuhhtz+AOakfHgozGQZBf59sa3yL+mNBiVgmMuHzEOP MIME-Version: 1.0 X-Received: by 10.52.117.135 with SMTP id ke7mr425032vdb.43.1386766510271; Wed, 11 Dec 2013 04:55:10 -0800 (PST) Received: by 10.58.218.202 with HTTP; Wed, 11 Dec 2013 04:55:10 -0800 (PST) Date: Wed, 11 Dec 2013 13:55:10 +0100 Message-ID: Subject: Giraph running custom giraph job From: Martin Neumann To: user@giraph.apache.org Content-Type: multipart/alternative; boundary=bcaec54859683b402104ed41bd33 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54859683b402104ed41bd33 Content-Type: text/plain; charset=ISO-8859-1 Hej, I did run the example from the project and I now want to run my own Giraph job. But I'm not 100% sure how. I created a new java project with maven including Giraph 1.0.0 core as dependecy and created the following classes: Vetex, Combiner, EdgeInputFormat, VerteOutputFormat Do I have to implement a "Runner" as well for this if yes what is super class I have to implement. Alternative can I use the GiraphRunner and if so how do I tell it about the Combiner, Vertex etc. If anyone has a link to a good step by step example of how to create your own jar to run with Giraph that would be very helpfull. In case its important I'm running giraph from the Apace BigTop project. I assume its 1.1.0 thanks for the help martin --bcaec54859683b402104ed41bd33 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hej,

I did run the example from the= project and I now want to run my own Giraph job. But I'm not 100% sure= how.

I created a new java project with maven including G= iraph 1.0.0 core as dependecy and created the following classes: Vetex, Com= biner, EdgeInputFormat, VerteOutputFormat
Do I have to implement a "Runner" as well for this if yes what is= super class I have to implement. Alternative can I use the GiraphRunner an= d if so how do I tell it about the Combiner, Vertex etc.

If anyone has a link to a good step by step example of how to create your o= wn jar to run with Giraph that would be very helpfull.

In= case its important I'm running giraph from the Apace BigTop project. I= assume its 1.1.0


thanks for the help
martin
<= br>

--bcaec54859683b402104ed41bd33--