Following the instructions in the following site - (http://www.dummies.com/how-to/content/set-up-the-hadoop-environment-with-apache-bigtop.html) or rather from the book Hadoop for Dummies.
Step 3 ran successfully till the end with total download size of 616MB but at the end of it I got into this error -
Total 130 kB/s | 616 MB 80:52
warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID fa08b173: NOKEY
Retrieving key from https://dist.apache.org/repos/dist/release/bigtop/KEYS
GPG key retrieval failed: [Errno 14] problem making ssl connection
I ignored that error thinking it would not have any effect. I then proceeded with rest of steps till 4.2 when I started getting the following error -
[root@localhost ~]# sudo /etc/init.d/hadoop-hdfs-namenode init
sudo: /etc/init.d/hadoop-hdfs-namenode: command not found
On searching extensively I had come to realize that reinstalling i.e. running the command yum install hadoop* would fix the issue, which I did and am getting this error -
Total size: 198 M
Is this ok [y/N]: y
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID fa08b173: NOKEY
Retrieving key from https://dist.apache.org/repos/dist/release/bigtop/KEYS
GPG key retrieval failed: [Errno 14] problem making ssl connection
I am desperately trying to get the things work as described in the 'Hadoop For Dummies' book but the struggle is enormous. At office system in which I was trying to do, I couldn't go beyond step 1 i.e. getting the repo for which a thread is running - Yum install Hadoop not found error CENTOS but this time around this is in my home system still same error. No wonder this book has got worst reviews.
Can someone please guide me on how to fix this?