Re: Starting up hadoop cluster programatically

2011-01-19 Thread Tom White
that you need to find a way to have direct SSH access to the Amazon > Cloud. > > Maybe there is a simpler way. You should wait for more replies. > > -original message- > Subject: Starting up hadoop cluster programatically > From: > Date: 19/01/2011 16:33 > > Hi all

RE: Starting up hadoop cluster programatically

2011-01-19 Thread Andrei Savu
aybe there is a simpler way. You should wait for more replies. -original message- Subject: Starting up hadoop cluster programatically From: Date: 19/01/2011 16:33 Hi all, I am trying to create a cluster dynamically using a Java Program. I wrote a program similar to HadoopServiceController in

Starting up hadoop cluster programatically

2011-01-19 Thread praveen.peddi
Hi all, I am trying to create a cluster dynamically using a Java Program. I wrote a program similar to HadoopServiceController in trunk code. I also added proxy information as system property (since I am inside my company network). I saw the cluster got created but the configuration fails. Here