Skip to content

v0.0.24 - Basic RDD and PairRDD Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@anthony-khong anthony-khong released this 26 Aug 04:15
· 142 commits to develop since this release
eea20f8
  • 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 the target directory. This means that make ci --jobs 3 is now possible on a single machine.