Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread Eric Charles
Really cool! Is the prototype shown in the video built with HTML? Which javascript/ux framework are you using (or will you use)? Having a pluggable ui (thinking to extensions, plugins...) for 3rd parties would be amazing. On 08/04/16 06:33, Ahyoung Ryu wrote: Really awesome proposal. 2016

Re: HA for Zeppelin

2016-04-08 Thread ashish rawat
Sounds great. How long have you been using glusterfs in prod? and have you encountered any challenges. The only difficulty for me to use it, would be a lack of expertise to fix broken things, so hope it's stability isn't something to be concerned about. Regards, Ashish On Fri, Apr 8, 2016 at 12:2

Re: Shiro authentication dialog does not appear

2016-04-08 Thread Peter Briggs
Hi Prabhjyot, Great, I tested your pull request, and it works for me too - thanks very much for figuring it out! I see now that it was actually the login button that was not displaying properly, not a missing dialog. Thanks again, Peter > On 7 Apr 2016, at 16:07, Prabhjyot Singh wrote: > >

R Interpreter

2016-04-08 Thread Ankur Jain
Hello Team, To use R interpreter do we need to install R , evaluate and other R packages manually? Or adding -Pr takes care of that? Regards, Ankur Information transmitted by this e-mail is proprietary to YASH Technologies and/ or its Customers and is intended for use only by the individual or

Re: HA for Zeppelin

2016-04-08 Thread vincent gromakowski
Using it for 3 months without any incident Le 8 avr. 2016 9:09 AM, "ashish rawat" a écrit : > Sounds great. How long have you been using glusterfs in prod? and have you > encountered any challenges. The only difficulty for me to use it, would be > a lack of expertise to fix broken things, so hope

Re: R Interpreter

2016-04-08 Thread Minudika Malshan
+looping to users@ On Fri, Apr 8, 2016 at 5:02 PM, Minudika Malshan wrote: > Hi Ankur, > > AFAIK you don't have to install R. But you will have to install the > specific packages which are required for your analysis. > Hope the following article [1] would help you. > > [1] > http://www.r-blogger

Re: Storing Interpreter Passwords

2016-04-08 Thread John Omernik
As a follow up on a computer rather than iPad :) One thing I want to be clean on, Zeppelin would NOT store this encryption password. Obviously this would be optional, as many users would not want to use it (I have to enter ANOTHER password? !?!?!) however it could be an option. Another option tha

Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread Jeremy Anderson
Hi Eric, The prototype is very crude, but yes a pluggable UI is the goal. This prototype was thrown together to demo at Spark Summit in New York. It is HTML with JQuery UI, using subtle CSS transitions. My Colleague Michael Chen has been working on implementing the drag drop directly into Zeppeli

Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread John Omernik
This is great work, quick question. Will the "shared" capability of Zeppelin still apply to the new UI? I.e. if I have two people connected to the same notebook, they see updates in real time, can that be maintained with the new UI? John On Fri, Apr 8, 2016 at 7:34 AM, Jeremy Anderson wrote: >

Re: R Interpreter

2016-04-08 Thread Jeff Steinmetz
To run either of the R interpreters (with -Pr or -Psparkr), you will need to install R on the server (or dev machine) running zeppelin, as well any R packages you wish to use. Knitr as well. knitr will also pull in the `evaluate` R package as a dependency, so there is no need to explicitly inst

Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread Aish Fenton
Hi, One thing I didn't see mentioned on the roadmap (maybe I just missed it) is simply fixing the existing plotting library in Zep. There's currently quite a few UIs bug with it (labels overlapping etc), and lots of missing plotting functionality (it's no replacement for matplotlib). Are there pla

Re: HA for Zeppelin

2016-04-08 Thread John Omernik
So for us, we are doing something similar to Vincent, however, instead of Gluster, we are using MapR-FS and the NFS mount. Basically, this gives us a shared filesystem that is running on all nodes, with strong security (Filesystem ACEs for fine grained permissions) built in auditing, Posix complian

Re: Storing Interpreter Passwords

2016-04-08 Thread MUEDSAM, JOHAN
I like the idea of a “user configuration” directory that is separate from the overall application directory . Right now I have to replicate the entire conf directory for each user when all I’m trying to accomplish is to have the interpreter.json file writable per user. When it comes to password

Re: Zeppelin UX Design Roadmap Proposal

2016-04-08 Thread Benjamin Kim
Hi Jeremy, I was wondering if the code bar could be placed on the side too? Appear and disappear too? And quick view the contents upon rollover? Otherwise, what you put together is great! Cheers, Ben > On Apr 7, 2016, at 1:44 PM, Jeremy Anderson > wrote: > > Hi all, > > (sending from my c

Re: Zeppelin Dashboards

2016-04-08 Thread Benjamin Kim
Ashish, Quick question… Does this include charts updating in near real-time? Just wondering. Cheers, Ben > On Apr 6, 2016, at 12:21 PM, moon soo Lee wrote: > > Hi Ashish, > > Would tweaking looknfeel > https://github.com/apache/incubator-zeppelin/tree/master/zeppelin-web/src/assets/styles

Re: Storing Interpreter Passwords

2016-04-08 Thread John Omernik
So absolutely on the optional part, we should give tools for people to use, not force them to use them. That said, how do you manage things now. So you have kerberos and SSO for Web access, so when people connect to Zeppelin, they access a different conf directory per user, so there is a different

Cloudera-CDH Help

2016-04-08 Thread Skilton, Jeffrey
We have a CDH stack, 5.6.0 and also use CASK/CDAP We have installed Zeppelin on a dedicated box and/or on one of our noes in the CDH and installed all the CDH gateways so we have all the configs, and parcels loaded to our node. It works , built with maven, launched and created notebooks. (love

Re: Cloudera-CDH Help

2016-04-08 Thread MUEDSAM, JOHAN
Does spark work outside of Zeppelin? I’ve seen those symptoms when a firewall blocks the executors from “calling home” to the driver, basically keeping the driver waiting for them to connect until it times out. Make sure the data nodes in your cluster can connect to the server where the driver r

RE: Cloudera-CDH Help

2016-04-08 Thread Skilton, Jeffrey
Works All the shell and local commands work. And there are no firewalls , all boxes are grouped on the same subnet, all ipchains off, not firewalls at all, all boxes on the same subnet. At the command line it all works. Jeff From: MUEDSAM, JOHAN [mailto:jm8...@att.com] Sent: Friday, April 08,

Re: Cloudera-CDH Help

2016-04-08 Thread Hyung Sung Shim
hello. It seems like no more resource to run zeppelin application on yarn. Could you check the running jobs on yarn? 2016년 4월 9일 토요일, Skilton, Jeffrey님이 작성한 메시지: > Works > > All the shell and local commands work. And there are no firewalls , all > boxes are grouped on the same subnet, all ipchain