Jupyter - Referring external Jars

HI,

I am trying to write a program in Jupyter to access twitter feeds but unable to reference the jars for twitter in the prog. Could you please help me with adding/referring those from Jupyter.

Thanks

Amol

I tried using this command and it worked

%AddJar http://media.sundog-soft.com/SparkStreaming/dstream-twitter_2.11-0.1.0-SNAPSHOT.jar -f

2 Likes

It is working now.