Information about existing clusters
Detailed information about each Data Proc cluster created is available.
Getting a list of clusters in a folder
Go to the folder page and select Data Proc.
If you don't have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To request a list of Data Proc clusters in the default folder, run the command:
yc dataproc cluster list
Use the list API method.
Getting detailed information about a cluster
- Go to the folder page and select Data Proc.
- Click on the name of the cluster you need.
If you don't have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get Data Proc cluster details, run the command:
yc dataproc cluster get <cluster name or ID>
You can get the cluster ID and name with a list of clusters in the folder.
Use the get API method and pass the cluster ID in the clusterId
parameter of the request.
You can get the cluster ID with a list of clusters in the folder.
Viewing a list of operations in a cluster
- Go to the folder page and select Data Proc.
- Click on the name of the cluster and open the Operations tab.
If you don't have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get a list of operations, run the command:
yc dataproc cluster list-operations <cluster name or ID>
You can get the cluster ID and name with a list of clusters in the folder.
Use the listOperations API method and pass the cluster ID in the clusterId
parameter of the request.
You can get the cluster ID with a list of clusters in the folder.