Hi all,
I’ve tried to install ambari to help me install my hadoop cluster but … I encountered some problems. In fact, it seems that during the installation, ambari tries ton get ambari-agent on the repos but no ambari-agent package is available through the repos.
Here is the log :
==========================
Creating target directory…
==========================
Command start time 2015-04-16 22:13:56
Connection to tooonux.vincennes.lan closed.
SSH command execution finished
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:13:56
==========================
Copying common functions script…
==========================
Command start time 2015-04-16 22:13:56
scp /usr/lib/python2.6/site-packages/ambari_commons
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:13:56
==========================
Copying OS type check script…
==========================
Command start time 2015-04-16 22:13:56
scp /usr/lib/python2.6/site-packages/ambari_server/os_check_type.py
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:13:56
==========================
Running OS type check…
==========================
Command start time 2015-04-16 22:13:56
Cluster primary/cluster OS family is redhat6 and local/current OS family is redhat6
Connection to tooonux.vincennes.lan closed.
SSH command execution finished
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:13:57
==========================
Checking ‘sudo’ package on remote host…
==========================
Command start time 2015-04-16 22:13:57
sudo-1.8.6p3-15.el6.i686
Connection to tooonux.vincennes.lan closed.
SSH command execution finished
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:14:00
==========================
Copying repo file to ‘tmp’ folder…
==========================
Command start time 2015-04-16 22:14:00
scp /etc/yum.repos.d/ambari.repo
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:14:00
==========================
Moving file to repo dir…
==========================
Command start time 2015-04-16 22:14:00
Connection to tooonux.vincennes.lan closed.
SSH command execution finished
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:14:00
==========================
Copying setup script file…
==========================
Command start time 2015-04-16 22:14:00
scp /usr/lib/python2.6/site-packages/ambari_server/setupAgent.py
host=tooonux.vincennes.lan, exitcode=0
Command end time 2015-04-16 22:14:00
==========================
Running setup agent script…
==========================
Command start time 2015-04-16 22:14:00
/bin/sh: /usr/sbin/ambari-agent: No such file or directory
Error: No matching Packages to list
Error: No matching Packages to list
(”, None)
Connection to tooonux.vincennes.lan closed.
SSH command execution finished
host=tooonux.vincennes.lan, exitcode=1
Command end time 2015-04-16 22:14:18
ERROR: Bootstrap of host tooonux.vincennes.lan fails because previous action finished with non-zero exit code (1)
ERROR MESSAGE: tcgetattr: Invalid argument
Connection to tooonux.vincennes.lan closed.
STDOUT: /bin/sh: /usr/sbin/ambari-agent: No such file or directory
Error: No matching Packages to list
Error: No matching Packages to list
(”, None)
Connection to tooonux.vincennes.lan closed.
——————————————————————–
So I did try to seek the ambari-agent package :
yum search ambari-agent*
Modules complémentaires chargés : fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror-fr2.bbln.org
* epel: epel.mirror.nucleus.be
* extras: mirror-fr2.bbln.org
* updates: centos.crazyfrogs.org
Attention : Aucune correspondance trouvée pour : ambari-agent*
What did I miss ? Can someone help me ?