-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssl related issue on Dr Elephant #612
Comments
Dr Elephant does not support SSL by default, you can reference pull request #475 |
FYI, Dr.Elephant changes for SSL enablement: #656 |
@baggianand seems like you don't have property to yarn-site.xml |
Hi,
My hadoop cluster is SSL enabled, I have added arguments for my truststore,
I have added these argument to configure SSL
jvm_args="-Devolutionplugin=enabled`` -DapplyEvolutions.default=true -Djavax.net.ssl.trustStore=......../jre/lib/security/jssecacerts
But it is still finding my Yarn on Yarn's HTTP and throwing an error:
Checking RM URL: http://jiten-XXX.XXX.jiten:8088/ws/v1/cluster/info
ERROR [Thread-12] com.linkedin.drelephant.ElephantRunner : java.lang.RuntimeException: Cannot get YARN resource manager address from Hadoop Configuration property: [yarn.resourcemanager.webapp.address].
Am I missing something to add? Please suggest.
The text was updated successfully, but these errors were encountered: