Created on 09-12-2013 11:58 PM - edited 09-16-2022 08:05 AM
Hello,
I am trying to set up one node hadoop cluster using cloudera manager. i am not able to get past the jdk installion step. This is the error I am getting.
Installing jdk package...
BEGIN yum list installed jdk
Loaded plugins: fastestmirror
Installed Packages
jdk.x86_64 2000:1.6.0_31-fcs @Cloudera-manager
END (0)
BEGIN echo jdk cloudera-manager-agent cloudera-manager-daemons | grep jdk
jdk cloudera-manager-agent cloudera-manager-daemons
END (0)
BEGIN yum info jdk
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: centos.mirror.serversaustralia.com.au
* epel: mirror.as24220.net
* extras: centos.mirror.serversaustralia.com.au
* updates: centos.mirror.serversaustralia.com.au
http://beta.cloudera.com/search/redhat/6/x86_64/search/0/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: cdh-solr. Please verify its path and try again
END (1)
remote package jdk is not available, giving up
waiting for rollback request
I tried many things to make it work. I installed the jdk package manually. I removed both files cdh-solr.repo and cloudera-search.repo and then clicked on install. I am getting the same error as before. Moreover the file cdh-solr.repo is created everytime I click on install. And it contains that beta.cloudera.com' url. I am not understanding where it is getting reference from. None of the files in yum.repos.d have that url.
Can anyone help me fix this issue?
Thanks,
Ashwin
Created 09-18-2013 06:16 PM
Thank you Adam for the reply. Anyways i fixed the issue by upgrading my manger to 4.7.1 throught the VM.
Created 09-17-2013 11:10 AM
Hi Ashwin,
You've been caught by an issue wherein we moved from beta.cloudera.com to a full, GA release of search.
The installer that you're using is going to continue looking for the search bits at the beta site, unfortunately.
I'd suggest that you please download the latest binary from:
http://archive.cloudera.com/cm4/installer/latest/
And it should correctly look for the Search bits at the new location.
Apologies for the issue.
Best,
Adam
Created 09-18-2013 06:16 PM
Thank you Adam for the reply. Anyways i fixed the issue by upgrading my manger to 4.7.1 throught the VM.
Created 06-20-2014 01:16 AM
Created 06-20-2014 05:45 AM
Hi Bala,
It appears to me that everything is proceeding fine in your installation until it gets to this point:
[Errno 12] Timeout on http://archive.cloudera.com/cm4/redhat/6/x86_64/cm/4/repodata/repomd.xml (28, 'connect() timed out!')
I tried to access that link, and I can get there. Can you click on the above and validate that you can resolve that URL?
The issue appears to be that the server on which you are trying to install Cloudera Manager does not have access to this URL.
Can you try the following:
> ping archive.cloudera.com
I will bet that you have some issue there. You may need to resolve networking on your host. Some suggestions:
* Check that DNS servers set up (or use /etc/hosts)
* DNS look up for hostnames
* Reverse DNS lookup for IPs
* If /etc/hosts is being used instead of DNS (which is not recommended but sometimes necessary) make sure the /etc/hosts has the fully qualified domain name listed first.
If you are using /etc/hosts, please paste the contents of that file here
Created on 06-23-2014 12:04 AM - edited 06-23-2014 12:13 AM
Hello Adam ,
1. I am able to access the link
2. ping archive.cloudera.com.
> PING d2ykvu8cr6x76c.cloudfront.net (54.230.172.68) 56(84) bytes of data.
3. This is my hosts file
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 INCHCMPCCHE01
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
172.18.42.119 INCHCMPCCHE01
4. for host 172.18.42.119 i get abcd00958.mycompany.ad
Please help . I am pretty confused what to do
Thanks
Bala
Created 06-23-2014 02:43 AM
Created 06-23-2014 02:54 AM
Created 06-24-2014 07:19 AM
Hi Balakumar
The error message that you pasted most recently seems to indicate that there is a problem on the client machine with /opt/cloudera/parcel-repo
I see a WARNING message indicating that it is owned by cloudera-scm/cloudera-scm
Looks like it expects to be owned by root/root
Can you do the following:
sudo chown root:root /opt/cloudera/parcel-repo
Then try this process?
Further, in order to help understand the environment:
How many hosts do you have for this cluster?
Created on 06-24-2014 07:24 AM - edited 06-24-2014 07:26 AM
Hello Adam ,
Thanks for your reply .
I have installed Cloudera Manager 5 Enterprise edition . It was strange that i didnt get any issues like the one i mentioned above .
Right now i stuck with this issue . Can you suggest a solution for this
http://community.cloudera.com/t5/Cloudera-Manager-Installation/Cloudera-manager-admin-console-Issues...
Thanks
Bala