tencent cloud

Elastic MapReduce

  • Release Notes and Announcements
  • Product Introduction
  • Purchase Guide
    • EMR on CVM Billing Instructions
    • EMR on TKE Billing Instructions
    • EMR Serverless HBase Billing Instructions
    • EMR Serverless TCBase Billing Overview
  • Getting Started
  • EMR on CVM Operation Guide
    • Planning Cluster
    • Administrative rights
    • Configuring Cluster
    • Managing Cluster
    • Managing Service
    • Monitoring and Alarms
    • TCInsight
  • EMR on TKE Operation Guide
  • EMR Serverless HBase Operation Guide
  • EMR Serverless TCBase Operation Guide
  • EMR Development Guide
    • Hadoop Development Guide
    • Spark Development Guide
    • Hbase Development Guide
    • Phoenix on Hbase Development Guide
    • Hive Development Guide
    • Presto Development Guide
    • Sqoop Development Guide
    • Hue Development Guide
    • Oozie Development Guide
    • Flume Development Guide
    • Kerberos Development Guide
    • Knox Development Guide
    • Alluxio Development Guide
    • Kylin Development Guide
    • Livy Development Guide
    • Kyuubi Development Guide
    • Zeppelin Development Guide
    • Hudi Development Guide
    • Superset Development Guide
    • Impala Development Guide
    • Druid Development Guide
    • TensorFlow Development Guide
    • Kudu Development Guide
    • Ranger Development Guide
    • Kafka Development Guide
    • StarRocks Development Guide
    • Flink Development Guide
    • JupyterLab Development Guide
    • MLflow Development Guide
  • Practical Tutorial
    • Practice of EMR on CVM Ops
    • Data Migration
    • Practical Tutorial on Custom Scaling
  • API Documentation
    • History
    • Introduction
    • API Category
    • Making API Requests
    • Cluster Resource Management APIs
    • Cluster Services APIs
    • User Management APIs
    • Information Query APIs
    • Scaling APIs
    • Configuration APIs
    • Other APIs
    • Cluster Lifecycle APIs
    • Serverless HBase APIs
    • YARN Resource Scheduling APIs
    • Data Types
    • Error Codes
  • FAQs
    • EMR on CVM
  • Service Level Agreement
  • Contact Us

HBase Table Analysis

Download
Focus Mode
Font Size
Last updated: 2023-12-27 14:45:41

Overview

Table analysis provides information such as the numbers of read/write requests and storage information for an entire HBase table, each individual region within the table, and each region server. The feature also supports analyzing the read/write queries per second (QPS) and their trends for the corresponding table or region server in practical scenarios.

Directions

1. Log in to the EMR console and click the ID/Name of the corresponding cluster in the cluster list.
2. On the cluster details page, click Cluster Service and choose Operation > Table analysis in the top-right corner of the HBase component block to query HBase table loads.

Supported Operations in the Table List

In the HBase table list, you can view information about the read QPS, write QPS, MetaStore storage, and StoreFile size for each table. You can also identify the top tables in the cluster by using the sorting button in each column.


Viewing table details

Click a table name to obtain a detailed view of the table. The details page displays the numbers of read/write requests, MemStore storage, and storeFile size for the entire table or each individual node. You can switch between nodes by using the node filter in the top-right corner.


Viewing the overall region information

Click Regions to view the overall region information, including the number of read/write requests for each region in the table, which helps you identify hot spot regions.


Viewing region details

Click a region name to obtain the detailed view of the region. The details page displays the numbers of read/write requests for the table at different time granularities. Select an option from Time granularity in the top-right corner to switch between different time granularities.


Viewing the overall region server information

Click RegionServers to view the request latencies of each region server that hosts one or more regions in the table.


Region Analysis

With region analysis, you can search for the table that a specific region belongs to or filter results by the region server that hosts the region. By examining the average request QPS and average read/write QPS, you can identify hot spots in the cluster where a large number of requests are being processed.

By clicking the view button in the "Average read QPS" or "Average write QPS" column header, you can view the trend of read/write QPS for the current region and observe sudden changes in request traffic. You can specify the time range for the information displayed.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback