Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently BigTop hardcodes the versions of dependency libraries to use, e.g. https://svn.apache.org/repos/asf/incubator/bigtop/trunk/bigtop.mk uses 1.0.10 for jsvc. Let's say hypothetically that HDFS fixes a bug by bumping it to 1.0.11, then BigTop would have to be updated manually to reflect that. I can imagine scenarios where a static definition in BigTop is desired, but a way to automatically pick up the projects' dependencies seem valuable.