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

Update keystone-ec2 scripts to pass environment variables into build #262

Closed etrain closed 8 years ago

etrain commented 8 years ago

They keystone-ec2 scripts should build against the correct versions of spark/hadoop for the cluster that is launched (e.g. SPARK_VERSION=1.3.1 HADOOP_VERSION=2.0.0 sbt/sbt assembly

shivaram commented 8 years ago

Fixed by https://github.com/shivaram/spark-ec2/commit/36d998c76a0750513948bad48801528425d96063

etrain commented 8 years ago

Nice - thanks @shivaram !