Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

SSL enabling for Livy-server on EMR

avatar
Expert Contributor

How to enable the SSL for livy server in EMR. Can we use KMS certificate for this or is there any other option.

 

 

1 REPLY 1

avatar
Super Collaborator

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.