All Products
Search
Document Center

E-MapReduce:View cluster information

Last Updated:Mar 25, 2026

View the status, resource usage, and configuration details of your EMR on ACK clusters.

Prerequisites

Before you begin, ensure that you have:

View the cluster list

  1. Log on to the EMR on ACK console.

  2. On the EMR on ACK page, view the cluster list.

    ParameterDescription
    Cluster ID/NameThe ID and name of the cluster.
    Cluster TypeThe type of the cluster.
    StatusThe current lifecycle state of the cluster. See Cluster status reference.
    Cluster Resource UsageThe CPU and memory usage of the cluster. To view per-component resource consumption, go to the Container Service for Kubernetes (ACK) console and check the resource usage of the corresponding pods.
    ACK ClusterThe name of the ACK cluster.
    NamespaceThe namespace of the ACK cluster.
    Created AtThe time when the cluster was created.
    ActionsAvailable operations: Configure — manage service configurations (see Manage configuration items); Release — release the cluster (see Release a cluster).

View cluster details

  1. Log on to the EMR on ACK console.

  2. On the EMR on ACK page, click the name of the cluster you want to inspect.

  3. On the Cluster Details page, review the following information.

    ParameterDescription
    Cluster NameThe name of the cluster created in EMR on ACK.
    Cluster IDThe ID of the cluster created in EMR on ACK.
    ACK Cluster / Number Of Dedicated NodesThe name of the ACK cluster and the number of dedicated nodes.
    NamespaceThe namespace of the ACK cluster.
    OSS BucketThe bucket created in the Object Storage Service (OSS) console.
    Cluster TypeThe type of the cluster.
    Product VersionThe version information of the product.
    VPCThe VPC information of the ACK cluster.
    Creation AtThe time when the cluster was created.
    Cluster Resource UsageThe CPU and memory usage of the cluster.
    Maximum ResourceThe value of the ResourceQuota property for the ACK namespace that corresponds to the EMR cluster.
    Associated ShuffleServiceThe association status of ShuffleService. Defaults to Not Associated. To associate a ShuffleService, click Associate.
    Data Lake Formation (DLF)The status of Data Lake Formation (DLF). Defaults to Disabled. To enable DLF, click Enable.

Cluster status reference

A cluster moves through a sequence of states during its lifecycle: it starts with Initializing, transitions to Running once ready, and eventually reaches Released after you release it. The following table describes each state.

StatusDescription
InitializingThe cluster is being created.
RunningThe cluster is running normally.
ReleasingThe cluster is being released. This state is entered after you click Release.
ReleasedThe cluster has been released. Only cluster configuration is retained — job information is not saved.
Initialization FailedThe cluster failed to initialize. Basic configuration information (such as the cluster name and ID) is retained, but the cluster is unavailable. Configuration information is kept in the cluster list for seven days.
Release FailedThe cluster failed to be released.
AbnormalThe cluster is in an abnormal state.

What's next