close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 30, 2009, 6:25:57 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | 1 | |
| 2 | = hbase 0.18.1 port hadoop-cloudera 0.18.3 = |
2 | 3 | |
3 | | hbase 0.18.1 port hadoop-cloudera 0.18.3 |
| 4 | 1. patch檔內容如下 |
| 5 | |
4 | 6 | {{{ |
| 7 | #!sh |
5 | 8 | #!/bin/bash |
6 | 9 | hbase_ori_home=~/hbase |
… |
… |
|
38 | 41 | }}} |
39 | 42 | |
| 43 | 2. 還要改一些設定檔以及執行檔 |
| 44 | |
| 45 | 族繁不及備載,請下載package檔 |
| 46 | |
| 47 | 3. bash ./patch |
| 48 | |
| 49 | 4. sudo /etc/init.d/hbase start |
40 | 50 | |
41 | 51 | |
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 | | * 目前卡在 |