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

2014-10-12 Thread surendramarupudi
Github user surendramarupudi commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-58811881 Hi, I am trying to use this new location feature TwitterUtils.createStream(ssc,filters,double[][]) for this filters are working but filtering for location

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

2014-10-13 Thread surendramarupudi
Github user surendramarupudi commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-58950787 @sjbrunst I am using the copy of your repo. Could you please give me one example for TwitterUtils.createStream(ssc,filters,bounding_box) and how to use

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

2014-10-13 Thread surendramarupudi
Github user surendramarupudi commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-58956675 @sjbrunst Thanks a lot for your clarification. I am able to get the geotagged tweets but I found one issue that is filtering based on keywords is not working

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

2014-10-14 Thread surendramarupudi
Github user surendramarupudi commented on the pull request: https://github.com/apache/spark/pull/1717#issuecomment-59057521 @sjbrunst do you have any idea how to cast JavaDStreamStatus to JavaRDDStatus, I need to cast this to save retrieved tweets to mongoDB. --- If your project