This section describes how to add another HetuEngine data source on the HSConsole page for a cluster in security mode.
Currently, the following data sources are supported: boolean, tinyint, smallint, int, bigint, real, double, decimal, varchar, char, date, timestamp, array, map, time with timezone, timestamp with time zone, and Time.
Parameter |
Description |
Example Value |
---|---|---|
Name |
Name of the data source to be connected. The value can contain only letters, digits, and underscores (_) and must start with a letter. If the data source name contains uppercase letters, the background automatically converts the uppercase letters to lowercase letters during storage. |
hetu_1 |
Data Source Type |
Type of the data source to be connected. Select HetuEngine. |
HetuEngine |
Mode |
Mode of the current cluster. The security mode is used by default. |
Security Mode |
Description |
Description of the data source. The value can contain only letters, digits, commas (,), periods (.), underscores (_), spaces, and line breaks. |
- |
Parameter |
Description |
Example Value |
---|---|---|
Driver |
The default value is hsfabric-initial. |
hsfabric-initial |
Username |
Configure this parameter when the security mode is enabled. It specifies the user who accesses the remote HetuEngine. Set the parameter to the user to whom the user.keytab file obtained in 1 belongs. |
hetu_test |
Keytab File |
Configure this parameter when the security mode is enabled. This is the Keytab file of the user who accesses the remote DataCenter. Select the user.keytab file obtained in 1. |
user.keytab |
Two Way Transmission |
This parameter indicates whether to enable bidirectional transmission for cross-domain data transmission. The default value is Yes.
|
Yes |
Local Configuration |
Host IP address and port number of the HSFabric instance that is responsible for external communication of the HetuEngine service in the local MRS cluster.
|
192.162.157.32:29900 |
Remote Address |
Host IP address and port number of the HSFabric instance that is responsible for external communication of the HetuEngine service in the remote MRS cluster.
|
192.168.1.1:29900 |
Region |
Region to which the current request initiator belongs. The value can contain only digits and underscores (_). |
0755_01 |
Receiving Data Timeout (s) |
Timeout interval for receiving data, in seconds. |
60 |
Total Task Timeout (s) |
Total timeout duration for executing a cross-domain task, in seconds. |
300 |
Tasks Used by Worker Nodes |
Number of tasks used by each worker node to receive data. |
5 |
Data Compression |
|
Yes |
Parameter |
Description |
Example Value |
---|---|---|
hsfabric.health.check.time |
Interval for checking the HSFabric instance status, in seconds. |
60 |
hsfabric.subquery.pushdown |
Whether to enable cross-domain query pushdown. The function is enabled by default.
|
true |