Re: Map-reduce proceesing

2016-04-20 Thread Vladimir Ozerov
te.cluster()).broadcast((IgniteCallable<ListPerson>>) > () -> {...});/ > > And than I will reduce the result. > > Is that the best practise to implement MapReduce job in case that I should > process data from cache? > > > > -- > View this message in context: >

Re: Map-reduce proceesing

2016-04-20 Thread dmreshet
luster()).broadcast((IgniteCallable<ListPerson>>) () -> {...});/ And than I will reduce the result. Is that the best practise to implement MapReduce job in case that I should process data from cache? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Map

Re: Map-reduce proceesing

2016-04-20 Thread Vladimir Ozerov
list.add(entry.getValue()); > } > })); > > return list; > } > }); > } > > return jobs; > } > / > > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Map-reduce-proceesing-tp4357.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Map-reduce proceesing

2016-04-20 Thread dmreshet
{ list.add(entry.getValue()); } })); return list; } }); } return jobs; } / -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com