Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Azure Data Factory Linked service to CDP Hive Kerberos connectivity issue

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

Super Collaborator

@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

3 REPLIES 3

Super Collaborator

@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.

 

 

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.

New Contributor

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

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.