[GitHub] zeppelin issue #3163: ZEPPELIN-2619. Save note in ${notename_noteid}.zpln in...

2018-09-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3163 @mebelousov The issues you mentioned are resolved except the tooltip. I think the tooltip is correct, this is what zeppelin right now, first move note to trash, then user can remove it from trash

[GitHub] zeppelin pull request #3177: [MINOR] Disable checkstyle for `zeppelin-*` mod...

2018-09-11 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3177 [MINOR] Disable checkstyle for `zeppelin-*` modules ### What is this PR for? Disabling `checkstyle` for some modules including `zeppelin-*` as it breaks lambda expressions which are

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

2018-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3148 ---

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

Speakers needed for Apache DC Roadshow

2018-09-11 Thread Rich Bowen
We need your help to make the Apache Washington DC Roadshow on Dec 4th a success. What do we need most? Speakers! We're bringing a unique DC flavor to this event by mixing Open Source Software with talks about Apache projects as well as OSS CyberSecurity, OSS in Government and and OSS Career

[GitHub] zeppelin issue #3163: ZEPPELIN-2619. Save note in ${notename_noteid}.zpln in...

2018-09-11 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/3163 @zjffdu - In note tree plus sing near folder must create note in this folder not at root. - It's seems double dots as folder name is still not fixed. - Can we avoid CR/LF chars as

[jira] [Created] (ZEPPELIN-3776) Add zeppelin-interpreter as system dependency of zeppelin-interpreter-parent

2018-09-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3776: Summary: Add zeppelin-interpreter as system dependency of zeppelin-interpreter-parent Key: ZEPPELIN-3776 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3776

[GitHub] zeppelin pull request #3176: ZEPPELIN-3558. Refactor Scheduler component

2018-09-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3176 ZEPPELIN-3558. Refactor Scheduler component ### What is this PR for? This is a refactoring PR for refactoring scheduler component. This PR introduce AbstractScheduler which have many

[GitHub] zeppelin pull request #3175: ZEPPELIN-3774. Rename module interpreter-parent...

2018-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3175 ---

[GitHub] zeppelin issue #3163: ZEPPELIN-2619. Save note in ${notename_noteid}.zpln in...

2018-09-11 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/3163 @zjffdu * Now usual note has tooltip "Move this note to trash" on trash button. Trashed note has tooltip "Remove this note permanently". * Trashed note must be deleted on "Trash"

[jira] [Created] (ZEPPELIN-3775) Heartbeat between ZeppelinServer & Interpreter Process

2018-09-11 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3775: Summary: Heartbeat between ZeppelinServer & Interpreter Process Key: ZEPPELIN-3775 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3775 Project: Zeppelin

[GitHub] zeppelin pull request #3175: ZEPPELIN-3774. Rename module interpreter-parent...

2018-09-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3175 ZEPPELIN-3774. Rename module interpreter-parent to zeppelin-interpreter-parent ### What is this PR for? Trivial PR for module name refactoring. ### What type of PR is it?