Skip to content

jemassey/docker-flume-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-flume-logger

As simple as possible -> consume avro and log it with flume.

Build Instructions

docker build -t flume .

To run

docker run -d \
  -e FLUME_AGENT_NAME=a1 \
  -e FLUME_CONF_FILE=/var/tmp/flume.conf \
  -p 44441:41414 \
  --name flume1 \
  flume

docker run -d \
  -e FLUME_AGENT_NAME=a1 \
  -e FLUME_CONF_FILE=/var/tmp/flume.conf \
  -p 44442:41414 \
  --name flume2 \
  flume

docker run -d \
  -e FLUME_AGENT_NAME=a1 \
  -e FLUME_CONF_FILE=/var/tmp/flume.conf \
  -p 44443:41414 \
  --name flume3 \
  flume

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors