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

Latest commit

 

History

History
20 lines (15 loc) · 698 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 698 Bytes

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