[GitHub] zeppelin issue #2658: [ZEPPELIN-3042] updating jgit to support post-commit h...

2017-11-27 Thread kokes
Github user kokes commented on the issue: https://github.com/apache/zeppelin/pull/2658 I already have Travis set up and I linked its results in my initial comment. Or am I missing something? ---

[GitHub] zeppelin issue #2687: [ZEPPELIN-3077] Cron scheduler is easy to get stuck wh...

2017-11-27 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2687 `logger.info("execution ... ");` has been changed to `logger.warn("execution ... ");`. Thanks. ---

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
GitHub user liguohuicmss reopened a pull request: https://github.com/apache/zeppelin/pull/2685 [ZEPPELIN-3075]Fix unqiue algo for the web side in pivot.js file. ### What is this PR for? unique() algorithm is not correct in pivot.js file. If the input is `[2, 3, 3, 3, 4, 5]` a

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
Github user liguohuicmss closed the pull request at: https://github.com/apache/zeppelin/pull/2685 ---

[GitHub] zeppelin issue #2687: [ZEPPELIN-3077] Cron scheduler is easy to get stuck wh...

2017-11-27 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2687 @felixcheung > so if someone has a lot of notebook scheduled and running (from such schedule) at the same time, would it also cause quartz to run out of thread? Yes, but I think

[GitHub] zeppelin issue #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side in piv...

2017-11-27 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2685 ``` Looks like travis-ci is not configured for your fork. Please setup by swich on 'zeppelin' repository at https://travis-ci.org/profile and travis-ci. ``` ---

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
GitHub user liguohuicmss reopened a pull request: https://github.com/apache/zeppelin/pull/2685 [ZEPPELIN-3075]Fix unqiue algo for the web side in pivot.js file. ### What is this PR for? unique() algorithm is not correct in pivot.js file. If the input is `[2, 3, 3, 3, 4, 5]` a

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
Github user liguohuicmss closed the pull request at: https://github.com/apache/zeppelin/pull/2685 ---

[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-27 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2688 I guess the Jupyter behavior sort of make senses to me... It sounds like "Run All Above" means "runs everything from the top to right before this current paragraph", which can be useful for

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
GitHub user liguohuicmss reopened a pull request: https://github.com/apache/zeppelin/pull/2685 [ZEPPELIN-3075]Fix unqiue algo for the web side in pivot.js file. ### What is this PR for? unique() algorithm is not correct in pivot.js file. If the input is `[2, 3, 3, 3, 4, 5]` a

[GitHub] zeppelin pull request #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side...

2017-11-27 Thread liguohuicmss
Github user liguohuicmss closed the pull request at: https://github.com/apache/zeppelin/pull/2685 ---

[GitHub] zeppelin pull request #2686: [ZEPPELIN-3076]Chart field is also draggable an...

2017-11-27 Thread liguohuicmss
GitHub user liguohuicmss reopened a pull request: https://github.com/apache/zeppelin/pull/2686 [ZEPPELIN-3076]Chart field is also draggable and sortable in the 'keys', 'groups' and 'values' ### What is this PR for? Current the `keys`, `groups` and `values` is only droppable. It

[GitHub] zeppelin pull request #2686: [ZEPPELIN-3076]Chart field is also draggable an...

2017-11-27 Thread liguohuicmss
Github user liguohuicmss closed the pull request at: https://github.com/apache/zeppelin/pull/2686 ---

[GitHub] zeppelin issue #2658: [ZEPPELIN-3042] updating jgit to support post-commit h...

2017-11-27 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2658 thanks for contribution. I think need to configure travis with your account for builds https://zeppelin.apache.org/contribution/contributions.html#continuous-integration , otherwise couldn

[GitHub] zeppelin issue #2687: [ZEPPELIN-3077] Cron scheduler is easy to get stuck wh...

2017-11-27 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2687 All of the CI tests were passed: https://travis-ci.org/kjmrknsn/zeppelin/builds/308212514 ---

[GitHub] zeppelin issue #2668: ZEPPELIN-3051. Support Interpreter Process Recovery

2017-11-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2668 @felixcheung @Leemoonsoo @jongyoul Any more comments ? ---

[GitHub] zeppelin pull request #2668: ZEPPELIN-3051. Support Interpreter Process Reco...

2017-11-27 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2668 ---

[GitHub] zeppelin pull request #2668: ZEPPELIN-3051. Support Interpreter Process Reco...

2017-11-27 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/2668 ZEPPELIN-3051. Support Interpreter Process Recovery ### What is this PR for? This PR is for the purpose of recover running interpreter process when zeppelin server is restarted. This would b

[GitHub] zeppelin issue #2687: [ZEPPELIN-3077] Cron scheduler is easy to get stuck wh...

2017-11-27 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2687 @Leemoonsoo Thanks for your checking and suggestion. I added a test case to `NotebookTest.java`. ---

[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2688 Thanks @tinkoff-dwh for the contribution. The feature works as expected. Jupyer has "Run All Above" and "Run All Below". ![image](https://user-images.githubusercontent.com/1540981/3

[jira] [Created] (ZEPPELIN-3081) Data downloading issue on Microsoft Edge browser

2017-11-27 Thread Tao Li (JIRA)
Tao Li created ZEPPELIN-3081: Summary: Data downloading issue on Microsoft Edge browser Key: ZEPPELIN-3081 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3081 Project: Zeppelin Issue Type: B

[GitHub] zeppelin issue #2689: [ZEPPELIN-3080] Removing duplicate Date header

2017-11-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2689 Thanks @sjoerdmulder for the contribution. CI fails with error ``` Looks like travis-ci is not configured for your fork. Please setup by swich on 'zeppelin' repository a

[GitHub] zeppelin issue #2686: [ZEPPELIN-3076]Chart field is also draggable and sorta...

2017-11-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2686 Thanks @liguohuicmss for the improvement! I manually tested this branch and it works really well. It seems Jenkins somehow failed to start a build job for this pullrequest. @ligu

Re: What IDE do you use for dev Zep now?

2017-11-27 Thread 小野圭二
Thx for your info, Jongyoul. IntelliJ is popular, is not it? I did no know WebStorm. Seems like modern editor. If you have a time, I am appreciated if you tell me where do you import the point of Zeppelin Angular sources to WebStrorm? I mean do you import 'zeppelin-web/src' into WebStrom as your

[GitHub] zeppelin issue #2687: [ZEPPELIN-3077] Cron scheduler is easy to get stuck wh...

2017-11-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2687 Thanks @kjmrknsn for taking care of this problem. LGTM. If there's a unit around [here](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/test/java/org/apache/zeppelin/note

Re: What IDE do you use for dev Zep now?

2017-11-27 Thread Jongyoul Lee
I've used IntelliJ and started to use WebStorm for FE. but I'm not an expert of FE side On Sun, Nov 19, 2017 at 8:05 AM, 小野圭二 wrote: > Are there anyone who is developing Angular part in Zeppelin with any IDE? > If You are, which do You use? > > -keiji > > 2017-11-18 17:52 GMT+09:00 小野圭二 : > > >

[GitHub] zeppelin issue #2396: [ZEPPELIN-2451]: Add JDBC config option for calling co...

2017-11-27 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2396 LGTM ---

[GitHub] zeppelin pull request #2689: [ZEPPELIN-3080] Removing duplicate Date header

2017-11-27 Thread sjoerdmulder
GitHub user sjoerdmulder opened a pull request: https://github.com/apache/zeppelin/pull/2689 [ZEPPELIN-3080] Removing duplicate Date header ### What is this PR for? Removing the duplicate Date header that is also in the wrong format according to the RFC, currently every request

[jira] [Created] (ZEPPELIN-3080) Duplicate Date header on every request

2017-11-27 Thread Sjoerd Mulder (JIRA)
Sjoerd Mulder created ZEPPELIN-3080: --- Summary: Duplicate Date header on every request Key: ZEPPELIN-3080 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3080 Project: Zeppelin Issue Typ

dev@zeppelin.apache.org

2017-11-27 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2688 Zeppelin 2571&465 ### What is this PR for? This pr add the ability to run all paragraphs from the first to the current and from the current to the last. This makes it easier to update the

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2017-11-27 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @echarles jars from Zeppelin local-repo are set for spark-submit in `sparks.jars` parameter ---

[jira] [Created] (ZEPPELIN-3079) Flink Interpreter Error

2017-11-27 Thread ajinkya mahakalkar (JIRA)
ajinkya mahakalkar created ZEPPELIN-3079: Summary: Flink Interpreter Error Key: ZEPPELIN-3079 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3079 Project: Zeppelin Issue Type: Bu

[GitHub] zeppelin pull request #2687: [ZEPPELIN-3077] Cron scheduler is easy to get s...

2017-11-27 Thread kjmrknsn
GitHub user kjmrknsn opened a pull request: https://github.com/apache/zeppelin/pull/2687 [ZEPPELIN-3077] Cron scheduler is easy to get stuck when one of the cron jobs takes long time or gets stuck ### What is this PR for? The cron scheduler is easy to get stuck when one of the c

[jira] [Created] (ZEPPELIN-3078) The property of the Quartz Scheduler cannot be configurable

2017-11-27 Thread Keiji Yoshida (JIRA)
Keiji Yoshida created ZEPPELIN-3078: --- Summary: The property of the Quartz Scheduler cannot be configurable Key: ZEPPELIN-3078 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3078 Project: Zeppel

[jira] [Created] (ZEPPELIN-3077) Cron scheduler is easy to get stuck when one of the cron jobs takes long time or gets stuck

2017-11-27 Thread Keiji Yoshida (JIRA)
Keiji Yoshida created ZEPPELIN-3077: --- Summary: Cron scheduler is easy to get stuck when one of the cron jobs takes long time or gets stuck Key: ZEPPELIN-3077 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3