Removing Multiple Nodes from a Cluster

Remove multiple nodes from a Big Data Service cluster.

Note

When you remove a node, Big Data Service decommissions the node before deleting it. However, if the decommissioning process doesn't finish in the 40-minute time limit, the request fails. Time taken to decommission a node depends on the number of blocks in the node that need to be moved. Therefore, we recommend that you decommission a node before removing it from the cluster.

See also Removing a Node from a Cluster.

Before You Begin

Required permission for removing multiple nodes from a cluster: BDS_BULK_DELETE

    1. On the List of cluster nodes list page, select the checkboxes for the nodes that you want to delete. If you need help finding the list page or the node, see Listing Cluster Nodes.
    2. Select Delete node.
    3. In the Delete node dialog box, enter the cluster admin password.
    4. (Optional) To delete the node after it's gracefully decommissioned and deleted from Ambari, select FORCE DELETE.
    5. Select Delete.
  • Use the oci bds instance remove-nodes command and required parameters to remove multiple nodes from a cluster:

    oci bds instance remove-nodes --bds-instance-id <bds_instance_id> --instance-ids <list_of_node_ids> --cluster-admin-password <cluster_admin_password> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the RemoveNodes operation to remove multiple nodes from a cluster.