Re: Zeppelin Integration with Livy Server

2016-06-19 Thread kishore
Yes. That would be help to support the usecase I mentioned. As a data scientist when I create a notebook after performing interactive analysis and would like to publish the algorithm for the production reasons, the transform feature can be leveraged to submit the code to livy. -- View this mess

Re: paragraph ordering/removal broken?

2016-06-19 Thread Randy Gelhausen
Anyone else seeing this issue and/or know how to resolve it? I've deleted and re-cloned/rebuilt the entire project (and my maven cache), restarted Chrome and my machine, but no luck. Still can't re-order or remove paragraphs from current master. On Sun, Jun 19, 2016 at 2:30 PM, Randy Gelhausen

Re: paragraph ordering/removal broken?

2016-06-19 Thread Hyung Sung Shim
Hi. I'll take care of this issue. give me a minute. 2016-06-20 9:14 GMT+09:00 Randy Gelhausen : > Anyone else seeing this issue and/or know how to resolve it? > > I've deleted and re-cloned/rebuilt the entire project (and my maven > cache), restarted Chrome and my machine, but no luck. > > Still

Re: paragraph ordering/removal broken?

2016-06-19 Thread Corneau Damien
The culprit is this commit: https://github.com/apache/zeppelin/commit/4a0dce525304ddee8a69bffc3eee20f4bbf4f209 On Mon, Jun 20, 2016 at 11:33 AM, Hyung Sung Shim wrote: > Hi. > I'll take care of this issue. give me a minute. > > 2016-06-20 9:14 GMT+09:00 Randy Gelhausen : > >> Anyone else seeing

Re: paragraph ordering/removal broken?

2016-06-19 Thread Hyung Sung Shim
Great point @Corneau Damien. I got an following error when i control the paragraph. ERROR [2016-06-20 11:41:02,473] ({qtp1424826835-36} NotebookServer.java[onMessage]:232) - Can't handle message org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager accessible to the calling code

Re: paragraph ordering/removal broken?

2016-06-19 Thread Randy Gelhausen
Can this be fixed by adding a default configuration someplace? Might be an easy fix On Sun, Jun 19, 2016 at 10:46 PM, Hyung Sung Shim wrote: > Great point @Corneau Damien. > I got an following error when i control the paragraph. > > ERROR [2016-06-20 11:41:02,473] ({qtp1424826835-36} > NotebookS

Re: paragraph ordering/removal broken?

2016-06-19 Thread Hyung Sung Shim
Hi Randy Gelhausen Could you try https://github.com/apache/zeppelin/pull/1048 ? Please let me know it's working or not. 2016-06-20 11:52 GMT+09:00 Randy Gelhausen : > Can this be fixed by adding a default configuration someplace? Might be an > easy fix > > On Sun, Jun 19, 2016 at 10:46 PM, Hyung