nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
638 stars 116 forks source link

Look for Spark's make-distribution.sh script in its new location (plus its current one) #91

Closed nchammas closed 8 years ago

nchammas commented 8 years ago

As part of Spark 2.0, make-distribution.sh is moving to a new location. We use this script to build Spark at a particular commit.

Flintrock needs to look for this script in both the current and new locations, since the script will be in different places depending on what commit of Spark we checkout from git.

BenFradet commented 8 years ago

I'll take this one!