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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0630

    v1 v2  
    11
     2= hbase 0.18.1 port hadoop-cloudera 0.18.3 =
    23
    3 hbase 0.18.1 port hadoop-cloudera 0.18.3
     41. patch檔內容如下
     5
    46{{{
     7#!sh
    58#!/bin/bash
    69hbase_ori_home=~/hbase
     
    3841}}}
    3942
     432. 還要改一些設定檔以及執行檔
     44
     45族繁不及備載,請下載package檔
     46
     473. bash ./patch
     48
     494. sudo /etc/init.d/hbase start
    4050
    4151
    42  * 修改 /etc/hadoop/conf/hbase-site.xml
    43 
    44  * /etc/init.d/hbase start 會要密碼
    45 {{{
    46 start() {
    47     su -s /bin/sh hadoop -c "$HBASE_HOME/bin/start-hbase.sh"
    48 }
    49 stop() {
    50     su -s /bin/sh hadoop -c "$HBASE_HOME/bin/stop-hbase.sh"
    51 }
    52 }}}
    53 
    54  * 目前卡在