I am using a spark streaming context to stream twitter data using the api below in scala. https://spark.apache.org/docs/1.0.0/api/java/org/apache/spark/streaming/twitter/TwitterUtils.html
I wanted to know how many filter keywords can I give to create streaming function?. (3rd parameter of the function below)
TwitterUtils.createStream(ssc,None,keywords)
How many filter keywords can the twitter API handle.