Missing the jar file flume-sources-1.0-SNAPSHOT.jar


3 Answer(s)


Sravan,
You can download it from this url.

http://blog.qburst.com/2013/10/capturing-tweets-using-apache-flume/

3. Download the flume-sources-1.0-SNAPSHOT.jar and add it to the flume class path (FLUME_CLASSPATH) or copy it to the folder /usr/local/apache-flume-1.4.0-bin/lib

-Thomas.

Thanks Thomas for providing the inputs.

hi Sravan,
Flume sources are available from external sources and should be copied to flume lib on the VM. These can be used to capture Tweets or you can also prepare flume-conf for capturing tweets without the flume-sources.

Thanks