amplab / keystone

Simplifying robust end-to-end machine learning on Apache Spark.
http://keystone-ml.org/
Apache License 2.0
470 stars 117 forks source link

Following redirects and failing on 404 with missing jars. #153

Closed etrain closed 9 years ago

etrain commented 9 years ago

This patch fixes issues with corrupt jar files when trying to build a fresh checkout of KeystoneML according to the instructions on the project webpage.

I went with the minimal set of changes to get this working again here.

We could also more closely mirror the sbt scripts of Spark, but that was a more invasive change than I wanted to make to get this bugfix in.

Thanks @ericmjonas and Dimp Bhat for reporting.

cc @shivaram @tomerk

tomerk commented 9 years ago

@etrain have you tested that the new code works correctly in both cases?

tomerk commented 9 years ago

After checking with @etrain , looks good to me.