RE: How should I add a jar?

2014-07-09 Thread Sameer Tilak
Hi Nicholas, I am using Spark 1.0 and I use this method to specify the additional jars. First jar is the dependency and the second one is my application. Hope this will work for you. ./spark-shell --jars

Re: How should I add a jar?

2014-07-09 Thread Nicholas Chammas
Awww ye. That worked! Thank you Sameer. Is this documented somewhere? I feel there there's a slight doc deficiency here. Nick On Wed, Jul 9, 2014 at 2:50 PM, Sameer Tilak ssti...@live.com wrote: Hi Nicholas, I am using Spark 1.0 and I use this method to specify the additional jars.

Re: How should I add a jar?

2014-07-09 Thread Nicholas Chammas
Public service announcement: If you're trying to do some stream processing on Twitter data, you'll need version 3.0.6 of twitter4j http://twitter4j.org/archive/. That should work with the Spark Streaming 1.0.0 Twitter library. The latest version of twitter4j, 4.0.2, appears to have breaking