Restarting a Cluster's Node
You can restart a single node of a cluster from the Big Data Service Cluster details page.
- Open the navigation menu and click Analytics & AI. Under Data Lake, click Big Data Service.
- Under Compartment, select the compartment that contains the cluster.
- In the list of clusters, click the name of the cluster.
- On the Cluster details page, click the Action menu for the node that you want to restart, and then select Restart node.
- In the Restart node panel, enter the name of the node to restart, and click Restart.
- Use the oci bds instance restart-node command and required parameters to restart a node.
oci bds instance restart-node --bds-instance-id <bds_instance_id> --node-id <node_id> [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.
Use the RestartNode operation to restart a cluster node.