my environment : centos 6 64bits , single node , hadoop – 1.2.1
I visit website http:localhost:8080 and setup configuration. When i come to step3 (Install Options) , it need to type Fully Qualified Domain Name, i type : hdp01 .
Provide your SSH Private Key to automatically register hosts : my path is : /root/.ssh/id_rsa . But when enter step4 Confirm Hosts, my Host(hdp01) status is failed
(step1 > Name your cluster , i type : hdp . step2 i choose HDP 1.3.0)
Following is my centos-6 basic file contents:
/etc/hosts
192.168.119.161 hdp01
/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=hdp01
/var/log/ambari-server/ambari-server.log (i copy partial contents as follow)
INFO:root:BootStrapping hosts ['hdp01']using /usr/lib/python2.6/site-packages/ambari_server cluster primary OS: redhat6 with user ‘root’ sshKey File /var/run/ambari-server/bootstrap/1/sshKey password File null using tmp dir /var/run/ambari-server/bootstrap/1 ambari: hdp01; ambari version: 1.3.0
INFO:root:Running scp command scp -o ConnectTimeout=60 -o BatchMode=yes -o StrictHostKeyChecking=no -i /var/run/ambari-server/bootstrap/1/sshKey /usr/lib/python2.6/site-packages/ambari_server/os_type_check.sh root@hdp01:/tmp/os_type_check1415895201.sh
INFO:root:scp /usr/lib/python2.6/site-packages/ambari_server/os_type_check.sh done for host hdp01, exitcode=0
INFO:root:Parallel scp returns for os type check script. Failed hosts are: []
INFO:root:Copying os type check script finished
INFO:root:Running os type check…
.
.
INFO:root:Setup agent done for host hdp01, exitcode=1
INFO:root:Parallel ssh returns for setup agent. All failed hosts are: ['hdp01']. Failed on last step: ['hdp01']
INFO:root:Running os type check finished
INFO:root:Parallel ssh returns for checking ‘sudo’ package. All failed hosts are: ['hdp01']. Failed on last step: []
INFO:root:Checking ‘sudo’ package finished
INFO:root:Copying repo file to ‘tmp’ folder…
INFO:root:Parallel scp returns for copying repo file. All failed hosts are: ['hdp01']. Failed on last step: []
INFO:root:Moving repo file…
INFO:root:Parallel scp returns for moving repo file. All failed hosts are: ['hdp01']. Failed on last step: []
INFO:root:Parallel scp returns for agent script. All failed hosts are: ['hdp01']. Failed on last step: []
INFO:root:Copying files finished
INFO:root:Running setup agent…
INFO:root:Parallel ssh returns for setup agent. All failed hosts are: ['hdp01']. Failed on last step: []
INFO:root:Running ssh command finished
————————
When i type command on terminal : hostname & hostname -f , it both print : hdp01 (that why i set <hdp01> to step 3. I have try hard to solve it but it still failed . Please help me to solve it !