[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-12-21 Thread ezhulenev
Github user ezhulenev closed the pull request at: https://github.com/apache/spark/pull/2618 --- 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 e

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2618#issuecomment-58572887 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread ezhulenev-at-pellucid
Github user ezhulenev-at-pellucid commented on the pull request: https://github.com/apache/spark/pull/2618#issuecomment-57514150 @tdas I pushed update fixing issues from your comments --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/2618#discussion_r18296730 --- Diff: external/twitter/src/test/java/org/apache/spark/streaming/twitter/JavaTwitterStreamSuite.java --- @@ -42,5 +44,7 @@ public void testTwitterStream() {

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/2618#discussion_r18296675 --- Diff: external/twitter/src/main/scala/org/apache/spark/streaming/twitter/TwitterUtils.scala --- @@ -32,6 +32,26 @@ object TwitterUtils { *au

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/2618#discussion_r18296494 --- Diff: external/twitter/src/main/scala/org/apache/spark/streaming/twitter/TwitterUtils.scala --- @@ -32,6 +32,26 @@ object TwitterUtils { *au

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2618#issuecomment-57479894 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [SPARK-3760] [STREAMING] Add Twitter4j FilterQ...

2014-10-01 Thread ezhulenev
GitHub user ezhulenev opened a pull request: https://github.com/apache/spark/pull/2618 [SPARK-3760] [STREAMING] Add Twitter4j FilterQuery to spark streaming twitter API TwitterUtils.createStream(...) allows users to specify keywords that restrict the tweets that are returned. Howev