iwasakims commented on PR #882:
URL: https://github.com/apache/bigtop/pull/882#issuecomment-1090115622
Hmm. Installing hbase RPM on CentOS 7 failed with non-existing dependencies.
```
Error: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y install
hbase-thrift' returned 1: Error: Package: hbase-2.4.11-1.el7.x86_64
(bigtop-home_output)
Requires: osgi(org.glassfish.hk2.hk2)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Wrapped exception:
Execution of '/usr/bin/yum -d 0 -e 0 -y install hbase-thrift' returned 1:
Error: Package: hbase-2.4.11-1.el7.x86_64 (bigtop-home_output)
Requires: osgi(org.glassfish.hk2.hk2)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
```
```
$ rpm -q -p --requires output/hbase/x86_64/hbase-2.4.11-1.el7.x86_64.rpm
/bin/bash
/bin/sh
/bin/sh
/bin/sh
/sbin/chkconfig
/sbin/service
/usr/bin/env
/usr/sbin/useradd
bigtop-utils >= 0.7
config(hbase) = 2.4.11-1.el7
coreutils
hadoop-client
osgi(commonj.sdo)
osgi(org.eclipse.persistence.core)
osgi(org.glassfish.hk2.hk2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
zookeeper >= 3.3.1
rpmlib(PayloadIsXz) <= 5.2-1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]