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

How to resolve unhandled error in Flume while extracting Tweets

收到未处理的错误 - 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 请查看并提出解决方案。 DETAILS ATTACHED....

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

TwitterAgent.sources.Twitter.type = org.apache.flume.source.twitter.TwitterSource

我没有使用 flume-sources-1.0.SNAPSHOT.jar

谢谢。