Initial Kerberized Impala Troubleshooting Steps
This applies to: Visual Data Discovery
After configuring Symphony to connect to a kerberized Impala data source per Connect to a Kerberized CDH Cluster, Symphony may still fail to connect when the user attempts to create a new Impala data source to this kerberized CDH cluster. In these situations, we recommend you to check the following first before opening a support ticket for further assistance:
Verify that the time is synchronized between the Kerberos and Symphony servers. Kerberos is very sensitive to time differences that exist. If possible, consider configuring a Network Time Protocol (e.g. ntpd) to synchronize the time on your servers.
Double-check the configuration parameters, JDBC URL, and that the correct user is specified in the
zoomdata.jvm
file for Kerberos. For example, an unintended space when copying parameters can cause the connection to fail.-
Check if you are using AES-256 encryption level in your Active Directory. By default, Java does not support AES-256 encryption. In case your environment is using AES-256 encryption, make sure to do the following whenever you install Symphony on a new server or you are upgrading Symphony to a new major version:
Navigate to the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8 download page.
Download the archive
jce_policy-8.zip
.-
Extract the
jce/local_policy.jar
andjce/US_export_policy.jar
files from the archive to the appropriate directory. Overwrite the files already present in the directory.- Linux:
/opt/zoomdata/jre/lib/security/
- Windows:
<install-path>/jre/lib/security/
- Linux:
Restart Symphony.
Comments
0 comments
Please sign in to leave a comment.