Skip to content

shivaraj-arch/puppet-flume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

  1. login to machine
  2. download the apache flume binary from site. if you have larger RAM then compile src with mvn and build binary.
  3. create a init.d script for the flume.
  4. cd /etc/puppet
  5. sudo puppet apply manifests/site.pp (for usage as configuration for applying puppet.)
  6. telnet localhost 44444
  7. from another terminal : tail -f /home/ubuntu/apache-flume-1.4.0-bin/logs/flume.log
  8. all that typed in telnet session will be logged on the configured log file flume.log if you included this in init.d script : bin/flume agent --conf conf --conf-file conf/example.conf --name a1 -Dflume.root.logger=INFO,console where a1 is flume agent with example.conf defining the source channel and sink for logger console session.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages