[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

[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

[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

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-10-01 Thread ezhulenev
Github user ezhulenev commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57560702 Twitter4j Authorization already leaked into public API, so FilterQuery doesn't make things much worse. I personally don't like Twitter4j for too javaish API

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-09-30 Thread ezhulenev
Github user ezhulenev commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57405752 @tdas count sets number of status updates from the past, that will be added to stream before switching to live mode --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-09-27 Thread ezhulenev
Github user ezhulenev commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57059126 @sjbrunst you need to rollback your changes in TwitterAlgebirdCMD TwitterAlgebirdHLL (remove Nil for locations), and after that project will compile and I should

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-09-27 Thread ezhulenev
Github user ezhulenev commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57071591 @sjbrunst aargh, TwitterStreamSuite.scala:53 requred to add count parameter --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-09-26 Thread ezhulenev
Github user ezhulenev commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57012331 @sjbrunst I need to add count parameter to twitter streams, I merged your fork and made small changes. Unfortunately I can't submit PR to your repository. It would

[GitHub] spark pull request: [SPARK-2788] [STREAMING] Add location filterin...

2014-09-26 Thread ezhulenev-at-pellucid
Github user ezhulenev-at-pellucid commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-57023036 @sjbrunst I tested my branch with standalone Spark 1.1.0 and it works fine, even without additional constructors, so I removed them. Looks like it's binary