close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 3, 2011, 5:16:39 PM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v51
|
v52
|
|
| 23 | 23 | * 加入切換 standalone mode 與 psudo-distributed mode 的 script (2011-03-03 Hinet) |
| 24 | 24 | * 預設 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 | {{{ |
| | 32 | setup.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 | {{{ |
| | 37 | REM 純下載 Cygwin Base 分類下的檔案 |
| | 38 | setup.exe -q -D -O -s http://mirror.mcs.anl.gov/cygwin -C base |
| | 39 | REM 把 http 開頭的目錄搬到 cygwin_mirror |
| | 40 | move http* cygwin_mirror |
| | 41 | REM 用本地目錄 cygwin_mirror 安裝到 c:/hadoop4win |
| | 42 | setup.exe -q -d -L -l %cd%/cygwin_mirror -R c:/hadoop4win |
| | 43 | pause |
| | 44 | }}} |
| 25 | 45 | |
| 26 | 46 | == 2010-12-21 == |
| … |
… |
|
| 175 | 195 | }}} |
| 176 | 196 | |
| 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 | | |
| 195 | 197 | == 2011-04-11 == |
| 196 | 198 | |