Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Cluster Runtime Mode

Christian Kreutzfeldt edited this page Apr 16, 2015 · 10 revisions

To operate a processing node in cluster mode, the configuration must modified accordingly:

(local/standalone)

resourceManager:
  mode: LOCAL

(remote resource manager)

resourceManager:
  mode: REMOTE
  protocol: "http"
  host: "localhost"
  port: 9090    

The log should state somewhere that the processing node was successfully registered at the remote resource manager:

2015-04-16 15:18:03 INFO  SPQRNodeServer:76 - [resource manager [mode=REMOTE, protocol=http, host=localhost, port=9090]
2015-04-16 15:18:04 INFO  SPQRNodeServer:84 - node successfully registered [id=037f38a6-e43b-11e4-9ca3-fc4dd4350f4b, proto=http, host=localhost, servicePort=7070, adminPort=7071]
Clone this wiki locally