jmx_exporter icon indicating copy to clipboard operation
jmx_exporter copied to clipboard

add hadoop, yarn and hive yaml config sample

Open keamspring opened this issue 3 years ago • 1 comments

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

keamspring avatar Jul 20 '21 06:07 keamspring

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.

fstab avatar Jul 25 '21 20:07 fstab