sparkle v0.7.4 Release Notes
Release Date: 2018-02-28 // about 5 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