[jira] [Created] (ZEPPELIN-265) Auto save when user leaves a page

2015-08-26 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-265: Summary: Auto save when user leaves a page Key: ZEPPELIN-265 URL: https://issues.apache.org/jira/browse/ZEPPELIN-265 Project: Zeppelin Issue Type: Im

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

2015-08-26 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/260 auto save on page navigation This should take care of accidental browser close actions. You can merge this pull request into a Git repository by running: $ git pull https://g

[GitHub] incubator-zeppelin pull request: Return the new setting ID in the ...

2015-08-26 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/258#issuecomment-134948895 CI failed due to a download problem: ```Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm (install node and

[GitHub] incubator-zeppelin pull request: Fix getRegisteredInterpreterList ...

2015-08-26 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-134949085 This PR fix a bug in the getRegisteredInterpreterList. Ready to review and merge, please. --- If your project is set up for it, you can reply to this

[GitHub] incubator-zeppelin pull request: Return the new setting ID in the ...

2015-08-26 Thread djoelz
Github user djoelz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/258#issuecomment-134950733 Just remove an empty line in one of your files and push again it will trigger a new build. That file has been failing on my builds too. We should look into th

[GitHub] incubator-zeppelin pull request: ZEPPELIN-181 Provide more Feedbac...

2015-08-26 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/incubator-zeppelin/pull/261 ZEPPELIN-181 Provide more Feedback on UI when Clicking the Cancel/Stop Button of a Pending/Running Paragraph On branch ZEPPELIN-181 Changes to be committed: modified: z

[GitHub] incubator-zeppelin pull request: ZEPPELIN-181 Provide more Feedbac...

2015-08-26 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/261#issuecomment-134980907 Tried on my local, LGTM. --- 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 proje

[jira] [Created] (ZEPPELIN-266) all "/" in ZEPPELIN_JAVA_OPTS are converted to "."

2015-08-26 Thread Yang Lei (JIRA)
Yang Lei created ZEPPELIN-266: - Summary: all "/" in ZEPPELIN_JAVA_OPTS are converted to "." Key: ZEPPELIN-266 URL: https://issues.apache.org/jira/browse/ZEPPELIN-266 Project: Zeppelin Issue Type:

Re: why zeppelin SparkInterpreter use FIFOScheduler

2015-08-26 Thread moon soo Lee
Hi Pranav, Thanks for sharing the plan. I think passing InterpreterContext to completion() make sense. Although it changes interpreter api, changing now looks better than later. Thanks. moon On Tue, Aug 25, 2015 at 11:22 PM Pranav Kumar Agarwal wrote: > Hi Moon, > > > I think releasing SparkI

[GitHub] incubator-zeppelin pull request: ZEPPELIN_PORT=10008 removed

2015-08-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/255#issuecomment-135050260 LGTM --- 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 fe

[jira] [Created] (ZEPPELIN-267) Support OpenStack Swift as NotebookRepo

2015-08-26 Thread Yang Lei (JIRA)
Yang Lei created ZEPPELIN-267: - Summary: Support OpenStack Swift as NotebookRepo Key: ZEPPELIN-267 URL: https://issues.apache.org/jira/browse/ZEPPELIN-267 Project: Zeppelin Issue Type: Improvemen

[GitHub] incubator-zeppelin pull request: Fix getRegisteredInterpreterList ...

2015-08-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-135111413 How it is different from https://github.com/apache/incubator-zeppelin/pull/240 ? --- If your project is set up for it, you can reply to this email and ha

[GitHub] incubator-zeppelin pull request: ZEPPELIN-263: Don't pass Exceptio...

2015-08-26 Thread mindprince
Github user mindprince commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/259#issuecomment-135140040 To check the effect of this PR: ``` $ curl -i -d '{}' -X PUT localhost:8080/api/interpreter/setting/asdf ``` Before: ``` HTTP/1

[jira] [Created] (ZEPPELIN-268) Create Data validation Services

2015-08-26 Thread Udantha (JIRA)
Udantha created ZEPPELIN-268: Summary: Create Data validation Services Key: ZEPPELIN-268 URL: https://issues.apache.org/jira/browse/ZEPPELIN-268 Project: Zeppelin Issue Type: Task Rep

[jira] [Created] (ZEPPELIN-269) Zeppelin Error services

2015-08-26 Thread Udantha (JIRA)
Udantha created ZEPPELIN-269: Summary: Zeppelin Error services Key: ZEPPELIN-269 URL: https://issues.apache.org/jira/browse/ZEPPELIN-269 Project: Zeppelin Issue Type: Improvement Compon

[GitHub] incubator-zeppelin pull request: ZEPPELIN_PORT=10008 removed

2015-08-26 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/255#issuecomment-135201501 +1 --- 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 fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-236: state representatio...

2015-08-26 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/257#issuecomment-135201699 Do you have a screen cap of this with the textbox with unsaved text state (text box left bar has a color)? --- If your project is set up for it, you can

[GitHub] incubator-zeppelin pull request: ZEPPELIN-219: Paragaph mode auto-...

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/206#issuecomment-135282089 Hi, Sorry guys I'm taking a bit of time on this one. I actually started by understanding the code to know what test I could make, and ended up spending

[GitHub] incubator-zeppelin pull request: ZEPPELIN-219: Paragaph mode auto-...

2015-08-26 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/206#issuecomment-135284755 @corneadoug not sure but think that to be able to see it in "create new PR" ui you need to make sure that the branch you are using is actually derived from https

[GitHub] incubator-zeppelin pull request: ZEPPELIN-219: Paragaph mode auto-...

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/206#issuecomment-135285097 I created a remote with his branch, then used his branch as a base. The weird part being that I have the choice of everybody except him --- If your pr

[GitHub] incubator-zeppelin pull request: ZEPPELIN-236: state representatio...

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/257#issuecomment-135286465 It's pretty rare to have a view that big of the notebook (seeing more than 2 paragraph at a time) --- If your project is set up for it, you can reply to

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

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/260#issuecomment-135293439 This is working well. While testing this branch I found those, and I think it could be taken care of here: * When we fast click on notebook lo

[GitHub] incubator-zeppelin pull request: ZEPPELIN-219: Paragaph mode auto-...

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/206#issuecomment-135294267 @tzolov can you merge this into your branch then? https://github.com/corneadoug/incubator-zeppelin/tree/improve/ZEPPELIN-219 --- If your project is set u

[GitHub] incubator-zeppelin pull request: ZEPPELIN-181 Provide more Feedbac...

2015-08-26 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/261#issuecomment-135295141 I think this should be handled at the Websocket/Backend level. For example, after sending the CANCEL_PARAGRAPH, you will receive the note with par

[GitHub] incubator-zeppelin pull request: Fix getRegisteredInterpreterList ...

2015-08-26 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-135295501 Thus is not different, 240 is closed due to a problem I had with push. This replace 240. Thanks בתאריך יום ד׳, 26 באוג׳ 20