public class Utils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Utils.JdbcConnectionParams |
| Modifier and Type | Field and Description |
|---|---|
static String |
URL_PREFIX
The required prefix for the connection URL.
|
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Utils.JdbcConnectionParams |
extractURLComponents(String uri,
Properties info)
This method handles the base parsing of the given jdbc uri.
|
static String |
getCanonicalHostName(String hostName)
Method to get canonical-ized hostname, given a hostname (possibly a CNAME).
|
static String |
parsePropertyFromUrl(String url,
String key) |
static Utils.JdbcConnectionParams |
parseURL(String uri) |
static Utils.JdbcConnectionParams |
parseURL(String uri,
Properties info)
Parse JDBC connection URL
The new format of the URL is:
jdbc:hive2://
|
public static final String URL_PREFIX
public static Utils.JdbcConnectionParams parseURL(String uri) throws JdbcUriParseException, SQLException, ZooKeeperHiveClientException
public static Utils.JdbcConnectionParams parseURL(String uri, Properties info) throws JdbcUriParseException, SQLException, ZooKeeperHiveClientException
uri - SQLExceptionJdbcUriParseExceptionZooKeeperHiveClientExceptionpublic static Utils.JdbcConnectionParams extractURLComponents(String uri, Properties info) throws JdbcUriParseException
uri - info - JdbcUriParseExceptionpublic static String getCanonicalHostName(String hostName)
hostName - The hostname to be canonical-ized.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.