move code comment
This commit is contained in:
parent
c5f7f4c865
commit
46faa04805
@ -31,13 +31,16 @@ the encoded region name portion is 527db22f95c8a9e0116f0cc13c680396
|
|||||||
A server name is its host, port plus startcode. For example:
|
A server name is its host, port plus startcode. For example:
|
||||||
host187.example.com,60020,1289493121758
|
host187.example.com,60020,1289493121758
|
||||||
To move meta region, pass 'hbase:meta' as encoded region name.
|
To move meta region, pass 'hbase:meta' as encoded region name.
|
||||||
'hbase:meta' is the only tablename allowed because it has single region so far
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
hbase> move 'ENCODED_REGIONNAME'
|
hbase> move 'ENCODED_REGIONNAME'
|
||||||
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
|
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
|
||||||
|
|
||||||
hbase> move 'hbase:meta'
|
hbase> move 'hbase:meta'
|
||||||
hbase> move 'hbase:meta', 'SERVER_NAME'
|
hbase> move 'hbase:meta', 'SERVER_NAME'
|
||||||
|
|
||||||
|
'hbase:meta' is the only tablename allowed because it has single region so far
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user