Re: %html directive errors: 'invalid string interpolation' and 'unclosed character literal'

2015-11-17 Thread moon soo Lee
Hi Lucas, Could you try jQuery("#myDiv") instead of $('#myDiv') ? It might help. Thanks, moon On Wed, Nov 18, 2015 at 1:30 AM Partridge, Lucas (GE Aviation) < lucas.partri...@ge.com> wrote: > Hi, > > > > I want to use string interpolation in a notebook paragraph so I can pass > variables f

%html directive errors: 'invalid string interpolation' and 'unclosed character literal'

2015-11-17 Thread Partridge, Lucas (GE Aviation)
Hi, I want to use string interpolation in a notebook paragraph so I can pass variables from Scala into an %html directive for inline visualization. (Indeed there's an example of this at https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL0xlZW1vb25zb28vemV

Re: why zeppelin SparkInterpreter use FIFOScheduler

2015-11-17 Thread Pranav Kumar Agarwal
Hi Rohit, We implemented the proposal and are able to run Zeppelin as a hosted service inside my organization. Our internal forked version has pluggable authentication and type ahead. I need to get the work ported to the latest and chop out the auth changes portion. We'll be submitting it so

Re: authentication

2015-11-17 Thread Pablo Torre
Hi guys, I am trying to configure authentication using proxy nginx. I am using the ports 8080 and 8081 for Zeppelin and my nginx.conf is the next one but I am getting an error. You can see the error at the end of this email.