8 Replies Latest reply on Mar 7, 2012 7:54 AM by sannegrinovero

    Map/Reduce, Distributed execution over a hotrod cluster.?

    utk4rsh

      Hi,

       

      I tried the distributed execution framework(wordCountDemo) supported by infinispan using embedded cache nodes which are started as a part of the program.

      However i want to run a rule engine or task on data that are already on the hot rod cluster node.

      Instantiating a Remotecahe object using remotecache manager didnt help because Mapreduce interface takes Cache<Object, Object> as parameter.

      I am sure i am missing something as i am new to Infinispan.

      Please Help !