| Package | Description |
|---|---|
| org.apache.hive.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static Utils.JdbcConnectionParams |
Utils.extractURLComponents(String uri,
Properties info)
This method handles the base parsing of the given jdbc uri.
|
static Utils.JdbcConnectionParams |
Utils.parseURL(String uri) |
static Utils.JdbcConnectionParams |
Utils.parseURL(String uri,
Properties info)
Parse JDBC connection URL
The new format of the URL is:
jdbc:hive2://<host1>:<port1>,<host2>:<port2>/dbName;sess_var_list?hive_conf_list#hive_var_list
where the optional sess, conf and var lists are semicolon separated <key>=<val> pairs.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.