v0.0.24 - Basic RDD and PairRDD Support
Pre-release
Pre-release
anthony-khong
released this
26 Aug 04:15
·
142 commits
to develop
since this release
- RDD and PairRDD Support: basic actions and transformations are supported, but it will require AOT compilations to pass serialisable functions to RDD's higher-order functions. Therefore, the RDD REPL experience is rather poor.
- Isolated Docker Runs: all Docker operations on the
Makefile
now runs on a temporary directory, so that there are no race conditions in writing to thetarget
directory. This means thatmake ci --jobs 3
is now possible on a single machine.