Apache Nemo (incubating) v0.2
jeongyooneo
released this
27 Oct 10:05
·
36 commits
to master
since this release
New Features
Off-Heap Memory Management
- Nemo supports off-heap memory:
max_offheap_ratio
andchunk_size_kb
options added #234 - Users can write policies with off-heap
SerializedPartition
with writingDirectByteBufferOuputStream
#213 MemoryPoolAssigner
used in block creation to use off-heap memory #222 #206
Smart Compiler
XGBoostPolicy
#203
Serverless
- Lambda execution on Nemo(
ResourceLambdaProperty
,LambdaPass
andLambdaPolicy
) #214
Streaming
- NEXMark applications run on Nemo #198
Runtime Data Plane
- gRPC (instead of NCS) as a default RPC implementation #218
Major refactorings
Refactoring of Existing Passes
Misc.
Committer's Guide
- Committer's Guide is added #186
Refer to https://github.com/apache/incubator-nemo/blob/master/.github/COMMITTING.md for contribution!