Re: Question about Application Master (MiniYARNcluster)

2015-05-29 Thread Sasha Bengal
Thank you, Steve! I figured out by now that AM (MRAppMaster) is running. I confirmed it by inspecting closely log files on individual mini cluster nodes. Not stopping at the break points is an Eclipse/Ubuntu issue. Thank you again, Sasha On Fri, May 29, 2015 at 7:49 AM, Steve Loughran wrote: > 1

Re: Question about Application Master (MiniYARNcluster)

2015-05-29 Thread Steve Loughran
1. this is really a user/YARN question 2. even in the mini yarn cluster, your AM is starting in a new process. Your IDE needs to attach to it > On 22 May 2015, at 22:41, Sasha Bengal wrote: > > Hi, > I am learning insides of Hadoop by following a map reduce job in Eclipse > debugger with break

Question about Application Master (MiniYARNcluster)

2015-05-22 Thread Sasha Bengal
Hi, I am learning insides of Hadoop by following a map reduce job in Eclipse debugger with break points. I am using MiniYARNcluster. Most of sequence goes according to Hadoop books and lessons I have studied before. Except none of the break points are stopping in ApplicationMaster or MRAppMaster ja