Troubleshoot the Hive connector in Azure Data Factory and Azure Synapse
APPLIES TO:
Azure Data Factory
Azure Synapse Analytics
This article provides suggestions to troubleshoot common problems with the Hive connector in Azure Data Factory and Azure Synapse.
Symptoms: The concern about the performance difference between the ODBC connector and the Hive connector.
Cause: The ODBC connector needs its own driver, which may cause the performance difference due to the third-party driver quality.
Recommendation: Use the Hive connector firstly.
Symptoms: When connecting to the Hive server using ODBC linked service, you meet this error message:
ERROR [HY000] [Cloudera][DriverSupport] (1110) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct and confirm if SSL should be enabled for the connection.
Cause: You use the Kerberos authentication that is not supported in Azure Data Factory.
Recommendation: Try the following steps. If they do not work, check the provided driver to resolve this issue.
- The krb5.ini file is in the C:\Program Files\MIT\Kerberos\bin folder.
- Add the
KRB5_CONFIG
andKRB5CCNAME
to the system variable as well. - Edit the krb5.ini file.
- Shut down and restart the VM and the SHIR from the machine.
For more troubleshooting help, try these resources: