jmx_exporter
jmx_exporter copied to clipboard
add hadoop, yarn and hive yaml config sample
hadoop, yarn and hive config sample added, for this has been tested passed on hadoop2.4.1 ,yarn2.7.7 and hive2.3.9 @brian-brazil @fstab
Hey, thanks a lot for the PR. It looks like there is a small typo in hadoop_namenode.yml
:
Caused by: while scanning a double-quoted scalar
in 'reader', line 23, column 14:
- pattern: "Hadoop<service=(\w+), name=(\w+ ...
^
found unknown escape character w(119)
in 'reader', line 23, column 32:
- pattern: "Hadoop<service=(\w+), name=(\w+)><>(\w+)"
^
Using single quotes '
instead of double quotes "
should fix this.