Post deployment steps for EMR 6.10
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace  Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
This section explains post-deployment steps for EMR 6.10 having non-glue with TLS-enabled EMR.Â
After deploying the cluster on the BI Server, perform the following steps.Â
Go to the BI Server node.
Navigate to /home/kyvos
Copy the my-certs.zip file on the above path and then unzip the zip file. Â
After extracting the my-certs.zip file, delete the zip file.Â
Navigate to my-certs folder, and you will find three pem files.Â
Execute the following command:Â
openssl pkcs12 -export -in trustedCertificates.pem -inkey privateKey.pem -out trustedCertificates.p12 -name "certificate"Give the password as changeit after executing the above command.Â
Execute the following command:Â
keytool -importkeystore -srckeystore trustedCertificates.p12 -srcstoretype pkcs12 -destkeystore trustedCertificates.jksGive the password as changeit after executing the above command.Â
Go to Kyvos Manager >EMR page, and add the following path value in the HCatalog Parameters
jdbc:hive2://HOST_NAME:10000/default;ssl=true;sslTrustStore=TRUSTSTORE_PATH;trustStorePassword=TRUSTSTORE_PASSWORD
For example, jdbc:hive2://ip-10-80-64-213.ec2.internal:10000/default;ssl=true;sslTrustStore=/home/kyvos/my-certs/trustedCertificates.jks;trustStorePassword=changeitClick Save and check Sync EMR and Hadoop Configurations options.
Copyright Kyvos, Inc. All rights reserved.