lightbend / mesos-spark-integration-tests

Mesos Integration Tests on Docker/Ec2
16 stars 9 forks source link

Fixed bug: Now correctly handles spark distros with names like "spark-2.0.0-preview". #81

Closed deanwampler closed 8 years ago

deanwampler commented 8 years ago

Before, it would detect the remote spark-2.0.0-preview as the latest, but not keep the "-preview" string when constructing the URL for wget to use.

skonto commented 8 years ago

LGTM. I just checked it downloads the preview as the latest. I guess that is a good one right to download. So i am going to merge it.