Hi Val, Thanks. Could you please point me to mapreduce example that runs on cache ?
thanks. On 7 February 2017 at 05:47, vkulichenko <[email protected]> wrote: > Yes, you can create a map reduce task, execute local query within each job > (use Query.setLocal(true)), and update queried entries accordingly. > > Also note that each SQL table in Ignite has predefined _key field that > returns key object, so you can return set of keys from the query. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/EntryProcessor-for-cache-tp10432p10462.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
