Twister2 Release 0.3.0-rc2
Pre-release
Pre-release
chathurawidanage
released this
29 Aug 20:07
·
17 commits
to release-0.3.0
since this release
This is a major release of Twister2.
You can download source code from Github
Features of this release
In this release we moved to OpenMPI 4.0.1 and Python 3. Also we tested Twister2 with JDK 11.
- The initial version of Apache BEAM integration
- Fully functioning TSet API
- Simulator for writing applications with IDE
- Organize the APIs to facilitate easy creation of applications
- Improvements to performance including a new routing algorithm for shuffle operations
- Improved batch task scheduler (new batch scheduler)
- Inner joins and outer joins
- Support for reading HDFS files through TSet API
- The initial version of fault tolerance with manual restart
- Configuration structure improvements
- Nomad scheduler improvements
- New documentation website
Minor features
Apart from these, we have done many code improvements and bug fixes.
Next Release
In the next release we are working onto consolidate the Apache Beam integration and improve the
fault tolerance (automatic restart of wokers)