Skip to content

Releases: CODAIT/spark-bench

v51

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

v47

31 Oct 20:12
Compare
Choose a tag to compare
v47
Add realpath function

v46: Variety of fixes to README

31 Oct 17:53
Compare
Choose a tag to compare
- Fix references to ecurtin/spark-bench
- More info on setting environment variables
- updating instructions for examples

v43: Updating custom workload docs

24 Oct 23:55
Compare
Choose a tag to compare
The old document referenced an old API. This rewrite focuses on the
example from ecurtin/spark-bench-custom-workload.

v42

17 Oct 17:06
Compare
Choose a tag to compare
v42
Adds spark-submit-parallel to docs

v41: Updates to examples and documents

13 Oct 21:55
Compare
Choose a tag to compare
Adds the csv-vs-parquet config file to examples and docs
Adds page for workload-suite documentation
Adds pages for examples

v38: Passing config string instead of temp file

10 Oct 20:55
Compare
Choose a tag to compare
When launching spark-bench through assembled spark-submit scripts, the
child argument used to be a path to a temporary file created by the
launch process. This was causing issues when running in cluster mode
because the temporary files were in local storage.

Now instead the configuration is passed as one long string instead of a
path to a temporary file.

v36

04 Oct 15:55
Compare
Choose a tag to compare
v36
Typo fix for argument in sql

v35

04 Oct 15:39
Compare
Choose a tag to compare
v35
Fix typo "queryStr" to "query" for sql

v34: Fixes spark-home param, updates docs accordingly

04 Oct 14:21
Compare
Choose a tag to compare
This commit fixes a bug in which spark-home was not being picked up from
the configuration file, forcing users to set the environment variable
SPARK_HOME.

The docs are also updated to include a guide to the parameters in
spark-submit-config, including spark-home.