- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Flume - Error: Could not find or load main class org.apache.flume.tools.GetJavaProperty
- Labels:
-
Apache Flume
Created ‎12-21-2016 11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎12-22-2016 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check if the FLUME_CLASSPATH is configured correctly. Seems its not set up. Alternativly check HDF solution which is simpler and easier ---> https://community.hortonworks.com/articles/1282/sample-hdfnifi-flow-to-push-tweets-into-solrbanana.h...
Created ‎12-22-2016 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check if the FLUME_CLASSPATH is configured correctly. Seems its not set up. Alternativly check HDF solution which is simpler and easier ---> https://community.hortonworks.com/articles/1282/sample-hdfnifi-flow-to-push-tweets-into-solrbanana.h...
