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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -