skip to Main Content

Installing cassandra spark connector – Twitter-api

As per https://github.com/datastax/spark-cassandra-connector http://spark-packages.org/package/datastax/spark-cassandra-connector I did the command but at the end it looks like there are errors. Are these fatal or do I need to resolve them? [idf@node1 bin]$ spark-shell --packages datastax:spark-cassandra-connector:1.6.0-M1-s_2.11 Ivy Default Cache set to: /home/idf/.ivy2/cache The…

VIEW QUESTION

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

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)…

VIEW QUESTION
Back To Top
Search