Re: Spark Streaming error in zeppelin paragraph: java.lang.NoClassDefFoundError:

2016-11-01 Thread Park Hoon
Hi afancy! Could you describe build options used to build zeppelin? I am not sure but it might be due to the build options. Thanks! On Wed, Oct 26, 2016 at 9:19 PM, afancy wrote: > Dear all, > > I pull zeppelin from github, and build. I run the following Spark > streaming code in a paragra

Spark Streaming error in zeppelin paragraph: java.lang.NoClassDefFoundError:

2016-10-26 Thread afancy
Dear all, I pull zeppelin from github, and build. I run the following Spark streaming code in a paragraph, but got the NoClassDefFoundError. Could anybody help? thanks! import org.apache.spark._ import org.apache.spark.streaming._ import org.apache.spark.streaming.StreamingContext._ case clas