Changes between Version 5 and Version 6 of waue/2010/nutchez2_procedure


Ignore:
Timestamp:
May 20, 2010, 4:59:18 PM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/nutchez2_procedure

    v5 v6  
    1212#!graphviz
    1313  digraph G {
    14     size ="4,0"; rankdir="LR"; node[shape=box];
     14    rankdir="LR"; node[shape=box];
    1515    "用root\n身份執行" -> "跳出" [label="no"];
    1616    "用root\n身份執行" -> "檢查相\n依程式" [label="yes"];
    1717    "檢查相\n依程式" -> "詢問必\n要資訊" [label="ok"];
    1818    "檢查相\n依程式" -> "印出缺\n少項目" [label="fault"];
    19     "詢問必\n要資訊" -> "建立\n nutchuser\n帳號" [label="使用者需\n輸入資訊"];
    20     "建立\n nutchuser\n帳號" -> "建立.ssh \n公鑰與私鑰" [label="使用者需\n輸入密碼"];
    21     "建立.ssh \n公鑰與私鑰" -> "安裝\nnutchez\n軟體"-> "產生\nClient_install \n程式"
     19    "詢問必\n要資訊" -> "使用者\n確認" [label="使用者需\n輸入資訊"];
     20    "使用者\n確認" -> "建立\n nutchuser\n帳號" [label="yes"];
     21    "使用者\n確認" -> "詢問必\n要資訊" [label="no"];
     22    "建立\n nutchuser\n帳號" -> "建立.ssh\n公鑰與\n私鑰" [label="使用者需\n輸入密碼"];
     23    "建立.ssh\n公鑰與\n私鑰" -> "安裝\nnutchez\n軟體"-> "產生\n Client\n install \n程式"-> "啟動\n hadoop \n服務"
    2224    }
    2325}}}