OceanBase Migration Service (OMS) Community Edition V4.2.0 and later support data migration from an HBase database to OBKV. This topic describes the parameters of HBaseSink.
| Parameter | Value | Description |
|---|---|---|
| structObkvCreatetable | For example: create table {TABLE_NAME} (Kvarbinary(1024),Qvarbinary(256),Tbigint,Vvarbinary(1048576) NOT NULL, primary key(K,Q,T)) partition by key(K) partitions 64;. |
When you migrate data from an HBase database to OBKV, you can modify the value of this parameter to specify the default CREATE TABLE statement in OBKV for schema migration in the current project. |