databricks / spark-perf

Performance tests for Apache Spark
Apache License 2.0
380 stars 203 forks source link

Remove support in mllib-perf for Spark 1.0, 1.1, 1.2, and 1.3 #89

Closed mengxr closed 8 years ago

mengxr commented 8 years ago

This PR removes mllib-perf sub-projects for 1.0-1.3 and updates the build file. @jkbradley

jkbradley commented 8 years ago

LGTM I'll merge this and then update my PR

nchammas commented 8 years ago

Should we also update the README? It currently reads:

This is a performance testing framework for Apache Spark 1.0+.

jkbradley commented 8 years ago

Maybe, but do the Core or other tests still work for earlier versions?

nchammas commented 8 years ago

I haven't tried them recently, but I would assume they do. If Core is the primary focus of spark-perf, then perhaps the README should remain as-is.