Member since
08-21-2023
1
Post
0
Kudos Received
0
Solutions
08-21-2023
01:44 AM
Hi, we are trying to create an alert to get notification when no row was inserted into a given HBase table in given period of time. The following command was used: IF (SELECT total_write_requests_rate_across_regionservers WHERE serviceName=$SERVICENAME AND max(total_write_requests_rate_across_regionservers ) = 0 AND entityName = "hbase" AND category = "SERVICE") DO health:bad but the name of HBase table is missing. The `htableName` property is mentioned under the https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_dg_tsquery.html#concept_d2g_k11_dk__section_cdx_sbp_3l chapter, but it does not work - the command return empty results after putting the `htableName` attribute to WHERE condition. Could I please to an advice, how to get a notification when entities are not inserted to the HBase table?
... View more
Labels:
- Labels:
-
Apache HBase
-
Cloudera Manager