Hi @shivanageshch
EMR is not part of cloudera. If you are using CDP/HDP cluster, go through the following tutorial.
Livy Configuration:
Add the following properties to the livy.conf file:
# Use this keystore for the SSL certificate and key.
livy.keystore = <path-to-ssl_keystore>
# Specify the keystore password.
livy.keystore.password = <keystore_password>
# Specify the key password.
livy.key-password = <key_password>
Access Livy Server:
After enabling SSL over Livy server. Livy server should be accessible over https protocol.
https://<livy host>:<livy port>
References:
1. https://docs.cloudera.com/cdp-private-cloud-base/latest/security-encrypting-data-in-transit/topics/l...
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.