Changes between Version 8 and Version 9 of waue/2009/0401


Ignore:
Timestamp:
Apr 1, 2009, 3:20:19 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0401

    v8 v9  
    11[[PageOutline]]
     2
    23= Hadoop分佈式文件系統使用指南 =
    34
     
    5960刪除上一次升級時製作的集群備份
    6061
     62= Secondary NameNode =
     63Secondary NameNode定期合併fsimage和edits日誌,將edits日誌文件大小控制在一個限度下。因為內存需求和NameNode在一個數量級上,所以通常secondary NameNode和NameNode運行在不同的機器上。
     64
     65Secondary NameNode通過bin/start-dfs.sh在conf/masters中指定的節點上啟動
     66
     67??  conf/masters的作用 ??