[GitHub] zeppelin issue #2918: [ZEPPELIN-3399] Tests failing with no changes - ShellS...

2018-04-11 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2918 @zjffdu ---

[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2442 ping @tinkoff-dwh @mebelousov ---

[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2442 Cache is clean now. I try to retrigger from both accounts. The result is the sameю ---

[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2442 Could you create another PR to trigger the build ? ---

[GitHub] zeppelin pull request #2920: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread mebelousov
GitHub user mebelousov opened a pull request: https://github.com/apache/zeppelin/pull/2920 [ZEPPELIN-2679] JDBC. precode for session ### What is this PR for? We have a precode for interpreter (all interpreters) which executes once after start interpreter. With it we can create s

[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

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

[GitHub] zeppelin pull request #2920: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread mebelousov
GitHub user mebelousov reopened a pull request: https://github.com/apache/zeppelin/pull/2920 [ZEPPELIN-2679] JDBC. precode for session ### What is this PR for? We have a precode for interpreter (all interpreters) which executes once after start interpreter. With it we can create

[GitHub] zeppelin pull request #2920: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread mebelousov
Github user mebelousov closed the pull request at: https://github.com/apache/zeppelin/pull/2920 ---

[GitHub] zeppelin issue #2920: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2920 @zjffdu Another repo and another PR, but the same error https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/365002216 ---

[GitHub] zeppelin issue #2915: ZEPPELIN-3391 Incorrect status shown for '%livy2.conf'...

2018-04-11 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2915 will merge this if there are no more discussions ---

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

2018-04-11 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2903 Oops! I must have messed up somewhere! I've corrected the style issues now @felixcheung, and the one remaining failure appears to be a build script problem unrelated to my code.

[jira] [Created] (ZEPPELIN-3400) Zeppelin npm error: getaddrinfo ENOTFOUND

2018-04-11 Thread Parul Tater (JIRA)
Parul Tater created ZEPPELIN-3400: - Summary: Zeppelin npm error: getaddrinfo ENOTFOUND Key: ZEPPELIN-3400 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3400 Project: Zeppelin Issue Type

[GitHub] zeppelin issue #2914: [ZEPPELIN-3350] Don't allow set cronExecutionUser

2018-04-11 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2914 @zjffdu are you sure this works when logged out? i followed the call stack and I'm wondering if there would happen NPE if no AuthenticationInfo is present: org.apache.zeppelin.notebook.Note.runAl

[jira] [Created] (ZEPPELIN-3401) Deadlock while restarting interpreter

2018-04-11 Thread Harel Ben Attia (JIRA)
Harel Ben Attia created ZEPPELIN-3401: - Summary: Deadlock while restarting interpreter Key: ZEPPELIN-3401 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3401 Project: Zeppelin Issue

[GitHub] zeppelin issue #2915: ZEPPELIN-3391 Incorrect status shown for '%livy2.conf'...

2018-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2915 Thanks @r-kamath , but I don't think this is the fix. As you can see we have unit test to cover this. https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/test/java/org/apache/zeppel

[GitHub] zeppelin issue #2914: [ZEPPELIN-3350] Don't allow set cronExecutionUser

2018-04-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2914 @weand Do you see any issue when logged out ? ---

[GitHub] zeppelin issue #2915: ZEPPELIN-3391 Incorrect status shown for '%livy2.conf'...

2018-04-11 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2915 @zjffdu thanks for the pointer. I didn't check out the tests. My bad! ---

[GitHub] zeppelin pull request #2921: Zeppelin npm error: getaddrinfo ENOTFOUND

2018-04-11 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/2921 Zeppelin npm error: getaddrinfo ENOTFOUND ### What is this PR for? Zeppelin npm error: getaddrinfo ENOTFOUND - upgrade frontend-maven-plugin to 1.4 ### What type of PR is it?