Skip to content

Need better way of specifying software versions #4

@tpiscitell

Description

@tpiscitell

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:

  1. If any version of $software exists in vagrant/resources/tmp, use that
  2. If not, get the closest apache mirror of $software and see what version are available
  3. Do some "fuzzy matching" to identify what version to use. (Ex. ver 0.98.* of Hbase)
  4. wget identified version
  5. carry on....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions