Greetings, I am trying to get a twitter stream for a research project using : TwitterUtils.createStream(ssc, None, filters)
But it seems that not all possible parameters are implemented : https://dev.twitter.com/streaming/overview/request-parameters I checked the repo but I don't have a grasp of what is going on : https://github.com/apache/bahir/blob/master/streaming- twitter/src/main/scala/org/apache/spark/streaming/ twitter/TwitterInputDStream.scala How can I fix this so that I can have a stream that is bounded geographically for example ? Thank you! Nidhal.
