Re: [DISCUSS] Releasing 0.9.1

2021-07-05 Thread Jeff Zhang
Hi Bill, I haven't calculated that, you can refer this list for all the tickets that are merged in 0.9.1 https://issues.apache.org/jira/issues/?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20RESOLVED%20AND%20fixVersion%20%3D%200.9.1 Bill Brooks 于2021年7月6日周二 上午10:38写道: > Jeff, > > Apologie

Re: [DISCUSS] Releasing 0.9.1

2021-07-05 Thread Bill Brooks
Jeff, Apologies if you already covered this on the slack channel, but I was wondering, for the proposed release: - how many accepted commits that have never reached any Apache zeppelin official release are outstanding? Thanks, Bill On Mon, Jul 5, 2021 at 7:46 AM Jeff Zhang wrote: > Hi Folks,

Re: [DISCUSS] Releasing 0.9.1

2021-07-05 Thread Jeff Zhang
Hi Paul, What kind of issue do you have when building from source code ? Paul Brenner 于2021年7月6日周二 上午3:37写道: > We have been having more and more trouble getting builds from source > working so would love a new release. > > Paul Brenner > > Head of Data Science > *pbren...@placeiq.com* | (217)

Re: [DISCUSS] Releasing 0.9.1

2021-07-05 Thread Paul Brenner
We have been having more and more trouble getting builds from source working so would love a new release. Paul Brenner Head of Data Science pbren...@placeiq.com | (217) 390-3033 | www.placeiq.com twitter @placeiq linkedin /placeiq On Jul 5, 2021, 10:46 AM -0400, Jeff Zhang , wrote: > Hi Folks, >

[DISCUSS] Releasing 0.9.1

2021-07-05 Thread Jeff Zhang
Hi Folks, It has been about half year since the last release of 0.9.0, after that we have many fixes and improvements, what do you think of the release of 0.9.1 ? -- Best Regards Jeff Zhang

[ZEPPELIN-5414] set value for shell.command.timeout.millisecs

2021-07-05 Thread Eric Gao
Hi, The default threshold set for shell.command.timeout.millisecs is 60 seconds, which seems confusing. Users will find their process get killed if they take more than 60 seconds. I’m wondering whether it is a better idea to change it to unlimited? Thanks!