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 982B810CB9 for ; Thu, 21 Nov 2013 21:48:21 +0000 (UTC) Received: (qmail 22193 invoked by uid 500); 21 Nov 2013 21:48:21 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 22153 invoked by uid 500); 21 Nov 2013 21:48:20 -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 22145 invoked by uid 99); 21 Nov 2013 21:48:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 21:48:20 +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 ameya.vilankar@gmail.com designates 209.85.212.41 as permitted sender) Received: from [209.85.212.41] (HELO mail-vb0-f41.google.com) (209.85.212.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 21:48:15 +0000 Received: by mail-vb0-f41.google.com with SMTP id w5so282192vbf.28 for ; Thu, 21 Nov 2013 13:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TcZs6naU7pMmKzikqBjnTlNKc6y5o1I5ShTc8syPoHc=; b=iuBQUq0bx6q1cD7EZHX2wwBMht/foKOyAqYt1M/RohO94+3lUqkHHxBprUeXhsx7Hd lcC582gQAfFLeC44kffXuozPILZU7ze3lxtUldbrOf70Vi/xJa5vGhdy/Q9KdMBN1/E3 F6b01PgwR0yTIq39e/FPZ045M4VsMrFgFt2pBWVaF4DXaNGU/jvudLEtUgS8x7B5opVI 4BX5dNAuChk8h7SyfLLSzKu1kBWqBA0+9Na8B8XhhpW7Oa5JsPm1xK4H2qT36i5roGcX xLCCegRBvq+XN+9U3+JQbcZlO74n3ZVjsrpElVcXhUAjllitxWWA7gKieuoVwTICiinV llPA== MIME-Version: 1.0 X-Received: by 10.220.106.73 with SMTP id w9mr13064vco.34.1385070474656; Thu, 21 Nov 2013 13:47:54 -0800 (PST) Received: by 10.52.107.167 with HTTP; Thu, 21 Nov 2013 13:47:54 -0800 (PST) Date: Thu, 21 Nov 2013 13:47:54 -0800 Message-ID: Subject: Waking up all the vertices after every vertex calls vote to halt From: Ameya Vilankar To: user@giraph.apache.org Content-Type: multipart/alternative; boundary=047d7b343392a18ffb04ebb6d934 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b343392a18ffb04ebb6d934 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am implementing a machine learning algorithm on top giraph. The algorithm converges when all the vertices call voteToHalt or some max number of supersteps have completed. I want to calculate the RMSE error after the algorithm has converged. But the problem is either all the vertices have called vote to halt or (in the case where we reach max supersteps) only some of them are still active. I need to reactivate or wake up all the vertices. Is there any way in giraph that I could do this? Thanks, Ameya Vilankar Zynga --047d7b343392a18ffb04ebb6d934 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
I am implementing a machine learning algorithm on = top giraph. The algorithm converges when all the vertices call voteToHalt o= r some max number of supersteps have completed.=A0
I want to calc= ulate the RMSE error =A0after the algorithm has converged. But the problem = is either all the vertices have called vote to halt or (in the case where w= e reach max supersteps) only some of them are still active.
I need to reactivate or wake up all the vertices. Is there any way in = giraph that I could do this?

Thanks,
Ame= ya Vilankar
Zynga
--047d7b343392a18ffb04ebb6d934--