Tags: nauwzj/spark-bench
Tags
Stripping README, improving docs site 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.
Passing config string instead of temp file 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.
PreviousNext