- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SSL enabling for Livy-server on EMR
- Labels:
-
Apache Zeppelin
Created ‎09-22-2021 11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to enable the SSL for livy server in EMR. Can we use KMS certificate for this or is there any other option.
Created ‎10-07-2021 04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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.
