0.6.1 and spark 2.0.0

2016-09-15 Thread Herman Yu
With a binary built of zeppelin 0.6.1 and spark 2.0.0 on a HDP 2.4 sandbox, I am getting the following error when spark interpreter (spark conf and zeppelin conf folders are copied from HDP 2.4 and modified accordingly) I google’d it and it seems related to Yarn timeline server (jersey 1 vs. jer

RE: FW: Issue with Zeppelin setup on Datastax-Spark

2016-09-15 Thread Arpan Saha
Yes. It is a zeppelin log. Not spark interpreter log. Can you please tell me where can I get spark interpreter log? I don't find anything under zeppelin/logs/ path. Thanks, Arpan From: DuyHai Doan [doanduy...@gmail.com] Sent: Thursday, September 15, 2016

Re: FW: Issue with Zeppelin setup on Datastax-Spark

2016-09-15 Thread DuyHai Doan
Is it Zeppelin log or Spark interpreter log ? I guess we need also the spark interpreter log to understand what is breaking Spark under the hood. org.apache.thrift.transport.TTransportException is just technical exception on inter-jvm communication On Thu, Sep 15, 2016 at 7:13 PM, Arpan Saha wrot

Re: zeppelin architecture with multiple users

2016-09-15 Thread DuyHai Doan
Right now, you have some options to isolate the notes. Look at the doc about interpreter binding mode here : http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/manual/interpreters.html#interpreter-binding-mode On Thu, Sep 15, 2016 at 7:15 AM, York Huang wrote: > Hi, > > I want to set up a environ

FW: Issue with Zeppelin setup on Datastax-Spark

2016-09-15 Thread Arpan Saha
Hi, Please find below full stack trace. ERROR [2016-09-15 16:49:15,117] ({pool-1-thread-2} RemoteInterpreter.java[init]:182) - Failed to create interpreter: org.apache.zeppelin.spark.SparkInterpreter ERROR [2016-09-15 16:49:15,118] ({pool-1-thread-2} Job.java[run]:189) - Job failed org.apache

Re: Issue with Zeppelin setup on Datastax-Spark

2016-09-15 Thread DuyHai Doan
Can you provide the complete stack trace ? Also, worth reading my blog post about integrating Spark/Zeppelin/C* or DSE : http://www.doanduyhai.com/blog/?p=2325 On Thu, Sep 15, 2016 at 5:17 AM, Arpan Saha wrote: > Hi Team, > > I am trying to integrate Zeppelin 0.6.0 with DataStax 4.8.8 (which ha