Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I am using below dependencies but result is same. libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "2.2.0" // mvnrepository.com/artifact/org.apache.spark/… //libraryDependencies += "org.apache.spark" % "spark-streaming-twitter_2.11" % "1.6.3" % "provided" libraryDependencies+="org.apache.bahir" %% "spark-streaming-twitter" % "2.0.0" //--packages "org.apache.spark:spark-streaming-twitter_2.11:1.6.3" libraryDependencies += "org.apache.spark" % "spark-streaming_2.11" % "2.2.0" Commented Oct 29, 2017 at 4:03
  • Thank you for this hint. Worked the first time Commented Nov 12, 2017 at 16:37