Starting Flume
There are two options for starting Flume.
- To start Flume directly, run the following command on the Flume host: - /usr/hdp/current/flume-server/bin/flume-ng agent -c /etc/flume/conf -f /etc/flume/conf/ flume.conf -n agent
- To start Flume as a service, run the following command on the Flume host: - service flume-agent start

