Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

Hadoop source code: Question about MiniYARNcluster and Application Master

$
0
0

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 java classes. I see that ApplicationMasterLauncher, ApplicationMasterService, ApplicationMasterProtocol (ApplicationMasterProtocolPBServiceImpl) get invoked, but no actual applicationMaster class.
Can someone please answer: Is there other main application master class that I do not know (besides ApplicationMaster and MRAppMaster)? is ApplicationMaster not always invoked as a class? If yes, what are the cases and what class running services (such as sending container allocation requests) in this case?
Thank you very much,
Sasha


Viewing all articles
Browse latest Browse all 3435

Trending Articles