tencent cloud

Tencent Cloud WeData

Release Notes
Dynamic Release Record (2026)
Product Introduction
Product Overview
Product Advantages
Product Architecture
Product Features
Application Scenarios
Purchase Guide
Billing Overview
Product Version Purchase Instructions
Execute Resource Purchase Description
Billing Modes
Overdue Policy
Refund
Preparations
Overview of Account and Permission Management
Add allowlist /security groups (Optional)
Sign in to WeData with Microsoft Entra ID (Azure AD) Single Sign-On (SSO)
Operation Guide
Console Operation
Project Management
Data Integration
Studio
Data Development
Data Analysis
Data Science
Data Governance (with Unity Semantics)
API Documentation
History
Introduction
API Category
Making API Requests
Smart Ops Related Interfaces
Project Management APIs
Resource Group APIs
Data Development APIs
Data Asset - Data Dictionary APIs
Data Development APIs
Ops Center APIs
Data Operations Related Interfaces
Data Exploration APIs
Asset APIs
Metadata Related Interfaces
Task Operations APIs
Data Security APIs
Instance Operation and Maintenance Related Interfaces
Data Map and Data Dictionary APIs
Data Quality Related Interfaces
DataInLong APIs
Platform Management APIs
Data Source Management APIs
Data Quality APIs
Platform Management APIs
Asset Data APIs
Data Source Management APIs
Data Types
Error Codes
WeData API 2025-08-06
Service Level Agreements
Related Agreement
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

HBase Data Source

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-11-01 17:00:28

HBase Single Table Write Node Configuration

1. On the Data Integration page, in the left sidebar, click Real-time Sync.
2. At the top of the Real-time Sync page, select Single Table Sync to create a new one (you can choose between form and canvas modes) and enter the configuration page.
3. Click the left side write, click to select HBase Node and configure the node information.

4. You can refer to the table below to configure parameter information.
Parameters
Description
Data Destination
Specify the HBase data source to write to.
Namespace
Supports selecting or manually entering the space to write to.
Table
Support selection or manual entry of the table name to be written to.
If the data source network is not connected and the table information cannot be fetched directly, you can manually enter the table name. Data synchronization can still be performed when the DataInLong network is connected.
rowkey Rule
Click configure to enter the rowkey configuration page, then configure the type and corresponding value.



Advanced Settings
You can configure parameters according to business needs.
5. Preview Data Fields and map them with Read Node Configuration Fields, click Save.

HBase Log Collection Write Node Configuration

Parameters
Description
Data Destination
Select the available HBase data source in the current project.
Namespace
Enter or select the namespace manually.
Table
Select the corresponding table in the data source.
rowkey Rule
The HBase data source needs to configure rowkey Regulations.
Advanced Settings (optional)
You can configure parameters according to business needs.

HBase Write Data Type Conversion Support

Write

The supported data types and corresponding conversion relationships for HBase writing are as follows (when processing HBase, the data type of the HBase data source and the data type of the data processing engine will be mapped first):
Internal Types
HBase Type
CHAR,VARCHAR,STRING
byte[] toBytes(String s),String toString(byte[] b)
BOOLEAN
byte[] toBytes(boolean b),boolean toBoolean(byte[] b)
BINARY VARBINARY
Returns byte[] as is.
DECIMAL
byte[] toBytes(BigDecimal v),BigDecimal toBigDecimal(byte[] b)
TINYINT
new byte[] { val },bytes[0] // returns first and only byte from bytes
SMALLINT
byte[] toBytes(short val),short toShort(byte[] bytes)
INT
byte[] toBytes(int val),int toInt(byte[] bytes)
BIGINT
byte[] toBytes(long val),long toLong(byte[] bytes)
FLOAT
byte[] toBytes(float val),float toFloat(byte[] bytes)
DOUBLE
byte[] toBytes(double val),double toDouble(byte[] bytes)
DATE
Stores the number of days since epoch as int value.
TIME
Stores the number of milliseconds of the day as int value.
TIMESTAMP
Stores the milliseconds since epoch as long value.


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백