nchammas / flintrock

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

Add the option to install hdfs from custom source #109

Closed rmessner closed 8 years ago

rmessner commented 8 years ago

If a custom download source is provided, the system download directly from it.

Fixes #71. Related to #104.

nchammas commented 8 years ago

I think a good approach to take here is have the default download source be default, which triggers the current behavior of querying Apache mirrors.

If the user overrides that, then we just skip over the mirror selection code within download-hadoop.py and go straight to the download.

BenFradet commented 8 years ago

@rmessner are you still working on this?
If not, do you mind if I take over?