package master import ( "github.com/mhaya" ) func Run(profileFilePath, nodeId string) { app := mhaya.Configure(profileFilePath, nodeId, false, mhaya.Cluster) app.Startup() }