| Package | Description |
|---|---|
| com.baidubce.services.bmr.model |
| Modifier and Type | Method and Description |
|---|---|
HiveApplicationConfig |
HiveApplicationConfig.withDatabase(String database)
Configure the database name for the Hive metastore.
|
HiveApplicationConfig |
HiveApplicationConfig.withHost(String host)
Configure the host for MySQL service used by Hive metastore.
|
HiveApplicationConfig |
HiveApplicationConfig.withMetastore(String metastore)
Configure the metastore of Hive Server。 By default, the inner metastore is used.
|
HiveApplicationConfig |
HiveApplicationConfig.withPassword(String password)
Configure the password for accessing MySQL database.
|
HiveApplicationConfig |
HiveApplicationConfig.withPort(int port)
Configure the port for MySQL service used by Hive metastore.
|
HiveApplicationConfig |
HiveApplicationConfig.withUserName(String username)
Configure the username for accessing MySQL database.
|
HiveApplicationConfig |
HiveApplicationConfig.withVersion(String version)
Configure the version of Hive.
|
Copyright © 2024. All rights reserved.