Re: Profiling Hadoop Code

2011-05-19 Thread Marcos Ortiz
On 05/19/2011 04:26 AM, Shuja Rehman wrote: Hi All, I was investigating the ways to profile the hadoop code. All I found is to use JobConf.setProfileEnabled(boolean) but i b

Profiling Hadoop Code

2011-05-19 Thread Shuja Rehman
Hi All, I was investigating the ways to profile the hadoop code. All I found is to use JobConf.setProfileEnabled(boolean)but i believe this is not available in the new api. so c