Browse Source

Removed properties mistakenly copied from Nutch.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@376074 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
a65bd56f38
1 changed files with 0 additions and 22 deletions
  1. 0 22
      conf/hadoop-default.xml

+ 0 - 22
conf/hadoop-default.xml

@@ -7,28 +7,6 @@
 
 <configuration>
 
-<!-- file properties -->
-
-<property>
-  <name>file.content.limit</name>
-  <value>65536</value>
-  <description>The length limit for downloaded content, in bytes.
-  If this value is larger than zero, content longer than it will be
-  truncated; otherwise (zero or negative), no truncation at all.
-  </description>
-</property>
-
-<property>
-  <name>file.content.ignored</name>
-  <value>true</value>
-  <description>If true, no file content will be saved during fetch.
-  And it is probably what we want to set most of time, since file:// URLs
-  are meant to be local and we can always use them directly at parsing
-  and indexing stages. Otherwise file contents will be saved.
-  !! NO IMPLEMENTED YET !!
-  </description>
-</property>
-
 <!-- i/o properties -->
 
 <property>