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 9F66110601 for ; Mon, 12 May 2014 05:48:39 +0000 (UTC) Received: (qmail 31432 invoked by uid 500); 12 May 2014 05:41:59 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 31391 invoked by uid 500); 12 May 2014 05:41:59 -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 31383 invoked by uid 99); 12 May 2014 05:41:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2014 05:41:59 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marsty5@gmail.com designates 209.85.216.179 as permitted sender) Received: from [209.85.216.179] (HELO mail-qc0-f179.google.com) (209.85.216.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2014 05:41:53 +0000 Received: by mail-qc0-f179.google.com with SMTP id x3so7155140qcv.24 for ; Sun, 11 May 2014 22:41:32 -0700 (PDT) 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=N6ipIR/HGRCrQiZYQgdpRBbC9FpFt3jB1BQ6YWWGTM8=; b=Y0hv/rQSNXxYzXeM7+ItBUFs3RK0r5NOQPkOUiT2o/6gBXauUo1ag09Xx1lOQ47QYp jUGGQCdhnz0ruHbgozp3eVMkjJRkK6OAK5HeijYcJ/RQ6wLEIWKF/hB1P1TpKWQ79g9b IkNk9y2bFhsY/5z5Eyh1iGfB6Gdz3z9vg94EUo3LUyInMKmQW3JqSzPsVfQ0K3/2LTXV lhjDYMisAb27gz3cNwHfV4epFG8Cxb12FWpfhdFdCvExpH2ySUJZ2bBqHYfAKhfpYxdK nRyy5+ow3ud4NoAZeRAMswJ4pkqKVf0Ll7a8xB2GelQlEX5e4YErEt+0eqAnes7UGR6O vI5w== MIME-Version: 1.0 X-Received: by 10.140.44.72 with SMTP id f66mr260664qga.78.1399873292795; Sun, 11 May 2014 22:41:32 -0700 (PDT) Received: by 10.96.16.200 with HTTP; Sun, 11 May 2014 22:41:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 May 2014 07:41:32 +0200 Message-ID: Subject: Re: MessageCombiner From: Maria Stylianou To: "user@giraph.apache.org" Content-Type: multipart/alternative; boundary=001a1139a7e459064c04f92d6685 X-Virus-Checked: Checked by ClamAV on apache.org --001a1139a7e459064c04f92d6685 Content-Type: text/plain; charset=UTF-8 Hi Nishant, Can you be more specific? Are you trying to combine all incoming messages of a vertex into one message? What do you mean combine? Add values? Or append to a list? The message can be a list so you can put all values together. Maria On Sunday, May 11, 2014, nishant gandhi wrote: > Hi, > I am trying to write code that use Combiner. I want to combine all message > into one for each vertex. That one message contains message value bigger > than all the other message values. > Please help. > > Nishant Gandhi > M.Tech. CSE > IIT Patna > -- Sent from Android Mobile --001a1139a7e459064c04f92d6685 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Nishant,

Can you be more specific? Are you trying to = combine all incoming messages of a vertex into one message? What do you mea= n combine? Add values? Or append to a list?=C2=A0
The message can= be a list so you can put all values together.

Maria

On Sunday, May 11, 2014, nish= ant gandhi <nishantgandhi99= @gmail.com> wrote:
Hi,
I am trying to write code that use = Combiner. I want to combine all message into one for each vertex. That one = message contains message value bigger than all the other message values.
Please help.

Nishant Gandhi
M.Tech. CSE
IIT Patna


--
Sent from Android Mobile
--001a1139a7e459064c04f92d6685--