Home Applications Cache-map-reduce

Cache-map-reduce

by 
InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
0
Awards
111
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
Articles (1)
Simple Map-Reduce interface implementation for InterSystems ObjectScript

What's new in this version

Initial Release

cache-map-reduce

Simple Map-Reduce interface implementation for Caché ObjectScript

Map-Reduce is implemented via global-based pipe (“global” here is the name
Caché persistent, hierarchical array.

There are several samples of Map-Reduce application, all of them are counting
words in the set of input files (“War and Peace” in Russian by Leo Tolstoy):

  • MR.Sample.WordCountMapReduce - count number of words for each file separately;
  • MR.Sample.WordCountMapReduceSum - count words in files and calculate their total sum;
  • MR.Sample.WordCountMapReduceWorkers - count words concurrently, using %SYSTEM.WorkMgr for parallel execution.

The next step - is to use %Net.RemoteConnection for remote execution and coordination.

Version
1.21.301 Jun, 2018
Category
Technology Example
Works with
Caché
First published
01 Jun, 2018
Last edited
01 Jun, 2018