[GitHub] [zeppelin] alexott commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver

2020-03-26 Thread GitBox
alexott commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver URL: https://github.com/apache/zeppelin/pull/3699#issuecomment-604700276 Yep, the new driver requires big refactoring... I didn’t change much from functional point of view, except removing

[GitHub] [zeppelin] doanduyhai commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver

2020-03-26 Thread GitBox
doanduyhai commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver URL: https://github.com/apache/zeppelin/pull/3699#issuecomment-604698981 This is a massive update. I need to check it out and review it locally !

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Eric Pugh
Not sure if this is useful in the upgrade notes, but I was able to run inside of Zeppelin running in Docker: %sh ./bin/upgrade-note.sh I did have to stop and restart the Docker setup to pick up the newly upgraded notebooks, however it worked great. Eric > On Mar 26, 2020, at 9:57 AM, Jeff

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Jeff Zhang
Hi Everyone, Thanks for your testing and vote, we have 10 +1 ( 4 bindings) votes, no 0 and -1 vote, I am happy to announce the vote is passed, I will do the following release work. +1 Jongyoul Lee. * Yadong Xie Eric Pugh Prabhjyot Singh. * moon soo Lee * Xun Liu Khalid Huseynov NineQS

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Jeff Zhang
Here's my +1, of course Alex Ott 于2020年3月26日周四 下午8:33写道: > +1 from me (with note about netinst) > > I checked following: > >- downloaded all tgz artifacts & checked the checksums >- run full distribution - tested spark & cassandra interpreters >- built from source code > > The only

[GitHub] [zeppelin] alexott commented on a change in pull request #3696: [ZEPPELIN-4692]. zeppelin pyspark doesn't print java output

2020-03-26 Thread GitBox
alexott commented on a change in pull request #3696: [ZEPPELIN-4692]. zeppelin pyspark doesn't print java output URL: https://github.com/apache/zeppelin/pull/3696#discussion_r398582974 ## File path: spark/interpreter/src/main/java/org/apache/zeppelin/spark/PySparkInterpreter.java

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Alex Ott
+1 from me (with note about netinst) I checked following: - downloaded all tgz artifacts & checked the checksums - run full distribution - tested spark & cassandra interpreters - built from source code The only failing thing is netinst package - you can't install interpreters from

[GitHub] [zeppelin] alexott commented on a change in pull request #3698: [ZEPPELIN-4694]. Limit the number of running interpreter process

2020-03-26 Thread GitBox
alexott commented on a change in pull request #3698: [ZEPPELIN-4694]. Limit the number of running interpreter process URL: https://github.com/apache/zeppelin/pull/3698#discussion_r398530129 ## File path:

[GitHub] [zeppelin] alexott commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver

2020-03-26 Thread GitBox
alexott commented on issue #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver URL: https://github.com/apache/zeppelin/pull/3699#issuecomment-604393047 @doanduyhai can you help review it? This is an automated

[GitHub] [zeppelin] alexott opened a new pull request #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver

2020-03-26 Thread GitBox
alexott opened a new pull request #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver URL: https://github.com/apache/zeppelin/pull/3699 ### What is this PR for? This PR refactors Cassandra interpreter to use new DataStax Java driver (4.x) that has new features & new

[GitHub] [zeppelin] zjffdu opened a new pull request #3698: [ZEPPELIN-4694]. Limit the number of running interpreter process

2020-03-26 Thread GitBox
zjffdu opened a new pull request #3698: [ZEPPELIN-4694]. Limit the number of running interpreter process URL: https://github.com/apache/zeppelin/pull/3698 ### What is this PR for? This is to limit the number of running interpreter process to protect zeppelin machine ran out of memory.

[jira] [Created] (ZEPPELIN-4694) Limit the number of running interpreter process

2020-03-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4694: Summary: Limit the number of running interpreter process Key: ZEPPELIN-4694 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4694 Project: Zeppelin Issue

[GitHub] [zeppelin] zjffdu opened a new pull request #3697: [ZEPPELIN-4673]. Add option to only allow yarn-cluster mode for spark interpreter

2020-03-26 Thread GitBox
zjffdu opened a new pull request #3697: [ZEPPELIN-4673]. Add option to only allow yarn-cluster mode for spark interpreter URL: https://github.com/apache/zeppelin/pull/3697 ### What is this PR for? Yarn client mode and local mode will run driver in the same machine with zeppelin server,

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread NineQS CloverHearts
+1 보낸 사람: Khalid Huseynov 회신 대상: "us...@zeppelin.apache.org" 날짜: 2020년 3월 26일 목요일 오후 4:48 받는 사람: "us...@zeppelin.apache.org" 참조: dev 주제: Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1) + 1 On Thu, Mar 26, 2020 at 4:19 PM Xun Liu mailto:liu...@apache.org>> wrote: +1 On Thu, Mar 26,

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Khalid Huseynov
+ 1 On Thu, Mar 26, 2020 at 4:19 PM Xun Liu wrote: > +1 > > On Thu, Mar 26, 2020 at 5:33 AM moon soo Lee wrote: > >> +1 >> >> Tested >> - The binary package can run tutorial notebook out of the box >> - Can build docker image >> - scripts/docker/zeppelin/bin/Dockerfile give me some error

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Xun Liu
+1 On Thu, Mar 26, 2020 at 5:33 AM moon soo Lee wrote: > +1 > > Tested > - The binary package can run tutorial notebook out of the box > - Can build docker image > - scripts/docker/zeppelin/bin/Dockerfile give me some error on R > dependency installation. But I think it's not a blocker.