You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Bai Shen <ba...@gmail.com> on 2011/12/05 21:01:25 UTC

Hadoop Profiling

I turned on the profiling in Hadoop, and the MapReduceTutorial at
http://hadoop.apache.org/common/docs/current/mapred_tutorial.html says that
the profile files should go to the user log directory.  However, they're
currently going to the working directory where I start the hadoop job
from.  I've set $HADOOP_LOG_DIR but that hasn't made a difference.

What do I need to change or set in order for the profile files to go to the
correct log directory?

Thanks.