Anyone available to help with a release vote? On Sun, Mar 8, 2026 at 11:44 PM Luciano Resende <[email protected]> wrote:
> Here is my +1 > > We have resolved most, if not all license/notice related issues. > The only outstanding item is the distribution naming [1]; while it would > be beneficial to address, I don't consider it a blocker for this release. > > [1] https://lists.apache.org/thread/3ltd5fd1gvwvfhbb7qfhwj8rw4ljdq82 > > On Sun, Mar 8, 2026 at 11:38 PM Luciano Resende <[email protected]> > wrote: > >> Please vote to approve the release of Apache Toree 0.6.0-incubating (RC5). >> >> This new release introduces: >> - Support Apache Spark 3.4.4 >> - Support for Scala 2.13 >> - Migrated to use Apache Pekko instead of Akka >> - Update ScalaInterpreter to use context classloader >> - Add support to ARM platform on docker images >> - Reply message should implement status field >> - Fix deadlock on closing ZMQ by upgrading jeromq to 0.5.3 >> - Update AddJar command to support AWS S3a cloud storage >> - Update AddJar command to support Google cloud storage >> - Fire postRunCell event after cell execution >> >> >> https://github.com/apache/incubator-toree/compare/v0.5.0-incubating...v0.6.0-incubating-rc5 >> >> Also, note that for this release, due to changes on the Incubator release >> policy, we are >> producing two pip packages, one as apache-toree and another as toree for >> backward >> compatibility purposes. >> >> Tag: v0.6.0-incubating-rc3 (c5889f8f14349b155672d8237f873898d4d4bd1b) >> >> https://github.com/apache/incubator-toree/tree/v0.6.0-incubating-rc5 >> >> All distribution packages, including signatures, digests, etc. can be >> found at: >> >> >> https://dist.apache.org/repos/dist/dev/incubator/toree/0.6.0-incubating-rc5/ >> >> Staging artifacts can be found at: >> >> https://repository.apache.org/content/repositories/orgapachetoree-1024 >> >> ## Testing Instructions >> >> The fastest way to get up and running is to using Jupyter. >> >> 1. Install Jupyter if you haven't already ( >> http://jupyter.org/install.html) >> >> 2. Install Apache Toree via `pip install >> >> https://dist.apache.org/repos/dist/dev/incubator/toree/0.6.0-incubating-rc5/toree-pip/toree-0.6.0.tar.gz` >> <https://dist.apache.org/repos/dist/dev/incubator/toree/0.6.0-incubating-rc5/toree-pip/toree-0.6.0.tar.gz> >> followed by `jupyter toree install` >> >> - You need to set a valid Apache Spark 3.x home, which can be done via >> `jupyter toree install --spark_home=/usr/local/spark` >> >> - You may need to run with `sudo` for installation permission >> >> - For all installation options, run `jupyter toree install --help-all` >> >> 4. Run a Jupyter notebook server via `jupyter notebook` >> >> - If the notebook portion of Jupyter is not installed but Jupyter is, >> you can install via `pip install notebook` >> >> 5. Create a notebook using "Apache Toree - Scala" from the dropdown under >> new >> dev >> 6. Run Scala/Spark commands such as `sc.parallelize(1 to 100).sum()` in >> the >> notebook >> >> ## Voting Instructions >> >> The vote is open for at least 72 hours and passes if a majority of at >> least >> 3 +1 PMC votes are cast. >> >> [ ] +1 Release this package as Apache Toree 0.6.0-incubating >> [ ] -1 Do not release this package because ... >> >> -- >> Luciano Resende >> http://twitter.com/lresende1975 >> http://lresende.blogspot.com/ >> > > > -- > Luciano Resende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ > -- Luciano Resende http://twitter.com/lresende1975 http://lresende.blogspot.com/
