导入: bin/hbase org.apache.hadoop.hbase.mapreduce.Import test_copy hdfs://192.168.58.101:9000/user/bigtable_bak
导入: bin/hbase org.apache.hadoop.hbase.mapreduce.Import test_copy hdfs://192.168.58.101:9000/user/bigtable_bak
Prometheus HBase JMX Exporter is a tool that collects metrics from HBase via its JMX interface and exposes them in a format that Prometheus can scrape. This allows you to monitor the performance and health of your HBase cluster using Prometheus. Installation To install the Prometheus HBase JMX...
export HADOOP_NAMENODE_OPTS="$HADOOP_NAMENODE_OPTS -javaagent:/home/ec2-user/jmx_exporter/jmx_prometheus_javaagent-0.3.1.jar=9102:/home/ec2-user/jmx_exporter/prometheus_config.yml" export HADOOP_DATANODE_OPTS="$HADOOP_DATANODE_OPTS -javaagent:/home/ec2-user/jmx_exporter/jmx_prometheus_javaage...
#再hbase启动后注释掉,再hbase shell 5.yaml文件内容 /path/hbase_jmx_config.yaml---rules:- pattern:'.*' 参考:https://blog.godatadriven.com/hbase-prometheus-monitoring 6. mysql https://blog.csdn.net/allway2/article/details/106986309/...