Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Yandex Data Proc
  • Practical guidelines
    • All practical guidelines
    • Working with jobs
      • Overview
      • Working with Hive jobs
      • Working with MapReduce jobs
      • Working with PySpark jobs
      • Working with Spark jobs
      • Running Apache Hive jobs
      • Running Spark applications
      • Running jobs from a remote host
    • Configuring networks for Data Proc
    • Using Yandex Object Storage in Data Proc
    • Exchanging data with Yandex Managed Service for ClickHouse
    • Importing data from Yandex Managed Service for MySQL clusters using Sqoop
    • Importing data from Yandex Managed Service for PostgreSQL clusters using Sqoop
    • Using initialization scripts to configure GeeseFS in Data Proc
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Connecting to a cluster
    • Updating clusters
    • Managing subclusters
    • Updating subclusters
    • Connecting to component interfaces
    • How to use Sqoop
    • Managing jobs
      • All jobs
      • Spark jobs
      • PySpark jobs
      • Hive jobs
      • MapReduce jobs
    • Deleting clusters
    • Working with logs
    • Monitoring the state of clusters and hosts
  • Concepts
    • Relationships between service resources
    • Host classes
    • Runtime environment
    • Data Proc component interfaces and ports
    • Jobs in Data Proc
    • Automatic scaling
    • Decommissioning subclusters and hosts
    • Network in Data Proc
    • Maintenance
    • Quotas and limits
    • Storage in Data Proc
    • Component properties
    • Logs in Data Proc
    • Initialization scripts
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • ClusterService
      • JobService
      • ResourcePresetService
      • SubclusterService
      • OperationService
    • REST
      • Overview
      • Cluster
        • Overview
        • create
        • delete
        • get
        • list
        • listHosts
        • listOperations
        • listUILinks
        • start
        • stop
        • update
      • Job
        • Overview
        • cancel
        • create
        • get
        • list
        • listLog
      • ResourcePreset
        • Overview
        • get
        • list
      • Subcluster
        • Overview
        • create
        • delete
        • get
        • list
        • update
  • Revision history
    • Service updates
    • Images
  • Questions and answers
  1. Step-by-step instructions
  2. Information about existing clusters

Information about existing clusters

Written by
Yandex Cloud
  • Getting a list of clusters in a folder
  • Getting detailed information about a cluster
  • Viewing a list of operations in a cluster

Detailed information about each Data Proc cluster created is available.

Getting a list of clusters in a folder

Management console
CLI
API

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

Management console
CLI
API
  1. Go to the folder page and select Data Proc.
  2. 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

Management console
CLI
API
  1. Go to the folder page and select Data Proc.
  2. 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.

Was the article helpful?

Language / Region
© 2022 Yandex.Cloud LLC
In this article:
  • Getting a list of clusters in a folder
  • Getting detailed information about a cluster
  • Viewing a list of operations in a cluster