457475451 发表于 2018-11-1 11:01:52

hadoop-0.20.1部署手记

  dfs.data.dir
  /disk2/hadoop/filesystem/data,/disk3/hadoop/filesystem/data
  Determines where on the local filesystem an DFS data node should store its blocks. If this is a comma-delimited list
  of directories, then data will be stored in all named directories, typically on different devices. Directories that do not exist are
  ignored.
  

页: [1]
查看完整版本: hadoop-0.20.1部署手记