databricks / spark-perf

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

Mllib 1.5 tests #79

Closed feynmanliang closed 9 years ago

feynmanliang commented 9 years ago
feynmanliang commented 9 years ago

@jkbradley Do you mind reviewing and merging this? It blocks #80

jkbradley commented 9 years ago

Did you compile this for 1.5 already? If that worked, then I'll merge this without careful checking, after fixing merge conflicts.

feynmanliang commented 9 years ago

Yep, this works but since 1.5 isn't an official release yet you will need to:

These steps are necessary because we are building against snapshot. This should be fixed once we can build against an official 1.5 release.

jkbradley commented 9 years ago

I'll merge this, but in the next PR, can you please add those comments in doc somewhere? Thanks!