| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.datasource |
DataSource providers that can construct a connection pool from configuration
properties in a hadoop configuration object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DbCPDataSourceProvider
DataSourceProvider for the dbcp connection pool.
|
class |
HikariCPDataSourceProvider
DataSourceProvider for the HikariCP connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSourceProvider |
DataSourceProviderFactory.tryGetDataSourceProviderOrNull(org.apache.hadoop.conf.Configuration hdpConfig)
The data source providers declare if they are supported or not based on the config.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.