I am trying to install small HDP cluster with Ambari 2.0.0 on a small openstack cloud.
I have two problems:
1) when configuring the Ambari server node I cannot install the repo keys.
When I run the following command:
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com B9733A7A07513CAD # As per the documentation
I get the following results:
xecuting: gpg –ignore-time-conflict –no-options –no-default-keyring –secret-keyring /tmp/tmp.Ai0poj4sKp –trustdb-name /etc/apt/trustdb.gpg –keyring /etc/apt/trusted.gpg –primary-keyring /etc/apt/trusted.gpg –recv-keys –keyserver keyserver.ubuntu.com B9733A7A07513CAD
gpg: requesting key 07513CAD from hkp server keyserver.ubuntu.com
gpgkeys: key B9733A7A07513CAD not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
I get the same results when i use the MIT keyserver.
2) In the Ambari installer on the Select Stack page the repositories listed for Ubuntu will not validate.
They are:
http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/GA/2.2.0.0
http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12
I cannot continue unless I check the Skip Repository Base URL validation (Advanced) option
If I select this option the installation fails because the repositories listed do not exist and the kee (see above) does not exist.
During the register phase the following error occurs:
W: GPG error: http://public-repo-1.hortonworks.com Ambari Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY B9733A7A07513CAD
W: GPG error: http://public-repo-1.hortonworks.com HDP-UTILS Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY B9733A7A07513CAD
W: Failed to fetch http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.7.0/dists/HDP/main/binary-amd64/Packages 404 Not Found
I do not know what to do from here.
It seems to me that the suggested repos should work. Please advise