startDataNode

Syntax

startDataNode(X)

Arguments

X is a vector, which contains information about the data nodes to be started.

Details

Start data nodes on a cluster controller.

Examples

$ x = ["192.168.1.27:8506","192.168.1.27:8502","192.168.1.27:8527"]
$ startDataNode(x);