Created 09-28-2016 05:39 PM
Hi,
I am trying to setup a 3 node cluser using latest Cloudera Manger. I am getting error as:
Remote package oralce-j2sdk1.6 could not be installed, giving up.
I am using Debian 7.1 OS
Created 10-05-2016 06:20 AM
Login to all your hosts and try these commands, then click retry on the installation.
apt-get update
sudo apt-get install -y --force-yes debian-keyring debian-archive-keyring apt-transport-https
apt-key update
apt-get update
I have seen the "WARNING: The following packages cannot be authenticated!" message on Debian before and this has worked for me.
Tina
Created 10-01-2016 07:11 PM
Hello,
The version of Java you are attempting to install is unsupported in CM 5.8.x.
Created 10-03-2016 09:33 PM
Created 10-04-2016 07:44 AM
Hello,
When adding a host, Cloudera Manager will execute a script on the host you are adding. The script will attempt to install various packages. For legacy support, the 1.6 JDK is installed even though you will not be using it. When you see the error regarding the jdk install, you should be able to click on a link to get the details to understand why it failed.
If you chose to use the same repository as Cloudera Manager, the install should succeed, but it could be that on your new host there is another OS repository that contains the "jdk" package. If that is the case, remove that repo configuration temporarily for the install.
At the least, if you can share with us the error that occurs to cause the failure, we can help further.
Created 10-04-2016 10:30 PM
Hi, below is the text from details link after installation is failed:
0 of 3 host(s) completed successfully.
Created 10-05-2016 06:20 AM
Login to all your hosts and try these commands, then click retry on the installation.
apt-get update
sudo apt-get install -y --force-yes debian-keyring debian-archive-keyring apt-transport-https
apt-key update
apt-get update
I have seen the "WARNING: The following packages cannot be authenticated!" message on Debian before and this has worked for me.
Tina
Created 10-06-2016 05:27 PM
Thanks this worked for me!
Created 10-07-2016 06:37 AM
Yeah! Glad it worked!!
Tina
Created on 11-17-2016 11:57 AM - edited 11-17-2016 04:02 PM
Hi,
I am also trying to setup a 3 node cluster. However I am using Cloudera CentOS 6.7.
And I am using PATH A for the setup
When i try to ./cloudera-manager-installer.bin with or without local repository it always has the same error.
[root@LnxMasterNode01 cloudera-manager-installer]# cat 2.install-oracle-j2sdk1.7.log
Loaded plugins: fastestmirror, security
Setting up Install Process
Repository cloudera-manager is listed more than once in the configuration
Loading mirror speeds from cached hostfile
No package oracle-j2sdk1.7 available.
Error: Nothing to do
I have turned off my iptables. But I already have Java pre-installed on all 3 servers.
[root@LnxMasterNode01 ~]# java -version
java version "1.7.0_95"
OpenJDK Runtime Environment (rhel-2.6.4.0.el6_7-x86_64 u95-b00)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
Could this be the reason? If yes, how do I skip JDK installation and start with the second step i.e. postgress installation.
PS : my local repo looks like this
[root@LnxMasterNode01 yum.repos.d]# cat cloudera-cdh5.repo
[cloudera-cdh5]
name=Cloudera's Distribution for Hadoop, Version 5
baseurl=https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/5/
gpgkey = https://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1
[root@LnxMasterNode01 yum.repos.d]# cat cloudera-manager.repo
[cloudera-manager]
# Packages for Cloudera Manager, Version 5, on RedHat or CentOS 6 x86_64
name=Cloudera Manager
baseurl=https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5/
gpgkey =https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera
gpgcheck = 1
[root@LnxMasterNode01 yum.repos.d]#
Please help, I am running out of time.
Thanks in Advance.
Shilpa
Created 11-17-2016 04:31 PM
I was able to do the installation successfully. the problem was my cloudera-manager.repo and cloudera-cdh5.repo had the same content. I edited it using the correct repo location. As i mentioned in the above comment(i edited it post the changes done in cloudera-manager.repo.
See above comment for correct repos.
Thanks,
Shilpa