Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The console seems to have a direct dependency on commons-collections but doesn't declare it in its pom. It's currently getting it for free when the built-in hadoop version is used - however, if the user has HADOOP_HOME set, then blur will just use that and HADOOP_HOME/lib isn't guaranteed to have it for all versions that blur works with.
Long story short, we should prolly declare it as a direct dependency.