I just added  SPARK_HOME to the zeppelin-env.sh and this error pops up:

Exception in thread "pool-1-thread-6" java.lang.NoSuchMethodError:
scala.runtime.VolatileByteRef.create(B)Lscala/runtime/VolatileByteRef;

could be this issue? https://issues.apache.org/jira/browse/ZEPPELIN-1384

I have spark 1.6.0 with scala  2.10.5

2016-09-27 9:43 GMT-03:00 DuyHai Doan <doanduy...@gmail.com>:

> Did you add the jar dependency to the Spark interpreter too ?
>
> On Tue, Sep 27, 2016 at 2:34 PM, Joaquín Silva <
> joaquin.silva.vigen...@gmail.com> wrote:
>
>> Hello,
>>
>> I'm running Spark with Kudu like this:
>> https://kudu.apache.org/docs/developing.html#_kudu_integration_with_spark
>>
>> The spark-shell work fine by just adding the flag --jars. But in Zeppelin
>> I'm getting this error:
>>
>> java.lang.NoSuchMethodError: org.kududb.spark.kudu.package$
>> KuduDataFrameReader.kudu()Lorg/apache/spark/sql/Dataset;
>>
>> I added the jar file to the zeppelin.interpreter.localRepo
>> /root/zeppelin-0.6.1-bin-netinst/local-repo/2BZ9T2DCB and I can import
>> the libraries just fine. But I'm getting this error when I try to use
>> Kudu's classes.
>>
>> What could it be?.
>>
>> Regards,
>> Joaquín Silva
>>
>
>

Reply via email to