Support Questions

Find answers, ask questions, and share your expertise

working flume command failing now

avatar
Super Collaborator

I have used this flume-ng command dozens of times but now its failing with the error below.

16/11/03 10:58:46 INFO twitter.TwitterSource: Access Token Secret: 'xxxxxxxxxxxxxxxxxxxxxxxxxx'
16/11/03 10:58:46 ERROR node.AbstractConfigurationProvider: Source Twitter has been removed due to an error during configuration
java.lang.IllegalStateException: consumer key/secret pair already set.

the command is

flume-ng agent --conf ./conf/ -f conf/twitter-to-hdfs.properties --name TwitterAgent  -Dflume.root.logger=WARN,console -Dtwitter4j.http.proxyHost=dotatofwproxy.tolls.dot.state.fl.us -Dtwitter4j.http.proxyPort=8080
1 ACCEPTED SOLUTION

avatar
Super Collaborator
2 REPLIES 2

avatar
Super Collaborator

I removed twitter4j 4.0.4 version and put twitter4j 3.0.3 but now I am getting another error

16/11/03 12:17:47 INFO twitter.TwitterSource: Twitter source Twitter started.
16/11/03 12:17:47 INFO twitter4j.TwitterStreamImpl: Establishing connection.
16/11/03 12:17:47 INFO twitter4j.TwitterStreamImpl: 404:The URI requested is invalid or the resource requested, such as a user, does not exist.

avatar
Super Collaborator