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 DD75410D98 for ; Tue, 2 Jul 2013 08:25:13 +0000 (UTC) Received: (qmail 91261 invoked by uid 500); 2 Jul 2013 08:25:06 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 91222 invoked by uid 500); 2 Jul 2013 08:25:06 -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 91176 invoked by uid 99); 2 Jul 2013 08:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 08:25:01 +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 pasupathym@biginfolabs.com designates 209.85.214.54 as permitted sender) Received: from [209.85.214.54] (HELO mail-bk0-f54.google.com) (209.85.214.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 08:24:55 +0000 Received: by mail-bk0-f54.google.com with SMTP id it16so2139695bkc.27 for ; Tue, 02 Jul 2013 01:24:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=gDY8ZGnL/ep4eUxgGIssRi1ZLIHVOTfYwzQi42/NML0=; b=QG3U0Z8xioJcNnxFZZcGkdQzNw7jx74WM0XkTgnQr4pv/WtM+mEY3tpeuAAMkQaD0G Zsw2fNL4N+xvuWD7hWRhVyps5ne3SXWSVvTSSM5d0MJaQcUIT+hIwFK/5DotZ7/uZIhW 3kvDljEOv/qoYB9EXYrBTXPo+frmYypbRMwmdi/r3rJtakfvz/fqyt1uZfqngR+9Lf9+ fT/IsVRLGfX6MyopHN5QCSCYUxrXJlOTiFbKa4YvfzblgpIWlVdXMz/rJackIh/auFdn ao3Znf3c4BCXPGXVIyNq4PRlXd2+udHv8l5ZBVtsgUNL9aKoAzrypadSyKxYq3FZ00dr MViw== MIME-Version: 1.0 X-Received: by 10.205.10.200 with SMTP id pb8mr3880702bkb.0.1372753473914; Tue, 02 Jul 2013 01:24:33 -0700 (PDT) Received: by 10.204.187.74 with HTTP; Tue, 2 Jul 2013 01:24:33 -0700 (PDT) X-Originating-IP: [101.63.190.114] Date: Tue, 2 Jul 2013 13:54:33 +0530 Message-ID: Subject: MapWritable messages in Giraph From: Pasupathy Mahalingam To: user@giraph.apache.org Content-Type: multipart/alternative; boundary=20cf301cc62a2d8e9f04e0831322 X-Gm-Message-State: ALoCoQkMkSizl9uJH4sLoa52CntTqox1UNTHCSC2bfKRQsWo1hTGlD5XKftP+j4K5tcp3UiTqg27 X-Virus-Checked: Checked by ClamAV on apache.org --20cf301cc62a2d8e9f04e0831322 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to send messages that is MapWritable MapWritable msg = new MapWritable(); msg.put(new Text("test"), new DoubleWritable(edgeWeightage)); sendMessage(edge.getTargetVertexId(), msg); However, I find that this is throwing exception (IllegalStateException) Any inputs on what to take care while sending MapWritable messages? Rgds Pasupathy --20cf301cc62a2d8e9f04e0831322 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I'm trying t= o send messages that is MapWritable

=A0=A0=A0=A0=A0 MapWritable msg = =3D new MapWritable();
=A0=A0=A0=A0=A0 msg.put(new Text("test"= ), new DoubleWritable(edgeWeightage));
=A0=A0=A0=A0=A0 sendMessage(edge.getTargetVertexId(), msg);

Ho= wever, I find that this is throwing exception (IllegalStateException)
Any inputs on what to take care while sending MapWritable messages?=

Rgds
Pasupathy
--20cf301cc62a2d8e9f04e0831322--