You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by do...@apache.org on 2007/10/08 12:58:11 UTC

svn commit: r582775 - in /lucene/nutch/trunk: CHANGES.txt conf/log4j.properties

Author: dogacan
Date: Mon Oct  8 03:58:11 2007
New Revision: 582775

URL: http://svn.apache.org/viewvc?rev=582775&view=rev
Log:
NUTCH-508 - ${hadoop.log.dir} and ${hadoop.log.file} are not propagated to the tasktracker. Contributed by Mathijs Homminga and Emmanuel Joke.

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/conf/log4j.properties

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=582775&r1=582774&r2=582775&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Mon Oct  8 03:58:11 2007
@@ -142,6 +142,9 @@
 48. NUTCH-25 - needs 'character encoding' detector.
     (Doug Cook, dogacan, Marcin Okraszewski, Renaud Richardet via dogacan)
 
+49. NUTCH-508 - ${hadoop.log.dir} and ${hadoop.log.file} are not propagated
+    to the tasktracker. (Mathijs Homminga, Emmanuel Joke via dogacan)
+
 Release 0.9 - 2007-04-02
 
  1. Changed log4j confiquration to log to stdout on commandline

Modified: lucene/nutch/trunk/conf/log4j.properties
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/log4j.properties?rev=582775&r1=582774&r2=582775&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/log4j.properties (original)
+++ lucene/nutch/trunk/conf/log4j.properties Mon Oct  8 03:58:11 2007
@@ -1,3 +1,7 @@
+# Define some default values that can be overridden by system properties
+hadoop.log.dir=.
+hadoop.log.file=hadoop.log
+
 # RootLogger - DailyRollingFileAppender
 log4j.rootLogger=INFO,DRFA