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

Function Init

worker/mainInterface.go:15–18  ·  view source on GitHub ↗
(masterIP string)

Source from the content-addressed store, hash-verified

13var MasterIP string
14
15func Init(masterIP string) {
16 MasterIP = masterIP
17 log.SetLevel(log.TraceLevel)
18}
19
20func StartWorker(pluginFile string, nReduce int, addr string, storeInRAM bool) {
21 // start gRPC server

Callers 2

startSingleMachineWorkerFunction · 0.92
startWorkerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected