Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Way to access counter value in driver?

Received: by 10.91.68.3 with SMTP id v3mr770075agk.28.1299277351759;
        Fri, 04 Mar 2011 14:22:31 -0800 (PST)
X-BeenThere: dumbo-user@googlegroups.com
Received: by 10.91.87.7 with SMTP id p7ls458951agl.3.p; Fri, 04 Mar 2011
 14:22:31 -0800 (PST)
MIME-Version: 1.0
Received: by 10.90.201.4 with SMTP id y4mr61470agf.11.1299277351233; Fri, 04
 Mar 2011 14:22:31 -0800 (PST)
Received: by f36g2000pri.googlegroups.com with HTTP; Fri, 4 Mar 2011 14:22:31
 -0800 (PST)
Date: Fri, 4 Mar 2011 14:22:31 -0800 (PST)
X-IP: 129.2.129.37
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US)
 AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13,gzip(gfe)
Message-ID: <d816be64-f421-47be-8d15-6568650a5e94@f36g2000pri.googlegroups.com>
Subject: Way to access counter value in driver?
From: Jordan Boyd-Graber <jorda...@gmail.com>
To: dumbo-user <dumbo-user@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1


Hi all,

I'd like to use a counter to assess convergence of a MapReduce
algorithm.  It's clear how I can increment counters inside of a mapper
or reducer, but how can I get the counter value in the driver (e.g.
before I add another map/reduce iteration)?

Thanks!