[GitHub] incubator-zeppelin pull request: Paragraph CSS to its own file

2015-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/311 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

Re: NotebookRepos

2015-09-24 Thread moon soo Lee
Hi Dirceu, Thanks for the feedback. https://issues.apache.org/jira/browse/ZEPPELIN-269 implements notification service in front-end. But there're no equivalent part in the back-end side yet. If there're some notification service in a back-end side that propagate messages to front-end, the service

[GitHub] incubator-zeppelin pull request: Update angular.md

2015-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/317 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: Update angular.md

2015-09-24 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/317#issuecomment-143121374 Looks good to me --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] incubator-zeppelin pull request: ZEPPELIN-312: use threadpoll to d...

2015-09-24 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/319#issuecomment-143106665 Nice improvement. I think this change does not guarantee message delivery order to the websocket connection. How about make `broadcast()` and `bro

[GitHub] incubator-zeppelin pull request: auto save on page navigation

2015-09-24 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/260#issuecomment-143105625 @prabhjyotsingh Sorry, kinda forgot about this PR being ready. I see that one test was squashed also what it was testing still exist, could you fix tha

[GitHub] incubator-zeppelin pull request: ZEPPELIN-293 notebook execution r...

2015-09-24 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/293#issuecomment-143102325 @vinayshukla same steps, with fast click on home after launching the run all notes --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-zeppelin pull request: auto save on page navigation

2015-09-24 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/260#issuecomment-142972991 @corneadoug @Leemoonsoo do i need to add something as well, or is there a case that has been missed out ? --- If your project is set up for it, you c

[GitHub] incubator-zeppelin pull request: ZEPPELIN-293 notebook execution r...

2015-09-24 Thread vinayshukla
Github user vinayshukla commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/293#issuecomment-142965751 @corneadoug Hey Doug, Can you please show the steps you took when the issue is still reproducible? Did you follow the same steps @prabhjyotsingh too

[jira] [Created] (ZEPPELIN-322) SparkUI doesn't get killed after test

2015-09-24 Thread Rick Moritz (JIRA)
Rick Moritz created ZEPPELIN-322: Summary: SparkUI doesn't get killed after test Key: ZEPPELIN-322 URL: https://issues.apache.org/jira/browse/ZEPPELIN-322 Project: Zeppelin Issue Type: Bug

[GitHub] incubator-zeppelin pull request:

2015-09-24 Thread RPCMoritz
Github user RPCMoritz commented on the pull request: https://github.com/apache/incubator-zeppelin/commit/528dbfaa93fc4e91bf20f30e1498907271073e1a#commitcomment-13412803 In zeppelin-interpreter/src/test/java/org/apache/zeppelin/scheduler/RemoteSchedulerTest.java: In zeppelin-inter

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-319]wait an additional ...

2015-09-24 Thread RPCMoritz
GitHub user RPCMoritz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/323 [ZEPPELIN-319]wait an additional .5 seconds, if assertion will fail This test failed randomly during a build. To make sure this is not due to timing issues, we can optionally wait an a

[GitHub] incubator-zeppelin pull request: The elapsed time is displayed on ...

2015-09-24 Thread cloverhearts
Github user cloverhearts commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/322#issuecomment-142887892 Thank you answer. I will make sure you can read it changed. Have a nice day --- If your project is set up for it, you can reply to this email a

[GitHub] incubator-zeppelin pull request: The elapsed time is displayed on ...

2015-09-24 Thread anthonycorbacho
Github user anthonycorbacho commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/322#issuecomment-142883412 Hi, nice PR, but can you consider to use momentjs (http://momentjs.com/docs/#/displaying/fromnow/)? will same some un necessary code

[GitHub] incubator-zeppelin pull request: The elapsed time is displayed on ...

2015-09-24 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/incubator-zeppelin/pull/322 The elapsed time is displayed on the notebook list ![cap 2015-09-24 19-02-09-081](https://cloud.githubusercontent.com/assets/10525473/10070907/a0160f28-62f0-11e5-9188-ae40fb64c401.p

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-24 Thread rookalkar
GitHub user rookalkar opened a pull request: https://github.com/apache/incubator-zeppelin/pull/321 Adding Boxplot This feature adds a BoxPlot. It works seamlessly for about 10,000 rows of data. I am currently also working on crunching the data required in the back end and

[GitHub] incubator-zeppelin pull request: ZEPPELIN-306 - Fix Notebook Actio...

2015-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/314 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-312: use threadpoll to d...

2015-09-24 Thread zenglinxi0615
Github user zenglinxi0615 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/319#issuecomment-142855003 I see. Actually I have already merge this PR in our branch, and use zeppelin in production environment for several days, it works well so far, and t