Keeping a hard coded version number in common.sh is tedious because as new versions are released, old ones are purged from the Apache mirrors. It would be nice if this didn't break every time a new version of Hbase/Storm/Hadoop/etc.. was released.
Idea:
- If any version of $software exists in vagrant/resources/tmp, use that
- If not, get the closest apache mirror of $software and see what version are available
- Do some "fuzzy matching" to identify what version to use. (Ex. ver 0.98.* of Hbase)
- wget identified version
- carry on....