Twitter 如何在提取tweet时解决Flume中未处理的错误

Twitter 如何在提取tweet时解决Flume中未处理的错误,twitter,flume,unhandled,Twitter,Flume,Unhandled,接收未处理的错误-org.apache.flume.node.PollingPropertiesFileConfigurationProviders$FileWatchRunnable.run(PollingPropertiesFileConfigurationProvider.java 我正在尝试使用Flume将推文提取到HDFS中。但是获取org.apache.Flume.node.PollingPropertiesFileConfigurationProvider$FileWatchRun

接收未处理的错误-org.apache.flume.node.PollingPropertiesFileConfigurationProviders$FileWatchRunnable.run(PollingPropertiesFileConfigurationProvider.java

我正在尝试使用Flume将推文提取到HDFS中。但是获取org.apache.Flume.node.PollingPropertiesFileConfigurationProvider$FileWatchRunnable.run(PollingPropertiesFileConfigurationProvider.java)未经处理的错误 配置、Env.Sh文件和.bashrc文件详细信息包含在附件中。该文件还包含Twitter4j版本(4j.0 请看一看并提出解决方案。

我在Flume-1.6版本中遇到了相同的错误。在Flume.conf中,更新Twitter源类型如下:

TwitterAgent.sources.Twitter.type = org.apache.flume.source.twitter.TwitterSource
我没有使用flume-sources-1.0.SNAPSHOT.jar


谢谢。

谢谢Dossani在我用com.cloudera.flume.source.twitter.TwitterSource替换org.apache.flume.source.TwitterSource后,这个问题得到了解决。使用的快照和rest一切都保持不变。