Skip to content

Commit b594757

Browse files
authored
JDBC driver: allow usage without sslTrustStore
1 parent 127c736 commit b594757

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive

kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ public static String getPassword(Map<String, String> confMap, String key) {
669669
hadoopCredentialProviderAvailable = true;
670670
} catch (Exception exception) {
671671
LOG.warn("Hadoop credential provider is unavailable", exception);
672-
throw new RuntimeException(exception);
673672
}
674673
}
675674
if (password == null && hadoopCredentialProviderAvailable) {

0 commit comments

Comments
 (0)