Re: Zeppelin on EMR doesn't start?

2016-04-14 Thread Chris Miller
Indeed, one of the notebooks JSON files was corrupt... not sure how it happened, but it wasn't an important one so I just deleted it. Thanks!! -- Chris Miller On Mon, Apr 11, 2016 at 9:06 PM, Hyung Sung Shim <hss...@nflabs.com> wrote: > Hello. > It seems like one of your notebo

Re: Multi-User Zeppelin Deployment?

2016-03-25 Thread Chris Miller
Thank you for your detailed reply! -- Chris Miller On Thu, Mar 10, 2016 at 1:40 AM, moon soo Lee <m...@apache.org> wrote: > Hi Chris Miller, > > >- If one user is running a job with an interpreter, can another user >simultaneously run a job (such as, in another no

Re: Spark + Zeppelin on EC2

2016-03-25 Thread Chris Miller
Curious about this too... I'll be moving Zeppelin off to its own box in the near future. If you figure this out, post your resolution here. -- Chris Miller On Sat, Mar 26, 2016 at 12:54 AM, Marcin Pilarczyk < marcin.pilarc...@interia.pl> wrote: > Guys, > > I'm trying to swi

Re: Interpreter dependency not loading?

2016-03-09 Thread Chris Miller
Yeah, that isn't very clear. I'll improve it. -- Chris Miller On Wed, Mar 9, 2016 at 5:12 PM, mina lee <mina...@apache.org> wrote: > Glad to hear that it works! > Actually, there is document > https://zeppelin.incubator.apache.org/docs/0.5.5-incubating/interpreter/spark.html >

Multi-User Zeppelin Deployment?

2016-03-09 Thread Chris Miller
t; user so things like HDFS permissions will apply? For those of you using Zeppelin in production, any other deployment or configuration tips? -- Chris Miller

Re: Interpreter dependency not loading?

2016-03-09 Thread Chris Miller
Oh, I see. Yeah, that's not documented... no wonder it's confusing. I'll open a PR with some improvements to the documentation for this case when I have a moment. Changing spark-default.conf as you suggested indeed worked. Thanks! -- Chris Miller On Wed, Mar 9, 2016 at 10:04 AM, mina lee <m

Interpreter dependency not loading?

2016-03-08 Thread Chris Miller
--package parameter, I'm able to import joda-convert just fine. Also, if I restart the interpreter and manually import the dependency with z.load(), it also works fine: %dep z.load("org.joda:joda-convert:1.8.1") So, what's going on here? -- Chris Miller

Notebook Editor 2-space Indentation?

2016-03-07 Thread Chris Miller
Hi, Is there a way to configure the notebook text editor to use 2-space indentation when writing Scala (i.e., %spark)? -- Chris Miller