coderplay / dragon

Real-time computing system based on hadoop yarn
12 stars 5 forks source link

supports task profiling #55

Open coderplay opened 12 years ago

coderplay commented 12 years ago

In Hadoop MapReduce, user can add an agent to the child jvm by setting mapred.child.opts. This is a good feature give user a free hand to find the hotspot of their jobs.