We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How works with quoted variables?
export JDBC_URL="jdbc:hive2://[domain]:10000/default;principal=hive/_HOST@[REALM]"
String url = JDBC_URL; Connection conn = DriverManager.getConnection(url.replace("\"", ""));