Hi Allen, Thank you for the info. Actually I am trying this on Windows 8.1 OS. I have tried the same command on this OS, but I am getting an error -classpath not found. I will dig further why this is happening. Meanwhile posting this update to check if anyone else tried this.
Also I do have another question, from which folder we should use to run this command? I have source folder where I built the trunk source using maven. Also have deployment folder where I unzipped the tar file generated by maven installer. Regards, Srini. On Mon, Mar 9, 2015 at 11:12 AM, Allen Wittenauer <[email protected]> wrote: > > On Mar 9, 2015, at 10:06 AM, Srini Karri <[email protected]> wrote: > > > Hi All, > > > > I am new to java development. I am trying to debug the resource manager > UI > > in eclipse. I was searching online, I learned that I need to start the > > server in debug mode. Can any one help with this? Basically I am looking > > for how can I start the Yarn in debug mode, attach this to eclipse and > step > > through the code. > > > In trunk, this is easy to do: > > yarn —daemon start —loglevel DEBUG resourcemanager > > >
