

Configure the node at the master: using the master’s web interface, load the helloworld source/sink into your node_name node: Copy the HelloWorld jar file to the Flume master machine and put it at the same place as the node (i.e. Copy the helloworld_plugin.jar into /usr/lib/flume/lib/ħ. Run export FLUME_CLASSPATH=/usr/lib/flume/plugins/helloworld/helloworld_plugin.jar.

Run sudo cp /usr/lib/flume/bin/flume-env.sh.template /usr/lib/flume/bin/flume-env.shĮdit /usr/lib/flume/bin/flume-env.sh and enter the following line: export FLUME_CLASSPATH=/usr/lib/flume/plugins/helloworld/helloworld_plugin.jar Edit /etc/flume/conf.empty/flume-site.xml and set the property to be helloworld.HelloWorldSink,helloworld.HelloWorldSource,helloworld.HelloWorldDecoratorĦ.
