Skip to content

Releases: CODAIT/spark-bench

v75: Bugfix for remote HDFS systems

08 Feb 16:26
Compare
Choose a tag to compare
Bugfix to allow users to provide hdfs hostname in their urls.

v72: Addressing code review comments

02 Feb 20:12
Compare
Choose a tag to compare
Moves format check to front.

v68: Bugfix for receiving arguments

29 Jan 19:15
Compare
Choose a tag to compare
In certain shell environments, arguments given to CLIKickoff can come as
many strings instead of just one. This fix marshalls all arguments into
one string and operates on a garbage-in, garbage-out principle. Because
CLIKickoff is only intended to be called programmatically from
Spark-Launch, this fix should suffice.

v64

22 Jan 22:11
Compare
Choose a tag to compare
v64
Updating documentation for adding workloads

v62

19 Jan 21:07
Compare
Choose a tag to compare
v62
Updating examples with smaller parameters

v60

19 Jan 20:47
Compare
Choose a tag to compare
v60
Changes from code review

v57: Benchmark output now optional

02 Jan 17:36
Compare
Choose a tag to compare
When users don't specify any " benchmark-output" in their config file
there will simply be no output.

v55

10 Nov 15:42
Compare
Choose a tag to compare
v55
Fixing bad links

v54: Stripping README, improving docs site

09 Nov 17:17
Compare
Choose a tag to compare
This commit moves all project documentation from the README to the docs
site. This will hopefully be more user-friendly and prevent the README
documentation from getting stale.

This commit also adds a media page with the Spark-Bench presentation, a
guide for contributing to Spark-Bench, improvements to the Quickstart
guide, addition of an Installation guide, and a guide for using SBT in
the context of the project.

v52

08 Nov 17:36
Compare
Choose a tag to compare
v52
Adding issue template for Github Issues