[GitHub] zeppelin issue #2929: ZEPPELIN-3412 Enable query prefix syntax in bigquery i...

2018-04-27 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2929 test failure seems unrelated (and odd) so when text changed then merging if no more comment ---

[GitHub] zeppelin issue #2950: WIP ZEPPELIN-3432 Fix results object when throwing exc...

2018-04-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2950 LGTM ---

[GitHub] zeppelin pull request #2950: ZEPPELIN-3432 Fix results object when throwing ...

2018-04-27 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/2950 ZEPPELIN-3432 Fix results object when throwing exception while running job ### What is this PR for? Handling the issue that `InterpretJob.jobRun()` throws an `InterpreterException`

[GitHub] zeppelin issue #2929: ZEPPELIN-3412 Enable query prefix syntax in bigquery i...

2018-04-27 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue: https://github.com/apache/zeppelin/pull/2929 @felixcheung Fixed. Thank you for the review. ---

[GitHub] zeppelin issue #2903: [ZEPPELIN-3377] Passing Z variables to JDBC interprete...

2018-04-27 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2903 Hi @felixcheung is it possible to release this into 0.8.0? Thanks ---

[GitHub] zeppelin pull request #2946: [HOTFIX] Code style fix for branch-0.8

2018-04-27 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2946 ---

[GitHub] zeppelin issue #2929: ZEPPELIN-3412 Enable query prefix syntax in bigquery i...

2018-04-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2929 LGTM, will merge if no more comment ---

[jira] [Created] (ZEPPELIN-3435) Interpreter timeout lifecycle leads to interpreter process orphans

2018-04-27 Thread Andreas Weise (JIRA)
Andreas Weise created ZEPPELIN-3435: --- Summary: Interpreter timeout lifecycle leads to interpreter process orphans Key: ZEPPELIN-3435 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3435

[jira] [Created] (ZEPPELIN-3434) Error message shown to user should be consistent across interpreters

2018-04-27 Thread Supreeth Sharma (JIRA)
Supreeth Sharma created ZEPPELIN-3434: - Summary: Error message shown to user should be consistent across interpreters Key: ZEPPELIN-3434 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3434

[jira] [Created] (ZEPPELIN-3433) Incorrect status shown for %spark2 interpreter

2018-04-27 Thread Supreeth Sharma (JIRA)
Supreeth Sharma created ZEPPELIN-3433: - Summary: Incorrect status shown for %spark2 interpreter Key: ZEPPELIN-3433 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3433 Project: Zeppelin

[GitHub] zeppelin issue #2951: ZEPPELIN-3435. Interpreter timeout lifecycle leads to ...

2018-04-27 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2951 @weand I suspect this issue happens when LifecycleManager try to close InterpreterGroup when it is in the middle of starting (you can check the log to confirm it). If it is, could you help verify

[GitHub] zeppelin pull request #2951: ZEPPELIN-3435. Interpreter timeout lifecycle le...

2018-04-27 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2951 ZEPPELIN-3435. Interpreter timeout lifecycle leads to interpreter process orphans ### What is this PR for? This issue happens when LIfecycleManager try to close InterpreterGroup when it is

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-04-27 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2615 ---

[GitHub] zeppelin issue #2950: WIP ZEPPELIN-3432 Fix results object when throwing exc...

2018-04-27 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2950 ![image](https://user-images.githubusercontent.com/3612566/39390491-1dd4b4c2-4ad0-11e8-8248-5eab5e08484e.png) I've tested it but found it didn't show proper messages. I'll fix it until

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-04-27 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2615 [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters into interpreter settings ### What is this PR for? Field `protected Properties property` is protected. sometimes

[jira] [Created] (ZEPPELIN-3436) Flaky test: KnoxRestApiTest

2018-04-27 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3436: Summary: Flaky test: KnoxRestApiTest Key: ZEPPELIN-3436 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3436 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2929: ZEPPELIN-3412 Enable query prefix syntax in bigquery i...

2018-04-27 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue: https://github.com/apache/zeppelin/pull/2929 ready to review ---