Thanks, I'm doing that already. I can keep trying to step through it all and figure it out. Was just going slowly with all the abstraction and being new to how the code all fits together. Was hoping for a little kick start :)
On Tue, Apr 28, 2015 at 10:52 AM, Siddharth Wagle <[email protected]> wrote: > You can start ambari server with "ambari-server start -g". This will > enabke the jdwp transport on port 5005 and you can attach to the process > using your IDE. > > -Sid > > > Sent by Outlook<http://taps.io/outlookmobile> for Android > > > > On Tue, Apr 28, 2015 at 10:46 AM -0700, "Donald Hansen" < > [email protected]<mailto:[email protected]>> wrote: > > Yes, I've been reading through the wiki. It was a great help getting a dev > environment setup with vagrant so that I could attach to the process. If > what I am asking is there, I guess I have missed it. > > On Tue, Apr 28, 2015 at 10:42 AM, Siddharth Wagle <[email protected]> > wrote: > > > Hi Donald, > > > > Have you had a chance to look through the Ambari wiki: > > https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Design ? > > > > BR, > > Sid > > > > ________________________________________ > > From: Donald Hansen <[email protected]> > > Sent: Tuesday, April 28, 2015 10:29 AM > > To: [email protected] > > Subject: Provisioning code > > > > I'm new to Ambari and trying to walk through all the code. I was curious > if > > someone can point me to where provisioning happens. I wanted to see what > > that looks likes. I have Ambari setup with Vagrant and have attached to > the > > process with Eclipse. I'm stepping through the code after using the API > to > > create a cluster from a blueprint. There is a lot of abstraction going on > > and is tough to follow for a newbie. It would be helpful if someone can > > point me in the general direction. > > > > Thanks. > > Donald > > >
