Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

2018-05-10 Thread Prabhjyot Singh
@m.belou...@tinkoff.ru I missed this notification > 1. The autocomplete in JDBC doesn't work because of completionSupport. > You could set `"completionSupport": false` in interpreter.json while > Zeppelin is down, but settings is reverted to "true" after Zeppelin start. > We can set completionSup

[GitHub] zeppelin pull request #2962: [ZEPPELIN-3447] Bump up version of jackson-data...

2018-05-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2962 ---

[GitHub] zeppelin pull request #2960: [Zeppelin 3388] Correcting documentation link t...

2018-05-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2960 ---

[GitHub] zeppelin issue #2960: [Zeppelin 3388] Correcting documentation link to zeppe...

2018-05-10 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2960 merged to master and 0.8 ---

Re: support of PR#2637 in 0.8.0

2018-05-10 Thread Jeff Zhang
The k8s support PR is pretty big, it is too risky to merge it into 0.8 now. Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore) < naveenakumar_gurushantap.panchappana...@nokia.com>于2018年5月11日周五 上午1:42写道: > Hi All, > > Zeppelin 0.8.0 supports Spark 2.3.0. Spark 2.3.0 supports running

[GitHub] zeppelin issue #2960: [Zeppelin 3388] Correcting documentation link to zeppe...

2018-05-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2960 sure,go ahead, @felixcheung ---

[GitHub] zeppelin issue #2960: [Zeppelin 3388] Correcting documentation link to zeppe...

2018-05-10 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2960 @zjffdu can I merge this to branch-0.8? ---

Re: Zeppelin code can access FileSystem

2018-05-10 Thread Jhon Anderson Cardenas Diaz
Thank you again Sam, after following your instructions it seems to be working but there is still a security concern, the main process that starts the interpreters would be running with root user right ?. For example with python interpreter the process would be this ($ps auxwww): *root* 203

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

2018-05-10 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @naveenkumargp Ideally, this should be merged (chances are unlikely if you check the history of the PR, and in a few days this will conflict with the master branch, so will be even more unlikely) o

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

2018-05-10 Thread naveenkumargp
Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 Hi @sancyx thanks for the update ,so now if we want to use this PR how to use. like should we take clone latest zeppelin source code add your changes manually and build. OR is there a

support of PR#2637 in 0.8.0

2018-05-10 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
Hi All, Zeppelin 0.8.0 supports Spark 2.3.0. Spark 2.3.0 supports running in Kubernetes cluster. Will Zeppelin support working with Spark on Kubernetes? Will 0.8.0 include the PR#2637? Regards Naveen

[GitHub] zeppelin issue #2960: [Zeppelin 3388] Correcting documentation link to zeppe...

2018-05-10 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2960 Hi @felixcheung could you release this into the next RC for 0.8.0? Thanks. ---

Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

2018-05-10 Thread Jeff Zhang
Thanks for the feedback Satoshi. I will backport them to 0.8 as well. Satoshi Iijima 于2018年5月10日周四 下午5:00写道: > Hi, > > Below resolved issues' changes are not included in branch-0.8. > Please commit them to branch-0.8 in the next RC. > > https://github.com/apache/zeppelin/pull/2912 - [ZEPPELIN-3

[jira] [Created] (ZEPPELIN-3451) Notebook result is cached

2018-05-10 Thread Jami Malikzade (JIRA)
Jami Malikzade created ZEPPELIN-3451: Summary: Notebook result is cached Key: ZEPPELIN-3451 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3451 Project: Zeppelin Issue Type: Bug

Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

2018-05-10 Thread Satoshi Iijima
Hi, Below resolved issues' changes are not included in branch-0.8. Please commit them to branch-0.8 in the next RC. https://github.com/apache/zeppelin/pull/2912 - [ZEPPELIN-3115] BigQuery interpreter does not render the output ... https://github.com/apache/zeppelin/pull/2854 - [ZEPPELIN-3310] Sci

Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

2018-05-10 Thread Jeff Zhang
Thanks for the verifying. I decide to cancel this Vote and fix these issue for the next RC Belousov Maksim Eduardovich 于2018年5月10日周四 下午3:40写道: > -1 > > 1. The autocomplete in JDBC doesn't work because of completionSupport. > You could set `"completionSupport": false` in interpreter.json while >

RE: [VOTE] Release Apache Zeppelin 0.8.0 (RC1)

2018-05-10 Thread Belousov Maksim Eduardovich
-1 1. The autocomplete in JDBC doesn't work because of completionSupport. You could set `"completionSupport": false` in interpreter.json while Zeppelin is down, but settings is reverted to "true" after Zeppelin start. We can set completionSupport to false before compilation or fix side effect of