You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2018/03/06 08:14:51 UTC

[nutch] branch 2.x updated: NUTCH-2519 Log mapreduce job messages and counters in local mode

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 804d391  NUTCH-2519 Log mapreduce job messages and counters in local mode
804d391 is described below

commit 804d39164753da74de0e8cdd916e3a51a34b038c
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Tue Mar 6 09:14:35 2018 +0100

    NUTCH-2519 Log mapreduce job messages and counters in local mode
---
 conf/log4j.properties | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/log4j.properties b/conf/log4j.properties
index 1a0dc58..d6cc2e2 100644
--- a/conf/log4j.properties
+++ b/conf/log4j.properties
@@ -42,6 +42,9 @@ log4j.logger.org.apache.nutch.indexer.IndexingFiltersChecker=INFO,cmdstdout
 log4j.logger.org.apache.nutch.plugin.PluginRepository=WARN
 log4j.logger.org.apache.nutch.api.NutchServer=INFO,cmdstdout
 
+# log mapreduce job messages and counters
+log4j.logger.org.apache.hadoop.mapreduce.Job=INFO
+
 log4j.logger.org.apache.nutch=INFO
 log4j.logger.org.apache.hadoop=WARN
 log4j.logger.org.apache.zookeeper=WARN
@@ -54,7 +57,7 @@ log4j.logger.org.apache.gora=WARN
 log4j.appender.DRFA=org.apache.log4j.DailyRollingFileAppender
 log4j.appender.DRFA.File=${hadoop.log.dir}/${hadoop.log.file}
 
-# Rollver at midnight
+# Rollover at midnight
 log4j.appender.DRFA.DatePattern=.yyyy-MM-dd
 
 # 30-day backup

-- 
To stop receiving notification emails like this one, please contact
snagel@apache.org.