I am trying to establish the connection between Twitter and My local Hdfs (vm).
I have installed all the required jars file and flume corresponding file and below are the steps which i followed. However i am getting error as Error: Could not find or load main class org.apache.flume.tools.GetJavaProperty
1. Create application in twitter
2. Created flume.conf with the consumer secret keys and so on..
3. placed the appropriate jar file in the flume respective lib directory.
When run below command i am getting the error.
bin/flume-ng agent -n TwitterAgent -c conf -f conf /usr/lib/apache-flume-1.6.0-bin/conf/flume.conf
Any suggestion or help is appreciated.