EsharEditor / ambari-hue-service

Ambari stack service for easily installing and managing Hue on HDP cluster
Apache License 2.0
107 stars 68 forks source link

Why force version in the name of tar.gz ? #26

Open grozeille opened 7 years ago

grozeille commented 7 years ago

https://github.com/EsharEditor/ambari-hue-service/blob/3305ccde68e3cf75023088f017c470bf29230ba6/package/scripts/params.py#L32

The README.md says: Version Hue v3.11.0+

I managed to install Hue 4.0.1 with that stack. But it shouldn't force the name of the tar.gz to be "hue-3.11.0.tgz" Would be better to have a generic name "hue.tgz"

In fact, it would be better to use a RPM package, by contributing to Apache BigTop or creating a new RPM package (fork from https://github.com/apache/bigtop/blob/master/bigtop-packages/src/rpm/hue/SPECS/hue.spec )