The following twitter related jar files are present in the location /usr/hdp/2.6.5.0-292/flume/lib :
twitter4j-media-support-3.0.3.jar, twitter4j-core-3.0.3.jar, twitter4j-stream-3.0.3.jar
I need the updated versions of these jar files to enable Keyword filter , Language Filter, Location filter in Flume Application. I am using the following command
flume-ng agent -n TwitterAgent -Dtwitter4j.streamBaseURL=https://stream.twitter.com/1.1/ -c conf -f /home/deepdd20123361/myflume/flume.conf
Is it possible to load the latest jars ?
Please help !