On Tue, Feb 4, 2014 at 4:31 PM, Marek Wiewiorka
<[email protected]>wrote:

> Try adding these jars to SPARK_CLASSPATH as well.
>

Okay I changed it to the following and it works now. Thanks.

MASTER="spark://n001:7077"
ADD_JARS="/home/myuserid/twitter4j/lib/twitter4j-core-3.0.5.jar"
*SPARK_CLASSPATH="/home/myuserid/twitter4j/lib/twitter4j-core-3.0.5.jar"
*SPARK_MEM="24G" ./spark-shell

Reply via email to