I did create HDP-1.2.1 repo locally and ran createrepo. I realized just now that /etc/yum.repos.d had two new entries HDP.repo and HDP-epel.repo. I disabled those, it should not try to go out for packages. I tried yum install snappy and I was able to fetch the package even before, I just didn't realize the two entries above were added. I also edited the files in cd /var/lib/ambari-server/resources/stacks As per the http://incubator.apache.org/ambari/1.2.1/installing-hadoop-using-ambari/content/ambari-chap1-6.html. I will report back when I run it again.
Thank you From: Olivier Renault [mailto:[email protected]] Sent: Tuesday, April 23, 2013 4:38 PM To: [email protected] Subject: Re: unable to register servers Clean up yum metadata and try to install snappy-devel manually. yum clean all yum install -y snappy-devel If it does not work, you can try to regenerate your repomd.xml using the createrepo command. For eg, if your repo has been sync in /var/www/html/HDP-1.2.1 do: createrepo /var/www/html/HDP-1.2.1 and then retry to install manually snappy-devel. If it still fail, could you paste the output of yum repolist Thanks, Olivier On 23 April 2013 21:28, Artem Ervits <[email protected]<mailto:[email protected]>> wrote: I'm passed that error, it was NTP however, I'm cannot get past this following issue: err: /Stage[1]/Hdp::Snappy::Package/Hdp::Package[snappy]/Hdp::Package::Process_pkg[snappy]/Package[snappy-devel]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install snappy-devel' returned 1: Error: Cannot retrieve repository metadata (repomd.xml) for repository: HDP-1.2.1. Please verify its path and try aga I am installing Ambari using local mirror. I ended up setting up a local repo of HDP-1.2.1 as well, but I still seem to get the error. From: Artem Ervits [mailto:[email protected]<mailto:[email protected]>] Sent: Tuesday, April 23, 2013 11:55 AM To: [email protected]<mailto:[email protected]> Subject: RE: unable to register servers I googled this error and article pointed to NTP. I checked clocks on all servers and they're indeed off. Will update the thread whether that was the culprit. Thanks. From: Artem Ervits [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Monday, April 22, 2013 5:57 PM To: [email protected]<mailto:[email protected]> Subject: unable to register servers Hello all, I'm getting the following message when trying to do an initial install of 1.2.2. Please advise how to work around this issue. ('INFO 2013-04-22 11:32:52,545 security.py:49 - SSL Connect being called.. connecting to the server INFO 2013-04-22 11:32:52,696 Controller.py:103 - Unable to connect to: https://servername1:8441/agent/v1/register/servername5 Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/ambari_agent/Controller.py", line 88, in registerWithServer response = self.sendRequest(self.registerUrl, data) File "/usr/lib/python2.6/site-packages/ambari_agent/Controller.py", line 237, in sendRequest self.cachedconnect = security.CachedHTTPSConnection(self.config) File "/usr/lib/python2.6/site-packages/ambari_agent/security.py", line 77, in __init__ self.connect() File "/usr/lib/python2.6/site-packages/ambari_agent/security.py", line 82, in connect self.httpsconn.connect() File "/usr/lib/python2.6/site-packages/ambari_agent/security.py", line 66, in connect ca_certs=server_crt) File "/usr/lib64/python2.6/ssl.py", line 338, in wrap_socket suppress_ragged_eofs=suppress_ragged_eofs) File "/usr/lib64/python2.6/ssl.py", line 120, in __init__ self.do_handshake() File "/usr/lib64/python2.6/ssl.py", line 279, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed ', None) Artem Ervits [email protected]<mailto:[email protected]> New York Presbyterian Hospital This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you. ________________________________ Confidential Information subject to NYP's (and its affiliates') information management and security policies (http://infonet.nyp.org/QA/HospitalManual). This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you. ________________________________ Confidential Information subject to NYP's (and its affiliates') information management and security policies (http://infonet.nyp.org/QA/HospitalManual). This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you. -- Olivier Renault Solution Engineer - Big Data - Hortonworks, Inc. +44 7500 933 036 [email protected]<mailto:[email protected]> www.hortonworks.com<http://www.hortonworks.com/> [http://hortonworks.com/wp-content/uploads/2013/02/HOR8627_SandboxSig.jpg]<http://hortonworks.com/products/hortonworks-sandbox/> This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.
