Re: Automate Hadoop installation

2011-12-30 Thread Sam Ritchie
op stack deployments... > > -Original Message- > From: warren [mailto:hadoop.com...@gmail.com] > Sent: 22 December 2011 13:28 > To: common-user@hadoop.apache.org > Subject: Re: Automate Hadoop installation > > if you use ubuntu,you can try ubuntu-orchestra-modules-had

RE: Automate Hadoop installation

2011-12-22 Thread Tom Wilcox
p.com...@gmail.com] Sent: 22 December 2011 13:28 To: common-user@hadoop.apache.org Subject: Re: Automate Hadoop installation if you use ubuntu,you can try ubuntu-orchestra-modules-hadoop On 2011年12月06日 03:20, Konstantin Boudnik wrote: > These that great project called BigTop (in the apache i

Re: Automate Hadoop installation

2011-12-22 Thread warren
if you use ubuntu,you can try ubuntu-orchestra-modules-hadoop On 2011年12月06日 03:20, Konstantin Boudnik wrote: These that great project called BigTop (in the apache incubator) which provides for building of Hadoop stack. The part of what it provides is a set of Puppet recipes which will allow yo

Re: Automate Hadoop installation

2011-12-07 Thread Owen O'Malley
On Mon, Dec 5, 2011 at 2:32 AM, praveenesh kumar wrote: > Hi all, > > Can anyone guide me how to automate the hadoop installation/configuration > process? We are rapidly making progress on Ambari. Ambari is an Apache project that will deploy, configure, and administer Hadoop clusters with all of

Re: Automate Hadoop installation

2011-12-07 Thread rishi pathak
Hello Praveen, It might be an overkill but you can tweak HOD for the purpose. It is already bundled with hadoop. You will have to change the way node is allocated and commissioned , i.e. replacing torque resource manager interface with ssh(or other rsh's). Other way would be use of postinst

Re: Automate Hadoop installation

2011-12-06 Thread Praveen Sripati
Also, checkout Ambari (http://incubator.apache.org/ambari/) which is still in the Incubator status. How does Ambari and Puppet compare? Regards, Praveen On Tue, Dec 6, 2011 at 1:00 PM, alo alt wrote: > Hi, > > to deploy software I suggest pulp: > https://fedorahosted.org/pulp/wiki/HowTo > > For

Re: Automate Hadoop installation

2011-12-05 Thread alo alt
Hi, to deploy software I suggest pulp: https://fedorahosted.org/pulp/wiki/HowTo For a package-based distro (debian, redhat, centos) you can build apache's hadoop, pack it and delpoy. Configs, as Cos say, over puppet. If you use a redhat / centos take a look at spacewalk. best, Alex On Mon, De

Re: Automate Hadoop installation

2011-12-05 Thread Konstantin Boudnik
These that great project called BigTop (in the apache incubator) which provides for building of Hadoop stack. The part of what it provides is a set of Puppet recipes which will allow you to do exactly what you're looking for with perhaps some minor corrections. Serious, look at Puppet - otherwise

RE: Automate Hadoop installation

2011-12-05 Thread Sagar Shukla
: praveenesh kumar [mailto:praveen...@gmail.com] Sent: Monday, December 05, 2011 4:02 PM To: common-user@hadoop.apache.org Subject: Automate Hadoop installation Hi all, Can anyone guide me how to automate the hadoop installation/configuration process? I want to install hadoop on 10-20 nodes which

Automate Hadoop installation

2011-12-05 Thread praveenesh kumar
Hi all, Can anyone guide me how to automate the hadoop installation/configuration process? I want to install hadoop on 10-20 nodes which may even exceed to 50-100 nodes ? I know we can use some configuration tools like puppet/or shell-scripts ? Has anyone done it ? How can we do hadoop installati