Starting services

You can start the Dgraph, the HDFS Agent, Studio, and the Dgraph Gateway by running the bdd-admin script with the start command.

Run the following command from the Admin Server:
./bdd-admin.sh start [component] <option>

You can specify any of the component and option arguments listed in About the bdd-admin script.

Note: If you start only the Dgraph, the script starts the HDFS Agent, as well.

Examples

The following command starts every Dgraph, HDFS Agent, Studio, and Dgraph Gateway service on all nodes in the cluster:
./bdd-admin.sh start --all
The following command starts the Dgraph and HDFS Agent services on the web009.us.example.com node:
./bdd-admin.sh start --dgraph web009.us.example.com