Changes between Version 16 and Version 17 of jazz/DRBL_Hadoop
- Timestamp:
- Nov 7, 2008, 7:47:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/DRBL_Hadoop
v16 v17 86 86 + </description> 87 87 + </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 node92 + should store its blocks. If this is a comma-delimited93 + list of directories, then data will be stored in all named94 + directories, typically on different devices.95 + Directories that do not exist are ignored.96 + </description>97 + </property>98 88 </configuration> 99 89 }}}