Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Installation of Hadoop using Cloudera manager url

avatar
Explorer

Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: fuse-libs
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: openssl-devel
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: httpd
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: fuse
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: MySQL-python
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: mod_ssl
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

1 ACCEPTED SOLUTION

avatar
Super Collaborator

You need the epel repository which you probably do not have in your older version of CentOS 6.4.

 

Look at this page https://fedoraproject.org/wiki/EPEL  read under

 

How can I use these extra packages?

 

you need to get the repo, then enable the repo and install python, I think you will get all the software you need installed that way.

 

yum --enablerepo=epel install python26-devel

 

or some command like that.

 

Hope this helps.

View solution in original post

22 REPLIES 22

avatar
Explorer

Hi

 

I could able to resolve the dependencies of fuse and fuse-libs using the repository which uses the url http://mirrors.fedoraproject.org/mirrorlist?repo=extras-6&arch=$basearch

 

Still waiting for the installation of other packages like httpd, open-ssl, http, mod-ssl etc..

 

Thanks,

Best Regards

avatar
Champion
fuse.x86_64 2.9.2-7.el7 @rhui-REGION-rhel-server-releases
fuse-libs.x86_64 2.9.2-7.el7 @rhui-REGION-rhel-server-releases
httpd.x86_64 2.4.6-45.el7 @rhui-REGION-rhel-server-releases
openssl.x86_64 1:1.0.1e-60.el7 @rhui-REGION-rhel-server-releases

There are the ones I could find from my RHEL 7.1 in AWS. I am pretty sure that http and mod-ssl will be install as a dependency of the others.

From the repolist command:

rhui-REGION-rhel-server-releases Red Hat Enterprise Linux Server 7 (RPMs)

It should be part of the base OS repository. If that repo is present try enabling using the command posted earlier.

avatar
Explorer

Hi I am using RHEL 6 and not RHEL 7

avatar
Champion
So your repo would state that it is for RHEL 6. The commands are the same. Do you have the base RHEL 6 repo available?

avatar
Explorer

Hi

 

I could complete the installation of all the packages successfully except open-ssl..

I have used the rpm file openssl-devel-1.1.0d-2.fc26.x86_64.rpm for installation of open-ssl.

I have resulted with the following dependency errors:

error: Failed dependencies:
        krb5-devel(x86-64) is needed by openssl-devel-1:1.1.0d-2.fc26.x86_64
        libcrypto.so.1.1()(64bit) is needed by openssl-devel-1:1.1.0d-2.fc26.x86_64
        libssl.so.1.1()(64bit) is needed by openssl-devel-1:1.1.0d-2.fc26.x86_64
        openssl-libs(x86-64) = 1:1.1.0d-2.fc26 is needed by openssl-devel-1:1.1.0d-2.fc26.x86_64

 

Am I using the right rpm file...Your help is of great use.

avatar
Champion
Did you search as 'open-ssl' or 'openssl'? The package names needs to be precise.

Can you try to install the CM agent again to see if it still complains about this dependency? I have never had to have it installed until I implement TLS for CM Agents.

avatar
Explorer

Hi

 

CM agent is failing with the error

Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: openssl-devel

avatar
Explorer

Hi CM agent is installed successfully.

 

Now hadoop throws errors:

 

Error: Package: hadoop-2.6.0+cdh5.10.0+2102-1.cdh5.10.0.p0.72.el6.x86_64 (cloudera-cdh5)
Requires: nc

avatar
Explorer

Thanks Gurus.

 

The installaiton of all packages successful.

 

During the Cluster setup, while deploying client configuration the following errors were thrown:

 

Command failed to run because service Hive has invalid configuration. Review and correct its configuration. First error: Hive Metastore Database Host must be configured when Hive metastore is configured to use a database other than Derby.

 

Please help to resolve this error

 

avatar
Explorer

WARNING: Can't load server.xml from /var/lib/oozie/tomcat-deployment/conf/server.xml
Feb 12, 2017 3:48:30 PM org.apache.catalina.startup.Catalina load
WARNING: Can't load server.xml from /var/lib/oozie/tomcat-deployment/conf/server.xml
Feb 12, 2017 3:48:30 PM org.apache.catalina.startup.Catalina start
SEVERE: Cannot start server. Server instance is not configured.