MCPcopy Create free account
hub / github.com/BWbwchen/MapReduce / StartWorker

Function StartWorker

workerNode.go:3–5  ·  view source on GitHub ↗
(input []string, plugin string, nReducer int, nWorker int, storeInRAM bool)

Source from the content-addressed store, hash-verified

1package mapreduce
2
3func StartWorker(input []string, plugin string, nReducer int, nWorker int, storeInRAM bool) {
4 startWorker(plugin, nWorker, nReducer, storeInRAM)
5}

Callers

nothing calls this directly

Calls 1

startWorkerFunction · 0.85

Tested by

no test coverage detected