Home Applications Cache-map-reduce

Cache-map-reduce

by 
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
0
Awards
91
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
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.

Read more
Version
1.21.301 Jun, 2018
Category
Technology Example
Works with
Caché
First published
01 Jun, 2018