Replies: 1 comment 1 reply
-
|
Hey @Meepoljdx, it looks like a SSL error and Hue is not able to talk to Can you try setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use hue connect to a yarn cluster with kerberos security, i can get the yarn application, but when i want to get some task log (e.g stderr or stdout) the brower return message:
When i look hue log, i found those output:
I think this error is caused by the communication between hue and nodemanager, but I don't know how to solve it
This is my hue.ini yarn block:
[[yarn_clusters]] [[[default]]] resourcemanager_host=hdp001.datasw resourcemanager_port=8050 submit_to=True logical_name=rm1 security_enabled=true # URL of the ResourceManager API resourcemanager_api_url=https://hdp001.datasw:8090 spark_history_server_url=http://hdp002.datasw:18081 spark_history_server_security_enabled=true ssl_cert_ca_verify=False [[[ha]]] logical_name=rm2 submit_to=True resourcemanager_api_url=https://hdp002.datasw:8090This is my jobbrower web page:

Beta Was this translation helpful? Give feedback.
All reactions