Listing Clusters in a Compartment
You can list all clusters in a compartment on the Big Data Service Cluster page.
Cluster Information
Following is the information provided for each cluster on the Clusters list page.
- Name: a name in the Name column to show details about the cluster.
- State: The state of the cluster such as Creating, Active, or Deleted. Note
Suspending clusters isn't supported in this release. - Number of nodes: The number shows the combined total number of master nodes and worker nodes in the cluster.
- Secure and highly available: This option is set when a cluster is created. If a cluster was created as secure and highly available, it remains secure and highly available throughout the lifetime of the cluster.
- Version: Shows whether the cluster was created using Oracle Distribution including Apache Hadoop (ODH).
- Created: Shows when the cluster was created.
Stopping and Starting Clusters
To optimize the service cost of a cluster, select Stop to stop a cluster and select Start to restart a cluster that's inactive. See Stopping and Starting Clusters.
Filtering List Results
Use filters to limit the clusters in the list.
From the Search and Filter box above the list table, select one or more filters and specify the values that you want to use to narrow the list. In general, the filters correspond to the columns shown in the list table, although some filters represent attributes that aren't shown in the table. The Compartment filter is always displayed next to Applied filters.
To search by cluster name, enter a full or partial cluster name in Search and Filter and then select Search. To clear entered text, select the clear icon.
Change the order of the items in the list table by using the sort icons next to the column names.
For information about searching for resources and managing the columns in the list table, see Listing Resources.
Actions
In the list table, select the name of a cluster to open its details page, where you can view its status and perform other tasks.
To perform an action on a cluster directly from the list table, select an available option from the Actions menu in the row for that cluster:
- View cluster details: Get details for the cluster.
- Stop: Stop the cluster.
- Start: Start the cluster
- Add nodes: Add a worker or edge node to the cluster.
- Add block storage: Add block storage to the cluster.
- Rename cluster: Rename the cluster.
- Update encryption: Update encryption for the cluster.
- Terminate big data cluster: Delete the cluster.
To create a cluster, select Create cluster.
Use the oci bds instance list command and required parameters to list all clusters in a compartment.
oci bds instance list --compartment-id <compartment_id> [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.
Use the ListBdsInstances operation to list all clusters in a compartment.