You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/11/07 20:29:39 UTC

svn commit: r331585 - /lucene/nutch/branches/mapred/conf/nutch-default.xml

Author: cutting
Date: Mon Nov  7 11:29:37 2005
New Revision: 331585

URL: http://svn.apache.org/viewcvs?rev=331585&view=rev
Log:
Document job tracker's adminstrative web ui port.

Modified:
    lucene/nutch/branches/mapred/conf/nutch-default.xml

Modified: lucene/nutch/branches/mapred/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/conf/nutch-default.xml?rev=331585&r1=331584&r2=331585&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Mon Nov  7 11:29:37 2005
@@ -426,6 +426,14 @@
   </description>
 </property>
 
+<property>
+  <name>mapred.job.tracker.info.port</name>
+  <value>7845</value>
+  <description>The port number where the jobtracker runs its
+  administrative web interface.
+  </description>
+</property>
+
 <!-- indexer properties -->
 
 <property>