Changes between Version 51 and Version 52 of jazz/hadoop4win-dev


Ignore:
Timestamp:
May 3, 2011, 5:16:39 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/hadoop4win-dev

    v51 v52  
    2323   * 加入切換 standalone mode 與 psudo-distributed mode 的 script (2011-03-03 Hinet)
    2424   * 預設 standalone mode 的對應 script 與設定檔修改
     25
     26-----
     27
     28== 2010-10-30 ==
     29
     30 * [參考] 從 [http://old.nabble.com/Cygwin-setup.exe-via-the-cygwin-shell-td20259653.html Re: Cygwin setup.exe via the cygwin shell] 的討論可以看到一些參考的語法 ([wiki:jazz/10-02-03 2010-02-03])
     31{{{
     32setup.exe -d -q -R 'c:\cygwin' -s 'http://mirrors.xmission.com/cygwin/' -l 'c:\cygwin\home\thrall' -P vim,bc
     33}}}
     34 * [參考] [http://alans.se/blog/2010/hadoop-hbase-cygwin-windows-7-x64/ Hadoop + HBase + Cygwin + Windows 7 x64] ([wiki:jazz/10-10-26 2010-10-26])
     35 * 測試讓 cygwin setup.exe 從 http://ftp.ntu.edu.tw/pub/cygwin/ 下載到 cygwin_mirror 目錄
     36{{{
     37REM 純下載 Cygwin Base 分類下的檔案
     38setup.exe -q -D -O -s http://mirror.mcs.anl.gov/cygwin -C base
     39REM 把 http 開頭的目錄搬到 cygwin_mirror
     40move http* cygwin_mirror
     41REM  用本地目錄 cygwin_mirror 安裝到 c:/hadoop4win
     42setup.exe -q -d -L -l %cd%/cygwin_mirror -R c:/hadoop4win
     43pause
     44}}}
    2545
    2646== 2010-12-21 ==
     
    175195}}}
    176196
    177 == 2010-10-30 ==
    178 
    179  * [參考] 從 [http://old.nabble.com/Cygwin-setup.exe-via-the-cygwin-shell-td20259653.html Re: Cygwin setup.exe via the cygwin shell] 的討論可以看到一些參考的語法 ([wiki:jazz/10-02-03 2010-02-03])
    180 {{{
    181 setup.exe -d -q -R 'c:\cygwin' -s 'http://mirrors.xmission.com/cygwin/' -l 'c:\cygwin\home\thrall' -P vim,bc
    182 }}}
    183  * [參考] [http://alans.se/blog/2010/hadoop-hbase-cygwin-windows-7-x64/ Hadoop + HBase + Cygwin + Windows 7 x64] ([wiki:jazz/10-10-26 2010-10-26])
    184  * 測試讓 cygwin setup.exe 從 http://ftp.ntu.edu.tw/pub/cygwin/ 下載到 cygwin_mirror 目錄
    185 {{{
    186 REM 純下載 Cygwin Base 分類下的檔案
    187 setup.exe -q -D -O -s http://mirror.mcs.anl.gov/cygwin -C base
    188 REM 把 http 開頭的目錄搬到 cygwin_mirror
    189 move http* cygwin_mirror
    190 REM  用本地目錄 cygwin_mirror 安裝到 c:/hadoop4win
    191 setup.exe -q -d -L -l %cd%/cygwin_mirror -R c:/hadoop4win
    192 pause
    193 }}}
    194 
    195197== 2011-04-11 ==
    196198