hadoop_jmx_exporter icon indicating copy to clipboard operation
hadoop_jmx_exporter copied to clipboard

Does it work with Apache Hadoop Cluster (native)?

Open drametoid opened this issue 5 years ago • 3 comments

Hi, I saw you mentioned that you tested it on CDH, however I have setup a 3 node cluster using native Apache Hadoop, and I am facing an issue.

When I run it as suggested in your ReadMe, on hitting localhost:6688 I get: A server error occurred. Please contact the administrator.

And on the terminal I run it from I get an error which basically gives me a value conversion error as it tries to convert the whole metric to float?

Please refer this link for the error log: Error log

Is this because of trying to run it on a non-CDH environment or something else?

drametoid avatar May 26 '20 20:05 drametoid

It seems ok on apache hadoop 2.8.5.
I only met some tiny problems, like KeyNotfound error. And I just delete the key from the config file, and it runned ok.

xjc avatar Sep 16 '20 07:09 xjc

@drametoid Sorry,I did not test with Apache Hadoop Cluster yet, but I find a forked repo may working with it. You can try it: https://github.com/dogukancagatay/hadoop-jmx-exporter

opsnull avatar May 18 '21 09:05 opsnull

where is journalnode dashboard?

fanghanyun avatar May 20 '21 06:05 fanghanyun