GitHub user scottkp opened a pull request:

    https://github.com/apache/flume/pull/123

    Added support for Filter Queries read from config file

    Added support for optional property in config file for Twitter Source. E.g. 
if keywords property is provided:
    ...
    a1.sources.r1.type = org.apache.flume.source.twitter.TwitterSource
    a1.sources.r1.keywords = word1,word2,word3
    ...
    
    Otherwise, existing functionality of twitterStream.sample() is invoked.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/scottkp/flume trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #123
    
----
commit 7abcdeb860bc6b7aa9e3e3bf6e7e3a5f4fb5e5db
Author: Scott S. Lem <[email protected]>
Date:   2017-03-20T23:47:39Z

    Added support for Filter Queries read from config file

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to