Changes between Version 2 and Version 3 of waue/2009/0630
- Timestamp:
- Jun 30, 2009, 6:42:12 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/0630
v2 v3 2 2 = hbase 0.18.1 port hadoop-cloudera 0.18.3 = 3 3 4 1. patch檔內容如下 4 1. 下載並解壓縮[http://trac.nchc.org.tw/cloud/export/87/package/hbase-port-cloudera-hadoop-0.18.tar.gz package]檔 5 6 * patch檔內容如下 5 7 6 8 {{{ … … 41 43 }}} 42 44 43 2. 還要改一些設定檔以及執行檔 45 2. 解壓縮後執行 46 {{{ 47 $ bash ./patch 48 }}} 44 49 45 族繁不及備載,請下載package檔 50 3. 修改設定 /etc/hadoop/conf/hbase-site.xml 46 51 47 3. bash ./patch 52 4. 啟動服務 53 {{{ 54 sudo /etc/init.d/hbase-master start 55 sudo /etc/init.d/hbase-regionserver start 56 }}} 48 57 49 4. sudo /etc/init.d/hbase start 50 51 58 5. 開始 59 {{{ 60 $ hbase shell 61 > 62 }}}