Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMBARI-25457 Hive 3 Grafana dashboards showing outdated metrics #3168

Merged
merged 1 commit into from Jan 17, 2020

Conversation

payert
Copy link

@payert payert commented Jan 16, 2020

Some of the metrics' name has been changed in Hive 3.
Due to this change many graphs shows no data on Hive Home, HiveServer2
and HiveMetastore dashboards.

What changes were proposed in this pull request?

Suggested changes:

HiveSever2
The default.General.api_get_all_databases and default.General.api_get_partitions_by_names metrics are not provided by HiveServer2 anymore - only by HiveMetastore - so the "API Times" row with the two charts has been removed.

Hive Metastore

Original Name New Name
default.General.api_get_all_databases_75thpercentile default.General.api_get_databases_75thpercentile
default.General.api_get_all_databases_999thpercentile default.General.api_get_databases_999thpercentile
default.General.memory.heap.max default.General.heap.max
default.General.memory.heap.used default.General.heap.used
default.General.memory.heap.committed default.General.heap.committed
default.General.memory.non-heap.max default.General.non-heap.max
default.General.memory.non-heap.used default.General.non-heap.used
default.General.memory.non-heap.committed default.General.non-heap.committed

Hive Home

Original Name New Name
default.General.init_total_count_db default.General.total_count_dbs
default.General.init_total_count_tables default.General.total_count_tables
default.General.init_total_count_partitions default.General.total_count_partitions
default.General.api_create_table_count api_create_table_req_count
default.General.memory.heap.max default.General.heap.max
default.General.memory.heap.used default.General.heap.used
default.General.memory.heap.committed default.General.heap.committed
default.General.memory.non-heap.max default.General.non-heap.max

How was this patch tested?

A cluster with Ambari 2.7.5 was upgraded to the version containing this change and manual validation of the three affected Hive dashboards was done.

Some of the metrics' name has been changed in Hive 3.
Due to this change many graphs shows no data on Hive Home, HiveServer2
and HiveMetastore dashboards.

Change-Id: Ib2dc5889ee9cbc5552087baa6a5813c3204d0d28
Copy link
Contributor

@hapylestat hapylestat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm+1

@hapylestat hapylestat merged commit aba871e into apache:branch-2.7 Jan 17, 2020
payert added a commit to payert/ambari that referenced this pull request Apr 16, 2020
…he#3168)

Some of the metrics' name has been changed in Hive 3.
Due to this change many graphs shows no data on Hive Home, HiveServer2
and HiveMetastore dashboards.
(cherry picked from commit aba871e)

Change-Id: I652c1f10f0b6b551d0f017949b83ce362d1b9a9a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants