How to Hide Properties List from HIVE JDBC URL in "OdiSqlUnload" Tool?
(Doc ID 2442069.1)
Last updated on OCTOBER 04, 2022
Applies to:
Oracle Data Integrator - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
How can the properties list from the HIVE JDBC URL in the "OdiSqlUnload" tool be hidden?
For example: when you use "OdiSqlUnload" to export data from a database to a CSV file with following JDBC URL , it works:
jdbc:weblogic:hive://<HOST>:<PORT>;AuthenticationMethod=kerberos;ServicePrincipalName=<HIVE_SERVICE_PRINCIPAL_NAME>;EncryptionMethod=SSL;TrustStore=/<DIR>/<DIR>/jks/uat.truststore;KeyStore=/<DIR>/<DIR>/jks/node.jks;KeyStorePassword=<PASSWORD>
Is it possible to remove the "AuthenticationMethod=kerberos;ServicePrincipalName=<HIVE_SERVICE_PRINCIPAL_NAME>;" from the JDBC URL? In order words, can the URL be passed through the JDBCDriverLogic.conf file?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |