This section describes how to add a Hive data source of the same Hadoop cluster as HetuEngine on HSConsole.
Currently, HetuEngine supports data sources of the following traditional data formats: AVRO, TEXT, RCTEXT, Binary, ORC, Parquet, and SequenceFile.
The HetuEngine service is interconnected to its co-deployed Hive data source by default during its installation. The data source name is hive and cannot be deleted. Some default configurations cannot be modified. You need to restart the HetuEngine service to automatically synchronize these unmodifiable configurations once they are updated.
Parameter |
Description |
Example Value |
---|---|---|
Description |
Description of the data source. The value can contain only letters, digits, commas (,), periods (.), underscores (_), spaces, and line breaks. |
- |
Enable Data Source Authentication |
Whether to use the permission policy of the Hive data source for authentication. If Ranger is disabled for the HetuEngine service, select Yes. If Ranger is enabled, select No. |
No |
Metastore URL |
Value of hive.metastore.uris in hive-site.xml on the data source client. When the Hive MetaStore instance changes, you need to manually update this value. |
thrift://192.168.1.1:21088,thrift://192.168.1.2:21088 |
Enable Connection Pool |
Whether to enable the connection pool when accessing Hive MetaStore. The default value is Yes |
Yes |
Maximum Connections |
Maximum number of connections in the connection pool when accessing Hive MetaStore. |
50 (Value range: 0-200) |