datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

Allow spark environment configuration #153

Closed nastra closed 8 years ago

nastra commented 8 years ago

The UI will have a new field where a user can specify Spark Environment settings, which then will be appended to $DSE_HOME/resources/spark/conf/spark-env.sh. The Spark environment div container will only be visible if dse is selected as a product.

spark-env-settings

This PR contains the 3 commits from https://github.com/datastax/cstar_perf/pull/147. Once https://github.com/datastax/cstar_perf/pull/147 is merged, I will rebase this one here and it should then contain only commit https://github.com/datastax/cstar_perf/commit/27172ecda3dbbdc841165f42199d00bdac36e1c7

aboudreault commented 8 years ago

LGTM! Thanks