When the source link of a job is the Link to HBase or Link to CloudTable, that is, when data is exported from MRS HBase, FusionInsight HBase, CloudTable, or Apache HBase, configure the source job parameters based on Table 1.
Parameter |
Description |
Example Value |
---|---|---|
Table Name |
Name of the HBase table that data will be exported from This parameter can be configured as a macro variable of date and time and a path name can contain multiple macro variables. When the macro variable of date and time works with a scheduled job, the incremental data can be synchronized periodically. |
TBL_2 |
Column Families |
(Optional) Column families to which the exported data belongs |
CF1&CF2 |
Split Rowkey |
(Optional) Whether to split a rowkey. The default value is No. |
Yes |
Rowkey Delimiter |
(Optional) Delimiter used to split a rowkey. If this parameter is left empty, the rowkey will not be split. |
| |
Start Time |
(Optional) Start time (including the value) for extracting data. The format is yyyy-MM-dd HH:mm:ss. Only the data generated at the specified time and later is extracted. This parameter can be set to a macro variable of date and time. When the macro variable of date and time works with a scheduled job, the incremental data can be synchronized periodically. |
2019-01-01 20:00:00 |
End Time |
(Optional) End time (excluding the value) for extracting data. The format is yyyy-MM-dd HH:mm:ss. Only the data generated before the time point is extracted. This parameter can be set to a macro variable of date and time. |
2019-02-01 20:00:00 |