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
Post a Comment