Sign inSign up

avastsoftware/flume-hdfs

By avastsoftware

•Updated over 10 years ago

Apache Flume with HDFS support

Image
0

5.9K

avastsoftware/flume-hdfs repository overview

⁠flume-hdfs

Apache Flume⁠ 1.6 with HDFS support included.

⁠Running the container

docker run --name flume-hdfs -e FLUME_AGENT_NAME=agent -d avastsoftware/flume-hdfs

The above will start Flume with the default example configuration. You will need to provide your own configuration by mounting the configuration directory (containing the configuration file) as follows:

docker run --name flume-hdfs -e FLUME_AGENT_NAME=agent-v /path/to/conf/dir:/opt/lib/flume/conf -d avastsoftware/flume-hdfs
⁠Environment variables

These settings can be specified (overriden) via configuration environment variables:

Environment variableMeaningDefault
FLUME_AGENT_NAMEAgent name. Agent specified in the configuration file needs to match this name.No default (required setting)
FLUME_CONF_DIRFlume configuration directory. This is where the configuration file is expected to be located./opt/lib/flume/conf
FLUME_CONF_FILEName of the Flume configuration file./opt/lib/flume/conf/flume-conf.properties

⁠Notes

Tag summary

Content type

Image

Digest

Size

295.7 MB

Last updated

over 10 years ago

docker pull avastsoftware/flume-hdfs