Twitter Streaming Spark : how many filter keywords can i have with a streaming context? -


i using spark streaming context stream twitter data using api below in scala. https://spark.apache.org/docs/1.0.0/api/java/org/apache/spark/streaming/twitter/twitterutils.html

i wanted know how many filter keywords can give create streaming function?. (3rd parameter of function below)

twitterutils.createstream(ssc,none,keywords) 

how many filter keywords can twitter api handle.

according this question, seems twitter limits not according numer of filters supply, overall volume you're allowed consume. seems limit %1 of total tweets.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -