[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

2018-12-19 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3254 @fred521 Could you please describe issues that you have faced? ---

[GitHub] zeppelin issue #3205: [ZEPPELIN-3814] Add apply button to table settings

2018-12-19 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3205 I decided to put floppy icon as in `advanced-transformation-setting`. @jongyoul please help reviewing this. ---

[GitHub] zeppelin pull request #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table...

2018-12-06 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3254 [ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table ### What is this PR for? Add button to drop-down list in visualization table to copy column name. I

[GitHub] zeppelin pull request #3204: [WIP] [ZEPPELIN-3694] Dynamically change cron s...

2018-11-18 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3204 ---

[GitHub] zeppelin issue #3229: [ZEPPELIN-3869] Close interpreters in multithreaded mo...

2018-11-17 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3229 Hi @liuxunorg This PR just makes closing procedure faster: it places closing methods inside the threads, I don't think that it makes the whole closing procedure more rel

[GitHub] zeppelin pull request #3229: [ZEPPELIN-3869] Close interpreters in multithre...

2018-11-17 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3229 [ZEPPELIN-3869] Close interpreters in multithreaded mode ### What is this PR for? This PR provides multithreading realization of interpreters closing. Benchmark based on [JMH

[GitHub] zeppelin pull request #3205: [ZEPPELIN-3814] Add apply button to table setti...

2018-10-17 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3205 [ZEPPELIN-3814] Add apply button to table settings ### What is this PR for? Now changes in table settings applies only after page refreshing which isn't convenient * Settings

[GitHub] zeppelin pull request #3204: [ZEPPELIN-3694] Dynamically change scheduler th...

2018-10-14 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3204 [ZEPPELIN-3694] Dynamically change scheduler thread pool size using REST API ### What is this PR for? This PR is reopening of https://github.com/apache/zeppelin/pull/3121 It would

[GitHub] zeppelin pull request #3121: [ZEPPELIN-3694] Dynamically change scheduler th...

2018-10-10 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3121 ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-10-03 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI is green: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/436625044 ---

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-10-03 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @felixcheung could you point out good place for note/script? Let's close this PR :) @zjffdu WDYT ---

[GitHub] zeppelin issue #3148: [ZEPPELIN-3715] Fix text & titile passing in NotebookR...

2018-09-11 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3148 @zjffdu Seems that this PR can be merged, look, please ---

[GitHub] zeppelin issue #3165: [ZEPPELIN-3704] Scheduler.getJobsRunning() returns fin...

2018-09-11 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3165 ping @zjffdu ---

[GitHub] zeppelin issue #3165: [ZEPPELIN-3704] Scheduler.getJobsRunning() returns fin...

2018-09-03 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3165 @felixcheung This bug is hard to reproduce, I don't think that we could add elegant test for this. ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-31 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI is green: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422979013 ---

[GitHub] zeppelin issue #3148: [ZEPPELIN-3715] Fix text & titile passing in NotebookR...

2018-08-30 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3148 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422448244 ---

[GitHub] zeppelin issue #3165: [ZEPPELIN-3704] Scheduler.getJobsRunning() returns fin...

2018-08-30 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3165 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422446034 ---

[GitHub] zeppelin issue #3167: [ZEPPELIN-3698] Zeppelin stops working after a few day...

2018-08-30 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3167 Something went wrong with Travis check in PR, but CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422445142 ---

[GitHub] zeppelin pull request #3167: [ZEPPELIN-3698] Zeppelin stops working after a ...

2018-08-30 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3167 [ZEPPELIN-3698] Zeppelin stops working after a few days of uptime with RemoteEndpoint unavailable, outgoing connection not open ### What is this PR for? Notebooks suddenly show up

[GitHub] zeppelin pull request #3165: [ZEPPELIN-3704] Scheduler.getJobsRunning() retu...

2018-08-27 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3165 [ZEPPELIN-3704] Scheduler.getJobsRunning() returns finished jobs ### What is this PR for? Sometimes, when cron configured with active "After execution stop the interpreter&quo

[GitHub] zeppelin pull request #3153: [ZEPPELIN-3738] Fix enabling JMX in ZeppelinSer...

2018-08-20 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3153 [ZEPPELIN-3738] Fix enabling JMX in ZeppelinServer ### What is this PR for? There is a typo in the system variable name `ZEPPELIN_JMX_ENABLE`: ``` // Register MBean

[GitHub] zeppelin pull request #3110: [ZEPPELIN-3671] Add info about running interpre...

2018-08-20 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3110 ---

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-20 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @maziyarpanahi I can offer to put it in `dev` folder, because I don't know the place where it could be added for remote access, maybe @felixcheung could offer a better solution. ---

[GitHub] zeppelin pull request #3140: [WIP][ZEPPELIN-3713] Remove paragraph text and ...

2018-08-17 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3140 ---

[GitHub] zeppelin issue #3110: [ZEPPELIN-3671] Add info about running interpreters PI...

2018-08-16 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3110 @zjffdu Thank you for review in [3102](https://github.com/apache/zeppelin/pull/3102), I fixed tests. Our team is going to use this feature in our fork. If it can not be merged in

[GitHub] zeppelin issue #3110: [ZEPPELIN-3671] Add info about running interpreters PI...

2018-08-16 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3110 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/416708180 (with cherry picked [ZEPPELIN-3715](https://github.com/apache/zeppelin/pull/3148) otherwise it [falls](https

[GitHub] zeppelin pull request #3148: [ZEPPELIN-3715] Fix text & titile passing in No...

2018-08-16 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3148 [ZEPPELIN-3715] Fix text & titile passing in NotebookRestApi.runParagraph ### What is this PR for? All paragraphs processing as blank, because text string is empty. ``` @

[GitHub] zeppelin pull request #3107: [ZEPPELIN-3646] Add note for updating user perm...

2018-08-16 Thread egorklimov
GitHub user egorklimov reopened a pull request: https://github.com/apache/zeppelin/pull/3107 [ZEPPELIN-3646] Add note for updating user permissions ### What is this PR for? This is @mebelousov workaround to @maziyarpanahi [problem](https://issues.apache.org/jira/browse

[GitHub] zeppelin pull request #3107: [ZEPPELIN-3646] Add note for updating user perm...

2018-08-16 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3107 ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-16 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/416307550 ---

[GitHub] zeppelin issue #3140: [WIP][ZEPPELIN-3713] Remove paragraph text and title f...

2018-08-15 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3140 @zjffdu said: > I am afraid we have to keep title & text, because when we run paragraph, the paragraph text in backend may not be updated. That means api runParagraph is not o

[GitHub] zeppelin pull request #3140: [WIP][ZEPPELIN-3713] Remove paragraph text and ...

2018-08-14 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3140 [WIP][ZEPPELIN-3713] Remove paragraph text and title from NotebookService.runParagraph ### What is this PR for? NotebookService.runParagraph have paragraph text and title as args, it

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-14 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @felixcheung look again please. ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-13 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/415384640 ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-10 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI pass https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/414155839 ---

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-09 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 I moved note to `docs` and upgraded instructions, so it would be available in Zeppelin only for those who would follow instructions in Upgrade Docs. @maziyarpanahi, @felixcheung what

[GitHub] zeppelin pull request #3121: [ZEPPELIN-3694] Dynamically change scheduler th...

2018-08-09 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3121 [ZEPPELIN-3694] Dynamically change scheduler thread pool size using REST API ### What is this PR for? It would be nice if we could change thread pool size for scheduler dynamically

[GitHub] zeppelin issue #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRestApiTest...

2018-08-09 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3111 @zjffdu Look again please. ---

[GitHub] zeppelin issue #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRestApiTest...

2018-08-07 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3111 @zjffdu Yes I did, CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/412604637 ---

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-06 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @felixcheung On other hand, risk of showing all notes may be greater, therefore I think that we should add this workaround, because everyone who is upgrading from any version less than 0.8.x

[GitHub] zeppelin pull request #3111: testCronDisable fixed

2018-08-06 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3111 testCronDisable fixed ### What is this PR for? `testCronDisable` in `ZeppelinRestApiTest` produce error: ``` 09:15:51,001 ERROR org.quartz.core.ErrorLogger:2425 - Job (note

[GitHub] zeppelin pull request #3110: [ZEPPELIN-3671] Add info about running interpre...

2018-08-03 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3110 [ZEPPELIN-3671] Add info about running interpreters PIDs to API and JMX ### What is this PR for? This is a continuation of [3102](https://github.com/apache/zeppelin/pull/3102

[GitHub] zeppelin pull request #3102: [WIP][ZEPPELIN-3671] Add info about running int...

2018-08-03 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3102 ---

[GitHub] zeppelin issue #3100: ZEPPELIN-3557. Remove interpreter profiles

2018-08-02 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3100 @zjffdu, please look, smth went wrong: https://issues.apache.org/jira/browse/ZEPPELIN-3682 ---

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-08-01 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @felixcheung are there still any defects? ---

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-08-01 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3102 @zjffdu If I'm not mistaken according to `interpreter.sh`: ``` HOSTNAME=$(hostname) ZEPPELIN_SERVER=org.apache.zeppelin.interpreter.remote.RemoteInterpreterS

[GitHub] zeppelin pull request #3107: [ZEPPELIN-3646] Add note for updating user perm...

2018-08-01 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3107 [ZEPPELIN-3646] Add note for updating user permissions ### What is this PR for? This is @mebelousov workaround to @maziyarpanahi [problem](https://issues.apache.org/jira/browse

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-07-31 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3102 There are some troubles during processing `run` folder ---

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-07-30 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3102 No tests added yet. ---

[GitHub] zeppelin pull request #3102: [ZEPPELIN-3671] Add info about running interpre...

2018-07-30 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3102 [ZEPPELIN-3671] Add info about running interpreters to API and JMX ### What is this PR for? It would be nice if we could get PID of running interpreter, and group of paragraphs that

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-24 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @jongyoul CI is green https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407590408 ---

[GitHub] zeppelin pull request #3078: [ZEPPELIN-3628] HTML anchor links on paragraph ...

2018-07-24 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3078 ---

[GitHub] zeppelin pull request #3078: [ZEPPELIN-3628] HTML anchor links on paragraph ...

2018-07-24 Thread egorklimov
GitHub user egorklimov reopened a pull request: https://github.com/apache/zeppelin/pull/3078 [ZEPPELIN-3628] HTML anchor links on paragraph don't work in Google Chrome ### What is this PR for? Links like [1] work well in Firefox, but don't work in Chrome. 1. http:

[GitHub] zeppelin issue #3078: [ZEPPELIN-3628] HTML anchor links on paragraph don't w...

2018-07-24 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3078 @jongyoul CI is green https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407589455 ---

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-23 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @felixcheung I added `TException` and now it seems to be ok, thank you. * Zeppelin log for z.run("WrongParagraphId") and z.runNote("WrongNoteId"): ``` ERR

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-23 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @jongyoul result is unfortunately the same https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407075673 ---

[GitHub] zeppelin issue #3078: [ZEPPELIN-3628] HTML anchor links on paragraph don't w...

2018-07-20 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3078 @jongyoul I decided that it would be too hard for me to migrate away from bower to yarn now, maybe I'll try to do this later. ---

[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-20 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3078 Seems that in updated `scrollTo()` it's not allowed to pass `undefined `. Also I found one more error that was fixed after update: keyboard arrows scrolling works in Firefox, and do

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-20 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @felixcheung look again please. Here is some troubles with CI: tests 6 & 7 always fail, even after cleaning cache: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/404476903 ---

[GitHub] zeppelin issue #3082: [ZEPPELIN-3636] Add timeout for s3 amazon bucket endpo...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3082 @jongyoul check my test please. ---

[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3078 @jongyoul I could try to migrate away from bower to npm/yarn ---

[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3078 Something went wrong with dependencies: after that update, cursor stopped moving in paragraph text using keyboard arrows. ---

[GitHub] zeppelin pull request #3082: [ZEPPELIN-3636] Add timeout for s3 amazon bucke...

2018-07-18 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3082 [ZEPPELIN-3636] Add timeout for s3 amazon bucket endpoint ### What is this PR for? If there is no connection to amazonaws, app will wait for 2 minutes during setup: ``` INFO [2018

[GitHub] zeppelin pull request #3078: [ZEPPELIN-3628] HTML anchor links on paragraph ...

2018-07-17 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3078 [ZEPPELIN-3628] HTML anchor links on paragraph don't work in Google Chrome ### What is this PR for? Links like [1] work well in Firefox, but don't work in Chrome. 1. http:

[GitHub] zeppelin pull request #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run a...

2018-07-17 Thread egorklimov
GitHub user egorklimov reopened a pull request: https://github.com/apache/zeppelin/pull/3066 [ZEPPELIN-3618] ZeppelinContext methods z.run and z.runNote fall after passing wrong argument ### What is this PR for? Passing wrong argument to z.run() or z.runNote() causes error

[GitHub] zeppelin pull request #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run a...

2018-07-17 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3066 ---

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-12 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 I didn't find out how to send error message in paragraph result, my best try also removed other output in that paragraph, It would be nice if you could suggest an easy way to make it. ---

[GitHub] zeppelin pull request #3066: [Zeppelin-3618] ZeppelinContext methods z.run a...

2018-07-12 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3066 [Zeppelin-3618] ZeppelinContext methods z.run and z.runNote fall after passing wrong argument ### What is this PR for? Passing wrong argument to z.run() or z.runNote() causes error

[GitHub] zeppelin issue #3053: [ZEPPELIN-3583] Add function getNoteName() in Interpre...

2018-07-06 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3053 Look again please: * Thrift file updated * CI is green: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/400831400 ---

[GitHub] zeppelin issue #3053: [ZEPPELIN-3583] Add function getNoteName() in Interpre...

2018-07-05 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3053 Looks like fixed * CI is green: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/400447972 * Screenshot added. ---

[GitHub] zeppelin pull request #3053: [WIP] [ZEPPELIN-3583] Add function getNoteName(...

2018-07-05 Thread egorklimov
GitHub user egorklimov reopened a pull request: https://github.com/apache/zeppelin/pull/3053 [WIP] [ZEPPELIN-3583] Add function getNoteName() in InterpreterContext ### What is this PR for? Now we could get only current user and note ID. ``` note_id

[GitHub] zeppelin pull request #3053: [WIP] [ZEPPELIN-3583] Add function getNoteName(...

2018-07-05 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3053 ---

[GitHub] zeppelin pull request #3053: [ZEPPELIN-3583] Add function getNoteName() in I...

2018-07-04 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3053 [ZEPPELIN-3583] Add function getNoteName() in InterpreterContext ### What is this PR for? Now we could get only current user and note ID. ``` note_id = z.getInterpreterContext