How To Hide Properties List from HIVE JDBC URL in "OdiSqlUnload" ODI Tool?
(Doc ID 2442069.1)
Last updated on AUGUST 07, 2024
Applies to:
Oracle Data Integrator on Marketplace - Version 1.0.2 and laterOracle Data Integrator Cloud Service - Version 17.2.1 and later
Oracle Data Integrator - Version 12.2.1.3.0 and later
Information in this document applies to any platform.
Goal
How can the properties list from the HIVE Java Database Connectivity(JDBC) URL in the "OdiSqlUnload" tool be hidden?
For example: when you use "OdiSqlUnload" to export data from a database to a comma-separated values(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! |