Re: Display in JDBC Interpreter

2016-04-06 Thread Corneau Damien
There is also this kind of behaviour for IDs which can be annoying. However I don't remember if its the server sending that, or the front-end making this transformation On Thu, Apr 7, 2016 at 8:32 AM, Christopher Matta wrote: > Yea this has always bothered me. Do commas even

Re: Display in JDBC Interpreter

2016-04-06 Thread Christopher Matta
Yea this has always bothered me. Do commas even need to be displayed it the field is an int? Are they adding anything? On Wednesday, April 6, 2016, John Omernik wrote: > Note this is also the case in the spark sql interpreter. > > Thanks! > > On Wed, Apr 6, 2016 at 4:10 PM,

Zeppelin Performance

2016-04-06 Thread John Omernik
As I am getting back into the swing of things with Zeppelin, I am liking it more and more! Great work community! One thing I have noticed is with as few as 4 notes, I can start getting some laggy response from my browser (Firefox). Since I am new, I am going to assume it's something in my

Re: Display in JDBC Interpreter

2016-04-06 Thread John Omernik
Note this is also the case in the spark sql interpreter. Thanks! On Wed, Apr 6, 2016 at 4:10 PM, John Omernik wrote: > Are there display settings in the jdbc interpreter. Something in how data > is being returned from Apache Drill is making some assumptions about > formatting

Display in JDBC Interpreter

2016-04-06 Thread John Omernik
Are there display settings in the jdbc interpreter. Something in how data is being returned from Apache Drill is making some assumptions about formatting that is bothering me, for example, a zip code field is being read (I assume) as an int, and commas are being added in the display. The commas

Re: Zeppelin Dashboards

2016-04-06 Thread moon soo Lee
Hi Ashish, Would tweaking looknfeel https://github.com/apache/incubator-zeppelin/tree/master/zeppelin-web/src/assets/styles/looknfeel helps in your use case? Thanks, moon On Tue, Apr 5, 2016 at 5:24 PM ashish rawat wrote: > Thanks Johnny. I was able to get an initial

Re: Zeppelin in Docker

2016-04-06 Thread John Omernik
So, I am running into this again, net=host isn't an option for me, because then my hadoop client conflicts with the nodes hadoop client. So I am trying to work out net=bridge, however, even specifying the driver port and host in spark doesn't work because spark tries to listen on only the

Re: How to make one side binding between zeppelin paragraph and published paragraph?

2016-04-06 Thread moon soo Lee
Hi, Removing sync is not supported at the moment. For iframe, i think we can introduce new feature that selectively enable sync with parameters such as '?sync=false' in the link. But for notebook level, i think it's bit more complicated because different users can update notebook at the same

Storing Interpreter Passwords

2016-04-06 Thread John Omernik
Is there any good guidance for storing interpreter passwords? While I know it likely has to be in the interpreter.json files as plain text, is there something more we could do? Perhaps store encrypted to a master password that the user, once they are in Zeppelin can. (I.e, I open Zeppelin, then

Re: Shiro authentication dialog does not appear

2016-04-06 Thread Peter Briggs
Hi Chris, Could you post some information about your server/client environments please? Maybe we can narrow it down to some combination of OS/Java/configuration. Thanks, Peter > On 6 Apr 2016, at 17:27, Christopher Matta wrote: > > I've also tried this today and am

Re: HA for Zeppelin

2016-04-06 Thread vincent gromakowski
For 1 marathon on mesos restart zeppelin daemon In case of failure. For 2 glusterfs fuse mount allows to share notebooks on all mesos nodes. For 3 not available right now In our design but a manual restart In zeppelin config page is acceptable for US. Le 6 avr. 2016 8:18 AM, "Eran Witkon"

Re: HA for Zeppelin

2016-04-06 Thread Eran Witkon
Yes this is correct. For HA disk, if you don't have HA storage and no access to S3 then AFAIK you don't have other option at the moment. If you like to save notebooks to elastic then I suggest you look at the storage interface and implementation for git and s3 and implement that yourself. It does