[GitHub] zeppelin issue #2715: [ZEPPELIN-3123] Fix to create pid per each interpreter

2017-12-30 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2715 Concerning your PR, LGTM ---

[GitHub] zeppelin issue #2715: [ZEPPELIN-3123] Fix to create pid per each interpreter

2017-12-30 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2715 Hi, Thanks for the contribution. I, however, couldn't access your travis CI. Zeppelin uses your CI to test your PR, thus you need to enable it. Please check the document below and set it up.

Re: [Discussion] 0.8.0 Release

2017-12-30 Thread Jongyoul Lee
+1 except what we need to improve. Recently, I've got two negative feedbacks. 1. Poor performance in rendering many paragraphs including new tables in a note. 2. Too many queries of getting metadata from sql auto-completer They said it's very critical so they couldn't upgrade until it's

Re: [Discussion] 0.8.0 Release

2017-12-30 Thread Felix Cheung
+1 From: Jeff Zhang Sent: Wednesday, December 27, 2017 3:36:20 PM To: dev@zeppelin.apache.org Subject: Re: [Discussion] 0.8.0 Release I will update that jira, and anyone can link jiras that he think is critical for 0.8.0, but it is not

Re: [DISCUSS] Increase a few numbers in source code

2017-12-30 Thread Felix Cheung
Thanks! They look reasonable to me. Please feel free to open a PR From: Belousov Maksim Eduardovich Sent: Saturday, December 30, 2017 5:20:02 AM To: dev@zeppelin.apache.org Subject: [DISCUSS] Increase a few numbers in source code Hello,

[GitHub] zeppelin issue #2695: [ZEPPELIN-3089] Create user folders under Trash folder

2017-12-30 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2695 what's the next step then? ---

[GitHub] zeppelin pull request #2715: [ZEPPELIN-3123] Fix to create pid per each inte...

2017-12-30 Thread woowahan-jaehoon
GitHub user woowahan-jaehoon opened a pull request: https://github.com/apache/zeppelin/pull/2715 [ZEPPELIN-3123] Fix to create pid per each interpreter ### What is this PR for? When interpreter policy is not set globally, zeppelin run many interpreters but pid file is still

[GitHub] zeppelin issue #2714: [ZEPPELIN-3121] Fix to create log per each interpreter

2017-12-30 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2714 I seperated issue of pid and log because log has some issue. ---

[jira] [Created] (ZEPPELIN-3123) managing pid of interpreters can be missed when interpreter policy is not globally shared

2017-12-30 Thread Jaehoon Jeong (JIRA)
Jaehoon Jeong created ZEPPELIN-3123: --- Summary: managing pid of interpreters can be missed when interpreter policy is not globally shared Key: ZEPPELIN-3123 URL:

[DISCUSS] Increase a few numbers in source code

2017-12-30 Thread Belousov Maksim Eduardovich
Hello, team! There are some numbers in source code. The influence of these numbers is non-obvious and very important. 1. SchedulerFactory.java [1]: executor = ExecutorFactory.singleton().createOrGet("SchedulerFactory", 100); The meaning of "100" is that Zeppelin server can get only 100 started