[GitHub] incubator-zeppelin pull request: [Zeppelin-354] - List notebooks R...

2015-11-04 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/369#issuecomment-153715600 Update ListNotebook API to match and use same code as socket implementation Ready for review --- If your project is set up for it, you can reply to

[GitHub] incubator-zeppelin pull request: [Zeppelin-354] - List notebooks R...

2015-11-02 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/369#issuecomment-153138378 Hi, Sorry for the late response, if I implement the list based on NoteInfo it means that we only publish Note id and Note Name as implemented in

[GitHub] incubator-zeppelin pull request: [Zeppelin-354] - List notebooks R...

2015-10-26 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/369 [Zeppelin-354] - List notebooks REST API replacing PR #367 This is the implementation, test and documentation of List notebooks REST API. The documentation include sample

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-354] - List Notebook RE...

2015-10-26 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/367 --- 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

[GitHub] incubator-zeppelin pull request: List Notebook REST API implementa...

2015-10-25 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/367 List Notebook REST API implementation, Test & documentation Implementation of List Notebook REST API including JUnit and documentation. The return JSON object include only

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create, del...

2015-10-10 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-147162051 Does someone has more comments on this one, or can we merge it? On Wed, Oct 7, 2015 at 8:09 AM CORNEAU Damien wrote

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create, del...

2015-10-08 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-146519919 @corneadoug as for the CORS question, cors filter is added on the server level see [this](https://github.com/apache/incubator-zeppelin/blob

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create, del...

2015-10-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-146074254 I agree that we shouldn't expose just random API but these are not just any utility functions, this is working with notebooks from ext

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create, del...

2015-10-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145960012 Ok, let's review this PR and merge it. I will open an additional JIRA issue for the content of the notebook and we will discuss options in it.

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create, del...

2015-10-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145936956 First, I agree that if it is ok with you we should merge this one and have another one for the paragraph requirement. As I understand, you are OK

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145831974 I just re-based on latest master and run test again. Ready for merge. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-06 Thread eranwitkon
GitHub user eranwitkon reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/334 zeppelin-333:Notebook create delete & clone REST API Initial implementation of createNote REST API. implementation overlap socket implementation, to minimal the effect

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-06 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/334 --- 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

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145817699 The above commit was already merged . I will remove it and rebase on latest. Tnx, בתאריך יום ג׳, 6 באוק׳ 2015, 13:31 מאת

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-05 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145636200 merged with update flik docs from [this commit](https://github.com/apache/incubator-zeppelin/commit/82ea80dc6a320a7d7e400495afa3cd97f1c523eb) --- If

[GitHub] incubator-zeppelin pull request: zeppelin-333:Notebook create dele...

2015-10-05 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145629683 This PR includes the following: - [x] Support for Create, Delete, Clone REST API. - [x] implementation of clone on zengine notebook

[GitHub] incubator-zeppelin pull request: zeppelin-333: [WIP] Notebook crea...

2015-10-05 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145550489 We can technically we can add this but I am intersted of what is the use case, zepplin is about interaction which means submitting a query and using

[GitHub] incubator-zeppelin pull request: zeppelin-333: [WIP] Notebook crea...

2015-10-03 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145296249 @nberserk please feel free to review and contribute... @vmakhaev please review and comment if this meets your request --- If your project is set up

[GitHub] incubator-zeppelin pull request: zeppelin-333: [WIP] Notebook crea...

2015-10-03 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/334#issuecomment-145296134 This PR includes the following: - [x] Support for Create, Delete, Clone REST API. - [x] implementation of clone on zengine notebook. - [x

[GitHub] incubator-zeppelin pull request: zeppelin-333: [WIP] Notebook crea...

2015-10-03 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/334 zeppelin-333: [WIP] Notebook create delete & clone REST API Initial implementation of createNote REST API. implementation overlap socket implementation to minimal the effect

[GitHub] incubator-zeppelin pull request: Send back message with note data ...

2015-10-02 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/332#issuecomment-145060183 @nberserk No problem, it wasn't my intention to hijack this PR. Can you open a JIRA ticket for this and we will start the work from it.

[GitHub] incubator-zeppelin pull request: Send back message with note data ...

2015-10-02 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/332#issuecomment-145045031 I don't know what was the original intent for separating the API between socket API and REST API but to me socket API are more internal and

[GitHub] incubator-zeppelin pull request: ZEPPELIN-238: Remove unused swagg...

2015-09-08 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/226#issuecomment-138806182 +1 from me. merged, build and tested. On Wed, Sep 9, 2015 at 9:11 AM Rohit Agarwal wrote: > @Leemoonsoo <https://gith

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-07 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/277#issuecomment-138220260 Just closed the PR and opened a new one PR #286. Hope it will pass CI and ready for merge. Eran On Mon, Sep 7, 2015 at 7:35 AM Alexander

[GitHub] incubator-zeppelin pull request: Zeppelin - 241: Add REST API Sett...

2015-09-07 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/286 Zeppelin - 241: Add REST API Setting CRUD tests This PR adds tests for create, Update Delete settings operations using REST API. You can merge this pull request into a Git

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-06 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/277 --- 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

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/277#issuecomment-138206642 Unneeded commits in the PR, closing and re-creating from master. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/277#issuecomment-138158057 This wasn't my intention, I am only changing 2 files but this was probebly due to rebase on master. I will try and see how to fix it. Sorry. -

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-05 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/277#issuecomment-138046469 Fixed and ready for review. --- 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

[GitHub] incubator-zeppelin pull request: adds test for the create, Update ...

2015-09-03 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/277 adds test for the create, Update & delete REST API This PR add the required tests for REST API CRUD operation. This replace previous PR's which where closed due to mer

[GitHub] incubator-zeppelin pull request: Zeppelin-241: Add Setting CRUD Re...

2015-09-03 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/268 --- 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

[GitHub] incubator-zeppelin pull request: Zeppelin interpreter documentatio...

2015-09-02 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/271 Zeppelin interpreter documentation and interpreter REST API documentation This PR updates the JSON sample in the documentation to match the new JSON format (omit the option section

[GitHub] incubator-zeppelin pull request: Zeppelin-241: Add Setting CRUD Re...

2015-09-01 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/268#issuecomment-136814507 This PR is ready for merge with pr #266. CI is completed successfully but the status is not showing. --- If your project is set up for it, you can

[GitHub] incubator-zeppelin pull request: Zeppelin-272: Remove option part ...

2015-09-01 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/266#issuecomment-136810321 I will have a look at this as well although the PR is about the REST API and as much as I tested this controller is not part of it. בת

[GitHub] incubator-zeppelin pull request: ZEPPELIN-238: Remove unused swagg...

2015-09-01 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/226#issuecomment-136647780 I think we should merge PR #266 which touches the same files and PR #268 which adds the REST API test and the re-base this one and merge. --- If your

[GitHub] incubator-zeppelin pull request: Zeppelin-272: Remove option part ...

2015-09-01 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/266#issuecomment-136645152 Fixed RAT issue. Ready for merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: Zeppelin-241: Add Setting CRUD Re...

2015-08-31 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/268#issuecomment-136343589 This PR is dependent on PR #266 and should be merged after it. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-zeppelin pull request: Zeppelin-241: Add Setting CRUD Re...

2015-08-31 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/268 Zeppelin-241: Add Setting CRUD Rest API tests This PR adds test for the create, Update & delete REST API You can merge this pull request into a Git repository by running: $

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

2015-08-31 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/258 --- 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

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

2015-08-31 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/258#issuecomment-136342308 This PR is integrated into PR #266 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: ZEPPELIN-241- Add tests for REST ...

2015-08-31 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/254 --- 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

[GitHub] incubator-zeppelin pull request: Zeppelin-272: Remove option part ...

2015-08-30 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/266 Zeppelin-272: Remove option part from REST API This PR remove the option part from the Interpreter setting REST API [x] Remove option from list settings [x] Remove option

[GitHub] incubator-zeppelin pull request: Zeppelin interpreter documentatio...

2015-08-28 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/256#issuecomment-135871193 Docs fixed abd ready for merge. בתאריך יום ו׳, 28 באוג׳ 2015, 09:21 מאת Lee moon soo < notificati...@github.

[GitHub] incubator-zeppelin pull request: Zeppelin interpreter documentatio...

2015-08-28 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/256#issuecomment-135728980 Docs fixed according to comments. Ready for merge. --- If your project is set up for it, you can reply to this email and have your reply appear on

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

2015-08-27 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/242 --- 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

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

2015-08-27 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-135522508 @Leemoonsoo I have PR #242 and PR #254 both opened. #242 is the fix for the InterpreterFactory I will close it. #254 is new REST API test - can

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

2015-08-27 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-135517008 Sorry for that, I had 241 based on 242. Since I did not know if you are going to accept both. If #241 is merged then the fix is already in

[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

[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 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

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

2015-08-25 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/258 Return the new setting ID in the response call in the REST API This PR changes the JSON body of the create setting REST api to return the new created setting ID. the new return

[GitHub] incubator-zeppelin pull request: Zeppelin interpreter documentatio...

2015-08-25 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/256 Zeppelin interpreter documentation and interpreter REST API documentation Add documentation about the role of Interpreters, interpreters group and interpreters settings in Zeppelin

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

2015-08-25 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-134504419 Ready for review\merge --- 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

[GitHub] incubator-zeppelin pull request: ZEPPELIN-241- Add tests for REST ...

2015-08-25 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/254 ZEPPELIN-241- Add tests for REST API Can someone help in this one? ``` Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.18 sec <<< FAIL

[GitHub] incubator-zeppelin pull request: Zeppelin-241 Add test for REST AP...

2015-08-25 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/243 --- 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

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

2015-08-21 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/242#issuecomment-133584373 I noticed this PR failed on CI. based on the log the InterpreterFactory JUnit failed. Not sure what to do with it as the unit test pass locally

[GitHub] incubator-zeppelin pull request: Zeppelin-241 Add test for REST AP...

2015-08-21 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/243 Zeppelin-241 Add test for REST API Add tests for all REST API You can merge this pull request into a Git repository by running: $ git pull https://github.com/eranwitkon

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

2015-08-21 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/242 Fix getRegisteredInterpreterList to avoid adding null to the list This PR fix the getRegisteredInterpreterList InterpreterFactory is looping through the interpreters class

[GitHub] incubator-zeppelin pull request: Add argument check for option and...

2015-08-21 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/241 Add argument check for option and properties to protect from NPE Here is the repro steps: 1) run zeppelin 2) using some REST client call the update settings with the

[GitHub] incubator-zeppelin pull request: Protect from NPE when creating In...

2015-08-21 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/223 --- 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

[GitHub] incubator-zeppelin pull request: [Zeppelin-254] getRegisteredInter...

2015-08-21 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/240 --- 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

[GitHub] incubator-zeppelin pull request: [Zeppelin-254] getRegisteredInter...

2015-08-21 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/240 [Zeppelin-254] getRegisteredInterpreterList add NULL to the list InterpreterFactory register all interpreters by looping through the config interpreter class list and looking for

[GitHub] incubator-zeppelin pull request: ZEPPELIN-157: Adding Map Visualiz...

2015-08-21 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/152#issuecomment-133525197 Did you see my comment from 5 days ago? Now that I can run the code I found this behavior : Try the following code: %sql select

[GitHub] incubator-zeppelin pull request: Protect from NPE when creating In...

2015-08-20 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/223#issuecomment-133038636 Fixed CI problem. Ready for review\merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-zeppelin pull request: Zeppelin-241 Improve REST API cod...

2015-08-19 Thread eranwitkon
Github user eranwitkon closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/232 --- 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

[GitHub] incubator-zeppelin pull request: Zeppelin-241 Improve REST API cod...

2015-08-19 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/232 Zeppelin-241 Improve REST API code and documentation The goal of this PR is to improve the accessbility of the REST API and the REST documentation - [ ] Move the base parameters

[GitHub] incubator-zeppelin pull request: ZEPPELIN-238: Remove unused swagg...

2015-08-19 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/226#issuecomment-132560195 I think having an updated Swagger information including swagger.json for swagger UI is a good thing for zeppelin as it allows developers to integrate

[GitHub] incubator-zeppelin pull request: Protect from NPE when creating In...

2015-08-19 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/223#issuecomment-132481889 I updated the code based on the comments above and committed again. Ready for review... Eran On Wed, Aug 19, 2015 at 9:17 AM IT CTO wrote

[GitHub] incubator-zeppelin pull request: Protect from NPE when creating In...

2015-08-18 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/223#issuecomment-132458954 Here is the repro steps: 1) run zeppelin 2) using some REST client call the update settings with the following JSON {"id":"2

[GitHub] incubator-zeppelin pull request: Protect from NPE when creating In...

2015-08-18 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/223 Protect from NPE when creating Interpreter Group When creating Interpreter group using missing data from REST call a NPE accrues. this fix protect from that and add some test cases

[GitHub] incubator-zeppelin pull request: ZEPPELIN-157: Adding Map Visualiz...

2015-08-16 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/152#issuecomment-131536089 Cool that did the trick. Now that I can run the code I found this behavior : Try the following code: %sql select Name from myMap

[GitHub] incubator-zeppelin pull request: ZEPPELIN-157: Adding Map Visualiz...

2015-08-15 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/152#issuecomment-131438629 Hi, I tried testing your PR (152) but I could not see the map icon on the output page. ![selection_016](https://cloud.githubusercontent.com

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-15 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-131425303 Added the documentation - see my pull request https://github.com/apache/incubator-zeppelin/pull/214 Eran On Fri, Aug 14, 2015 at 5:38 PM

[GitHub] incubator-zeppelin pull request: Add 'Notebook as Homepage' page t...

2015-08-15 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/214 Add 'Notebook as Homepage' page to the manual This pull request add the 'Notebook as Homepage' to the manual section and re-arrange the manual to a separate

[GitHub] incubator-zeppelin pull request: Show line number overide the para...

2015-08-13 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/210 Show line number overide the paragraph title Show line number was calling ```commitParagraph``` with the wrong parameter as title which result in losing the title when hide\show

[GitHub] incubator-zeppelin pull request: ZEPPELIN-188 Display of line numb...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/174#issuecomment-130827787 The problem above is due to the ```commitParagraph``` call within ```$scope.showLineNumbers``` and ```$scope.hideLineNumbers``` --- If your project

[GitHub] incubator-zeppelin pull request: ZEPPELIN-188 Display of line numb...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/174#issuecomment-130825698 Just found out that when we turn on line number or turn of line numbers it always reset the paragraph title. ![selection_014](https

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130810948 Where are we going to document this option? (as it is a user option and not a developer option? I would like to propose adding this part to the

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130763041 I agree. I see home page in report mode as the most common use case (right?) So any user using it in report mode need to run it in startup, (right

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130760983 Yes, do we dupport this feature? 'Run at startup?' בתאריך יום ה׳, 13 באוג׳ 2015, 19:54 מאת Lee moon soo <

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-13 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130754464 I would expect that if we set a page as home page we need to execute it automaticly on load, right? בתאריך יום ה׳, 13

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-11 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-130184141 Here is what I see when I set a a spesific notebook as homepage ![selection_011](https://cloud.githubusercontent.com/assets/2227083/9216948/e854f766

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-11 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129781252 Here they are re-attached On Mon, Aug 10, 2015 at 10:23 PM Lee moon soo wrote: > @eranwitkon <https://github.com/eranwitkon&g

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-09 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129321693 based on my test it revert back to the original homepage. Eran On Mon, Aug 10, 2015 at 9:13 AM Anthony Corbacho wrote: > W

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-09 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129316536 Hi, I tested this again with the following results: 1) I can set the variable both in the *-env and *-site and get it to work 2) hide the

[GitHub] incubator-zeppelin pull request: ZEPPELIN213: Notebook toggleAllTa...

2015-08-09 Thread eranwitkon
GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/195 ZEPPELIN213: Notebook toggleAllTable and toggleAllEditor does not mat… This fix match the notebook buttons (code & output) behavior to the paragraph behavior (code &

[GitHub] incubator-zeppelin pull request: ZEPPELIN-210 Show notebook in a h...

2015-08-09 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/191#issuecomment-129227208 I tested this feature but could not get it to work. 1) we should add the property place holder to zeppelin-site.xml.template and env variable to

[GitHub] incubator-zeppelin pull request: Improve magic display system

2015-08-09 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/164#issuecomment-129221434 I hope we are going to merge this one before moving to the list implementation. Eran בתאריך יום א׳, 9 באוג׳ 2015, 20:36 מאת

[GitHub] incubator-zeppelin pull request: Improve magic display system

2015-08-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/164#issuecomment-128366820 I agree that in the long run this could be a better solution but I believe that making small steps here is important and solve current problems

[GitHub] incubator-zeppelin pull request: Improve magic display system

2015-08-06 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/164#issuecomment-128293669 I changed the implementation according to the new rule: "paragraph type will be set by the first magic word in the paragraph" this allow

[GitHub] incubator-zeppelin pull request: Improve magic display system

2015-08-01 Thread eranwitkon
Github user eranwitkon commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/164#issuecomment-126936773 I see, this changes the rule we thought of but it needs to be fixed. I suggest the new rule: paragraph type will be set by the first magic word in