[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/666 --- 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 enabl

[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2015-05-11 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/666#issuecomment-100902145 Hey, thank you for working on this & opening a pull request. I'll address your comments inline: > put the default value for queueSize attribute in a

[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2015-05-10 Thread carloscurotto
Github user carloscurotto commented on a diff in the pull request: https://github.com/apache/flink/pull/666#discussion_r30009100 --- Diff: flink-staging/flink-streaming/flink-streaming-connectors/src/main/java/org/apache/flink/streaming/connectors/twitter/PropertiesUtil.java --- @

[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2015-05-10 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/666#discussion_r30004354 --- Diff: flink-staging/flink-streaming/flink-streaming-connectors/src/main/java/org/apache/flink/streaming/connectors/twitter/PropertiesUtil.java --- @@ -0,

[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2015-05-10 Thread carloscurotto
Github user carloscurotto commented on the pull request: https://github.com/apache/flink/pull/666#issuecomment-100671079 Let me also suggest a few other further improvements: TwitterSource: - put the default value for queueSize attribute in a constant (we could call i

[GitHub] flink pull request: [FLINK-1964] Rework TwitterSource to use a Pro...

2015-05-10 Thread carloscurotto
GitHub user carloscurotto opened a pull request: https://github.com/apache/flink/pull/666 [FLINK-1964] Rework TwitterSource to use a Properties object I have changed TwitterSource and its related code to use a properties object insted of a file path so we could inject properties fro