Re: How to remove uglify operation from zeppelin-web

2016-06-17 Thread Corneau Damien
This is happening in the grunt.js But why would you want to remove it? This is a basic production build rule. On Jun 17, 2016 22:27, "Vikash Kumar" wrote: > Hi all, > > How to remove uglify operation from zeppelin-web that I can remove the > functionality of compression. > > > > *Thanks & Regard

Re: Github Integration

2016-06-17 Thread Benjamin Kim
I will try this. Do you have any information on how to do the checkpoints? Is there any additional setups? Thanks, Ben > On Jun 9, 2016, at 2:06 PM, Khalid Huseynov wrote: > > As it was mentioned, existing "git" repository is local and setup is > described here >

Re: Zeppelin Integration with Livy Server

2016-06-17 Thread Felix Cheung
How about a export transform feature that can take notebook content and convert it to a different form that can be submitted to Livy? That could be useful for something like export to code (.py, .scala) or export to PDF? On Thu, Jun 16, 2016 at 10:35 PM -0700, "Jeff Zhang" mailto:zjf...@gm

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
sure…that is possible. one can also make a build from source and customize as needed. but not having to do that makes things easier. i do believe that for the vast majority of cases a minimal build with spark (and possibly other small items like shell, jdbc, python) will be quite valuable, imho.

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Hyung Sung Shim
I think making the 'zeppelin-bin-netinst' is greate idea and more make sense than voting which interpreter should be included to zeppelin-bin-min. 2016-06-18 1:15 GMT+09:00 moon soo Lee : > In case of no internet access, how about > > a. download 'zeppelin-bin-netinst' and run 'bin/install-inter

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Cameron McBride
This plan sounds great of having a script that can install individual available interpreters. It sounds reasonable to always ship with a spark version for now for lack of complexity in installing that. The original list of min interpreters seems good, too. The generic jdbc interpreter handles a lo

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread moon soo Lee
In case of no internet access, how about a. download 'zeppelin-bin-netinst' and run 'bin/install-interpreter.sh', and then copy the package to production env. b. download 'zeppelin-bin-all' and copy the package to production env. ? Thanks, moon On Fri, Jun 17, 2016 at 9:10 AM Mohit Jaggi wrot

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
Many production environments have no internet access. A script like this can be useful to some but it should not replace the proposed min binary. Sent from my iPhone > On Jun 17, 2016, at 9:20 PM, moon soo Lee wrote: > > Hi, > > Thanks for bringing this discussion. > it's great idea minimize

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread moon soo Lee
Hi, Thanks for bringing this discussion. it's great idea minimize binary package size. Can we set a policy to decide which interpreter goes to 'zeppelin-bin-min', which is not? One alternative is, instead of making 'zeppelin-bin-min', we can make 'zeppelin-bin-netinst'. We can provide a shell sc

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Jongyoul Lee
Hi, You can use Phoenix via JdbcInterpreter with same function. JdbcInterpreter supports all kind of JDBC-like connection. I'll update JDBC document with example. Hope this help, Jongyoul Lee On Fri, Jun 17, 2016 at 11:47 PM, Vikash Kumar wrote: > Hi, > > Our company is also working with Spark

RE: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Vikash Kumar
Hi, Our company is also working with Spark and Phoenix. So that will be good if you are adding Phoenix interpreter in min binary release. Thanks & Regards Vikash Kumar Software Engineer Resilinc – India Center of Excellence | http://www.resilinc.com/ Mobile: +91-7276111812 [cid:image001.jpg@01D0

Re: Rest API

2016-06-17 Thread kevin giroux
Hi moon soo Lee, I add the an issues about that on JIRA => https://issues.apache.org/jira/browse/ZEPPELIN-1029 i try to use websocket also for changing the configuration as you said yesterday, but my call is always in "PENDING" Here there is my websocket call, on Angular2 with a Angular2-webso

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Benjamin Kim
Hi, Our company’s use is spark, phoenix, jdbc/psql. So, if you make different packages, I would need the full one. In addition, for the minimized one, would there be a way to pick and choose interpreters to add/plug in? Thanks, Ben > On Jun 17, 2016, at 1:02 AM, mina lee wrote: > > Hi all! >

How to remove uglify operation from zeppelin-web

2016-06-17 Thread Vikash Kumar
Hi all, How to remove uglify operation from zeppelin-web that I can remove the functionality of compression. Thanks & Regards Vikash Kumar

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Jongyoul Lee
Hello, Concerning jdbc, you can load drivers dynamically, and JdbcInterpreter covers all of function of PostgresqlInterpreter. Hope this help, JL On Fri, Jun 17, 2016 at 5:45 PM, kevin giroux wrote: > Postgres sql could be usefull. Many society use it. > > Le ven. 17 juin 2016 à 10:26, Mohit J

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread kevin giroux
Postgres sql could be usefull. Many society use it. Le ven. 17 juin 2016 à 10:26, Mohit Jaggi a écrit : > Perfect...with jdbc do you need to package several drivers? > > Sent from my iPhone > > On Jun 17, 2016, at 1:32 PM, mina lee wrote: > > Hi all! > > Zeppelin just started release process. P

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
Perfect...with jdbc do you need to package several drivers? Sent from my iPhone > On Jun 17, 2016, at 1:32 PM, mina lee wrote: > > Hi all! > > Zeppelin just started release process. Prior to creating release candidate I > want to ask users' opinion about how you want it to be packaged. > > F

Re: Cannot import a note

2016-06-17 Thread Sang-Min Yoon
Ah.. I clicked the right arrow button, and it shows 'Create Service Desk Request' :( I will create an issue for this problem. 2016-06-17 17:16 GMT+09:00 Ahyoung Ryu : > Hi Sang-Min, > > Regarding JIRA issue creation button, did you login with your account? > Once you login to JIRA, then you can

Re: Cannot import a note

2016-06-17 Thread Ahyoung Ryu
Hi Sang-Min, Regarding JIRA issue creation button, did you login with your account? Once you login to JIRA, then you can easily find *Create *red button at the middle of top. Thanks, Ahyoung 2016년 6월 17일 (금) 오전 1:10, Sang-Min Yoon 님이 작성: > Import fails with following exception > > > >> com.goog

Re: Zeppelin multi-user dashboards

2016-06-17 Thread Corneau Damien
That's why I was talking about easy way VS more complicated changes. The idea behind the easy way was to bypass the server save and send the result to the view directly. Honestly, I'm not knowledgeable enough to give an estimation of how hard caching of previous results, or other methods would be.

Cannot import a note

2016-06-17 Thread Sang-Min Yoon
Import fails with following exception > com.google.gson.JsonSyntaxException: 2016-06-16T04:39:11+ > at > com.google.gson.internal.bind.DateTypeAdapter.deserializeToDate(DateTypeAdapter.java:81) > at > com.google.gson.internal.bind.DateTypeAdapter.read(DateTypeAdapter.java:66)

Re: Zeppelin multi-user dashboards

2016-06-17 Thread ashish rawat
Yes, that looks like a good way to do it. Also, you mentioned an important point that user would have to stay on the page for query to finish and the results would be flushed when moving to a new page. This is typically the case in dashboard that queries have very small response times and users wai

Ask opinion regarding 0.6.0 release package

2016-06-17 Thread mina lee
Hi all! Zeppelin just started release process. Prior to creating release candidate I want to ask users' opinion about how you want it to be packaged. For the last release(0.5.6), we have released one binary package which includes all interpreters. The concern with providing one type of binary pac

Re: Zeppelin multi-user dashboards

2016-06-17 Thread Corneau Damien
The easy way to do that would be: Have an option on the notebook (automatic-save vs manual save), manual save could be set as an Admin command only, and once activated any change on the notebook wouldn't be propagated to others or saved in the note.json One drawback however would be that you would

Re: Zeppelin multi-user dashboards

2016-06-17 Thread ashish rawat
Thanks Vincent. I haven't explore git storage much, but it's important for us that the cost the maintaining a changing notebook and a changing user list shouldn't be high. If we have 20 dashboard users and there are minor changes in dashboard functionality every two weeks, then there should not be

Re: Zeppelin multi-user dashboards

2016-06-17 Thread ashish rawat
For Zeppelin, this is true that if the view is different from each user, then it is not the same notebook anymore. But from a dashboard perspective, multiple users work on the same dashboard, viewing different data and we still call it the same dashboard. Essentially, the difference boils down to