Changes between Version 16 and Version 17 of jazz/DRBL_Hadoop


Ignore:
Timestamp:
Nov 7, 2008, 7:47:39 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DRBL_Hadoop

    v16 v17  
    8686+    </description>
    8787+  </property>
    88 +  <property>
    89 +    <name>dfs.data.dir</name>
    90 +    <value>/hadoop/dfs/data</value>
    91 +    <description>Determines where on the local filesystem an DFS data node
    92 +      should store its blocks.  If this is a comma-delimited
    93 +      list of directories, then data will be stored in all named
    94 +      directories, typically on different devices.
    95 +      Directories that do not exist are ignored.
    96 +    </description>
    97 +  </property>
    9888 </configuration>
    9989}}}