| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConnectionParams |
Utils.extractURLComponents(String uri,
Properties info)
This method handles the base parsing of the given jdbc uri.
|
static JdbcConnectionParams |
Utils.parseURL(String uri) |
static JdbcConnectionParams |
Utils.parseURL(String uri,
Properties info)
Parse JDBC connection URL The new format of the URL is:
jdbc:hive2://
|
| Modifier and Type | Method and Description |
|---|---|
static List<JdbcConnectionParams> |
KyuubiConnection.getAllUrls(String zookeeperBasedHS2Url)
Get all direct HiveServer2 URLs from a ZooKeeper based HiveServer2 URL
|
| Constructor and Description |
|---|
JdbcConnectionParams(JdbcConnectionParams params) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.