Skip to content
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

Closed
baggianand opened this issue Jul 12, 2019 · 3 comments
Closed

ssl related issue on Dr Elephant #612

baggianand opened this issue Jul 12, 2019 · 3 comments
Assignees

Comments

@baggianand
Copy link

baggianand commented Jul 12, 2019

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.

@baggianand baggianand changed the title ssl ssl related issue on Dr Elephant Jul 12, 2019
@JonnasLi
Copy link

JonnasLi commented Jul 24, 2019

Dr Elephant does not support SSL by default, you can reference pull request #475
I made changes on my own branch, it worked very well :)

@ShubhamGupta29
Copy link
Contributor

ShubhamGupta29 commented Mar 2, 2020

FYI, Dr.Elephant changes for SSL enablement: #656

@ShubhamGupta29
Copy link
Contributor

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.

@baggianand seems like you don't have property yarn.resourcemanager.webapp.address in your hadoop-conf.
To resolve the issue add
<property> <name>yarn.resourcemanager.webapp.address</name> <value>localhost(your_yarn_webaddress):8088(your yarn's configured port)</value> </property>

to yarn-site.xml

@ShubhamGupta29 ShubhamGupta29 self-assigned this Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants