sparkle v0.7.4 Release Notes
Release Date: 2018-02-28 // about 4 years ago-
🔄 Changed
- 🛠 Fixed dynamic linking of sparkle when library dependencies don't set
the
RPATH
to$ORIGIN
. PR #139 - 🔗 Linker flags
-rpath
and-z origin
are no longer necessary. - 🏗 Build with
jvm-batching
.
- 🛠 Fixed dynamic linking of sparkle when library dependencies don't set
the
Previous changes from v0.7.3
-
➕ Added
- More
RDD
method bindings:randomSplit
,mean
,zipWithUniqueId
,reduceByKey
,subtractByKey
.
🔄 Changed
- 👉 Use inline-java for PairRDD bindings under the hood.
- ⚡️ Updated sparkle to build with distributed-closure-0.4.0.
- More