Changes between Version 2 and Version 3 of waue/2009/0630


Ignore:
Timestamp:
Jun 30, 2009, 6:42:12 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0630

    v2 v3  
    22= hbase 0.18.1 port hadoop-cloudera 0.18.3 =
    33
    4 1. patch檔內容如下
     41. 下載並解壓縮[http://trac.nchc.org.tw/cloud/export/87/package/hbase-port-cloudera-hadoop-0.18.tar.gz package]檔
     5
     6 * patch檔內容如下
    57
    68{{{
     
    4143}}}
    4244
    43 2. 還要改一些設定檔以及執行檔
     452. 解壓縮後執行
     46{{{
     47$ bash ./patch
     48}}}
    4449
    45 族繁不及備載,請下載package檔
     503. 修改設定 /etc/hadoop/conf/hbase-site.xml
    4651
    47 3. bash ./patch
     524. 啟動服務
     53{{{
     54sudo /etc/init.d/hbase-master start
     55sudo /etc/init.d/hbase-regionserver start
     56}}}
    4857
    49 4. sudo /etc/init.d/hbase start
    50 
    51 
     585. 開始
     59{{{
     60$ hbase shell
     61>
     62}}}