Hi, I'm migrating my application from MR v.1 to YARN, I do not know how to convert my class which extends org.apache.hadoop.mapred.TaskTrackerMetricsInst, I want this class to run as TaskTracker starts up, if I migrate to YARN, I want it to run as NodeManager starts up, so how can I make this happen?
-- --Anfernee
