Description
While building rpm packages for some of the Cascading bits I noticed that there is a circular dependency between bigtop-groovy and bigtop-utils:
[vagrant@localhost bigtop]$ rpm -ivh build/bigtop-groovy/rpm/RPMS/noarch/bigtop-groovy-2.3.8-1.el6.noarch.rpm
error: Failed dependencies:
bigtop-utils >= 0.7 is needed by bigtop-groovy-2.3.8-1.el6.noarch
[vagrant@localhost bigtop]$ rpm -ivh build/bigtop-utils/rpm/RPMS/noarch/bigtop-utils-1.0.0-1.el6.noarch.rpm
error: Failed dependencies:
bigtop-groovy is needed by bigtop-utils-1.0.0-1.el6.noarch
[vagrant@localhost bigtop]$
Attachments
Attachments
Issue Links
- is broken by
-
BIGTOP-1235 Speed-up init-hdfs.sh for complete HCFS compliant provisioning
- Resolved
- is superceded by
-
BIGTOP-1871 Simplify depedencies needed for init-hcfs
- Open