Details
Description
A simple change in the log4j.properties would make the Hadoop job counters appear in the hadoop.log also in local mode:
log4j.logger.org.apache.hadoop.mapreduce.Job=INFO
This may provide useful information for debugging, esp. if counters are not explicitly logged by tools (see @user). This would make the output also more similar to (pseudo)distributed mode (Nutch is called via hadoop jar) Job counters and progress info are obligatorily logged.
Attachments
Issue Links
- links to