Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Azure Data Factory Linked service to CDP Hive Kerberos connectivity issue

avatar
New Contributor

Dear Team,

 

I am trying to create ADF Linked service to CDP Hive server. CDP kerberized and ssl enabled cluster.

 

Cloud you share the configurations like below:

 

{
"name": "HiveLinkedService",
"properties": {
"type": "Hive",
"typeProperties": {
"serverType": "HiveServer2",
"thriftTransportProtocol": "SASL",
"serviceDiscoveryMode": true,
"authenticationType": "UsernameAndPassword",
"httpPath": "jdbc:hive2://******;principal=hive/_HOST@******;serviceDiscoveryMode=zooKeeper;ssl=true;zooKeeperNamespace=hiveserver2",
"host" : "******",
"port" : "10000",
"allowSelfSignedServerCert" : true,
"allowHostNameCNMismatch": true,
"enableSsl": true,
"useSystemTrustStore": true,
"trustedCertPath": ".cer path file",
"zooKeeperNameSpace": "hiveserver2",
"username" : "******",
"password": {
"type": "SecureString",
"value": "******"
}
}
}

1 ACCEPTED SOLUTION

avatar

@sridharavulapat 

 

You should be able to find the required hive values in hive-site.xml file.  You can get this file from Cloudera Manager.   Additionally, use Cloudera Manager to download hive drivers and get the fully qualified jdbc url.

 

 

View solution in original post

4 REPLIES 4

avatar

@sridharavulapat 

 

You should be able to find the required hive values in hive-site.xml file.  You can get this file from Cloudera Manager.   Additionally, use Cloudera Manager to download hive drivers and get the fully qualified jdbc url.

 

 

avatar
New Contributor

I mentioned same jdbc url which i copied from hive-site configuration file only. If you have any configuration file or workaround please let me know.

avatar
New Contributor

I tested all the scenario's and its now working. Suggest workable solutions ?

avatar
New Contributor

I'm facing the same issue with the ADF Hive connector. It would be great if you could provide your configuration details.