The answer was actually on the install page, just a bit below, I should've read further:
Ambari has several external runtime dependencies. Major dependencies are: 1) puppet 2) php 3) ruby To simplify the installation of the dependencies, you should enable the following yum repos. To do that, you can simply install the corresponding RPMs. 1) EPEL repo 2) Puppet Passenger 3) Hadoop repo You should run the following at the command line on Ambari master: $ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm OR $ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm $ sudo rpm -Uvh http://passenger.stealthymonkeys.com/rhel/5/passenger-release.noarch.rpm $ sudo rpm -Uvh http://public-repo-1.hortonworks.com/HDP-1.0.13/repos/centos5/hdp-release-1.0.13-1.el5.noarch.rpm -----Original Message----- From: Hitesh Shah [mailto:[email protected]] Sent: Thursday, August 02, 2012 1:15 PM To: [email protected] Subject: Re: Ambari install issues Hi Could you install the HDP repo via rpm -Uvh http://public-repo-1.hortonworks.com/HDP-1.0.1.14/repos/centos6/hdp-release-1.0.1.14-1.el6.noarch.rpm followed by a yum install epel-release ( if epel is not present ). The above 2 repos should get you setup to provide all the necessary dependencies that may be pulled in by Ambari. Also, if you face any hiccups due to incorrect documentation or any other issues for that matter, could you please file jiras so that other folks don't hit the same problems in the future. thanks -- Hitesh On Aug 2, 2012, at 9:45 AM, Artem Ervits wrote: > Hello users, > > I'm new to Ambari, CentOS and puppet so please be patient with me. I am doing > the install on a Centos 6.3 vm and am running into some issues. I am > following the install guide from > > http://incubator.apache.org/ambari/install.html > > When I run the following step: > 2) Install ambari-agent-1.0.0-1.noarch.rpm on each of the cluster nodes by > running: > $ sudo rpm -Uvh ambari-agent-1.0.0-1.noarch.rpm > > I get error: Failed dependencies: > Puppet = 2.7.9 is needed by ambari agent. > > I'm installing everything on one VM and it is CentOS 6.3, I know the support > is for Version 5.*, could that be it, that right now it does not support 6.* > and won't install for any reason? > > Thank you. > > > Artem Ervits > Data Analyst > 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. > -------------------- > > 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. > > > -------------------- > > 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. > > > > -------------------- 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. -------------------- 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.
