Monday, November 30, 2015

Flume installation

  1. wget http://apache.mirror.cdnetworks.com/flume/1.5.0.1/apache-flume-1.5.0.1-bin.tar.gz
  2. tar xvf apache-flume-1.5.0.1-bin.tar.gz
  3. cd apache-flume-1.5.0.1-bin
  4. cp conf/flume-env.sh.template conf/flume-env.sh
  5. vim conf/flume-env.sh
  6. JAVA_OPTS="-Xms1g -Xmx1g"
  7. cp conf/flume-conf.properties.template conf/flume-conf.properties
  8. vim conf/flume-conf.properties
  9. bin/flume-ng agent -n agent01 -c conf -f conf/flume-conf.properties

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.