Re: Has anyone used the Twitter API for location filtering?

2015-09-22 Thread Jo Sunad
data.​ > > Thanks > Best Regards > > On Fri, Sep 18, 2015 at 12:46 AM, Jo Sunad <naidnitr...@gmail.com> wrote: > >> I've been trying to filter for GeoLocation, Place or even Time Zone and I >> keep getting null values. I think I got one Place in 20 minute

Has anyone used the Twitter API for location filtering?

2015-09-17 Thread Jo Sunad
I've been trying to filter for GeoLocation, Place or even Time Zone and I keep getting null values. I think I got one Place in 20 minutes of the app running (without any filters on tweets). Is this normal? Do I have to try querying rather than filtering? my code is following TD's example... val

Re: Realtime Data Visualization Tool for Spark

2015-09-11 Thread Jo Sunad
I've found Apache Zeppelin to be a good start if you want to visualize spark data. It doesn't come with streaming visualizations, although I've seen people tweak the code so it does let you do real time visualizations with spark streaming Other tools I've heard about are python notebook and spark

java.lang.NullPointerException with Twitter API

2015-09-10 Thread Jo Sunad
Hello! I am trying to customize the Twitter Example TD did by only printing messages that have a GeoLocation. I am getting a NullPointerException: java.lang.NullPointerException at Twitter$$anonfun$1.apply(Twitter.scala:64) at Twitter$$anonfun$1.apply(Twitter.scala:64)