Apache Flume 可以提取一段时间内的推文吗?

Can Apache Flume be used to extract tweets for a certain period of time?

我想使用 Apache Flume 提取与 6 月和 7 月的关键字相关的 Twitter 提要。这能在第一时间完成吗?

据我所知,来自 Cloudera is just for receiving data at the same time it is generated. I think something similiar occurs with the Twitter 1% firehose sourceTwitterSource

尽管如此,我发现 Twitter API 可以使用 timelines, thus it is a matter of modifying the TwitterSource 源代码。