close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 29, 2010, 11:50:23 AM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 17 | 17 | = 新增 table = |
| 18 | 18 | |
| 19 | | A . 直接增加一個表 t1 |
| | 19 | A . 直接增加一個表 t2 |
| 20 | 20 | |
| 21 | 21 | {{{ |
| 22 | | hbase(main):> create 't1' |
| | 22 | hbase(main):> create 't2' |
| 23 | 23 | }}} |
| 24 | 24 | |
| 25 | | B . 增加一個擁有 'f1','f2','fn' 為 column family 的表: t2 |
| | 25 | B . 增加一個擁有 'f1','f2','fn' 為 column family 的表: t1 |
| 26 | 26 | |
| 27 | 27 | {{{ |
| 28 | | hbase(main):> create 't2','f1','f2','fn' |
| | 28 | hbase(main):> create 't1','f1','f2','fn' |
| 29 | 29 | }}} |
| 30 | 30 | |