<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10.08.2012 13:36, Mircea Markus
      wrote:<br>
    </div>
    <blockquote
      cite="mid:46F4D253-724C-49D5-A33B-9023F77AB1C2@jboss.com"
      type="cite"><br>
      <div>
        <blockquote type="cite">
          <div><font class="Apple-style-span" color="#000000"><br>
            </font>2) In case I do not have an Reduce job, I'd like to
            avoid provide <br>
            Reducer. Creating feature request that reducedWith(...) is
            optional?<br>
            <br>
          </div>
        </blockquote>
        As you don't need a reducer, have you considered using the
        DistributedExecutorService with a&nbsp;DistributedCallable for that?<br>
      </div>
    </blockquote>
    <br>
    I wanted to execute an operation only once on every key, independend
    how many nodes are owner of the entry. <br>
    The DistCallable approach was my first solution, where I checked at
    every node for every entry, if the current node is owner, before I
    modified it.<br>
    So using the Mapper was a much simpler solution.<br>
  </body>
</html>