nchammas / flintrock

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

Automatically select Hadoop build to use for Spark #323

Closed nchammas closed 3 years ago

nchammas commented 3 years ago

Spark releases are built against multiple versions of Hadoop. Keeping track of what build to use can be irritating. Flintrock will now use the selected Hadoop version to automatically select the appropriate build of Spark to use.

This simplifies things for the user but changes the format of the two download-source options. Flintrock should somehow smooth the transition of formats for users.

TODO:

Related: #322