Updated on 2024-10-23 GMT+08:00

To HBase

Table 1 Parameter description

Type

Parameter

Description

Example Value

Basic parameters

Table Name

Name of the table to which data will be written. Click the icon next to the text box. The dialog box for selecting the table is displayed.

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. For details, see Incremental Synchronization Using the Macro Variables of Date and Time.

NOTE:

If you have configured a macro variable of date and time and schedule a CDM job through DataArts Studio DataArts Factory, the system replaces the macro variable of date and time with (Planned start time of the data development jobOffset) rather than (Actual start time of the CDM jobOffset).

table

Clear Data Before Import

Whether to clear table data before import

Yes: Table data will be cleared before import.

No: Table data will not be cleared before import.

No

Advanced attributes

Rowkey Data Redundancy

Whether to write rowkey data to the HBase column at the same time

No

Write WAL

Whether to write WALs. If this is disabled, performance can be improved, but data may be lost when HBase breaks down.

Yes

Type Match

Whether to match the data type, for example, whether column data of the int type in the database will be converted into binary data before written to HBase.

No