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

Function StartMaster

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

Source from the content-addressed store, hash-verified

1package mapreduce
2
3func StartMaster(input []string, plugin string, nReducer int, nWorker int, inRAM bool) {
4 startMaster(input, nWorker, nReducer)
5}

Callers

nothing calls this directly

Calls 1

startMasterFunction · 0.85

Tested by

no test coverage detected