Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

arnobroekhof/hadoop-metrics-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hadoop-metrics-influxdb

Hadoop metrics sink for influxdb

Travis Build Status

tested on Hadoop version 2.7.1

Configuration hadoop

  • copy the jar to the classpath and alter the file: hadoop-metrics2.properties with the following content:
*.sink.file.class=org.apache.hadoop.metrics2.sink.InfluxdbSink
*.sink.influxdb.influxdb_host=influxdb.example.com
*.sink.influxdb.influxdb_port=8086
*.sink.influxdb.influxdb_database=hadoop
*.sink.influxdb.influxdb_username=hadoop
*.sink.influxdb.influxdb_password=hadoop
*.sink.ingluxdb.cluster=clustername

About

Hadoop metrics sink for influxdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages