-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to run Elly on Mapr Yarn cluster #14
Comments
Possibly a difference in authentication protocol that's not handled. I don't have a MapR installation readily available. Will set one up locally to check this out. Thanks for raising the issue. |
I can confirm this to be happening on a local setup of mapr sandbox. Changing the Elly constructs the digest-uri as Is there any way we can know how the mapr server constructs this field? |
Thanks for looking into it. I guess two possible ways would be to check the MapR source code (I don't know how much work that would be) or to create a bug report at MapR, since you say that you followed the protocol RFC. |
Hello guys, I'm currently having the same kind of error when I try to execute a Spark application from a remote machine to a MapR cluster (the remote is not part of the cluster). I would like to change the digest MD5 URI value but I can't find where it is set up... Could you please help me :) Thanks ! |
@HERVEKIRK it is in the Line 69 in 726d723
|
When trying to start the Julia cluster manager on a MapR Yarn cluster I get the following error:
ERROR: Elly.HadoopRpcException(2,"DIGEST-MD5: digest response format
violation. Mismatched URI: default/; expecting: null/default")
in recv_rpc_message at /home/inikolae/.julia/v0.4/Elly/src/rpc.jl:256
in sasl_auth at /home/inikolae/.julia/v0.4/Elly/src/sasl.jl:156
in conditional_sasl_auth at /home/inikolae/.julia/v0.4/Elly/src/sasl.jl:105
in connect at /home/inikolae/.julia/v0.4/Elly/src/rpc.jl:193
in send_rpc_message at /home/inikolae/.julia/v0.4/Elly/src/rpc.jl:228
in call_method at /home/inikolae/.julia/v0.4/Elly/src/rpc.jl:279
[inlined code] from
/home/inikolae/.julia/v0.4/Elly/src/api_yarn_appmaster.jl:60
in register at /home/inikolae/.julia/v0.4/Elly/src/api_yarn_appmaster.jl:103
in submit at /home/inikolae/.julia/v0.4/Elly/src/api_yarn_appmaster.jl:91
in call at /home/inikolae/.julia/v0.4/Elly/src/cluster_manager.jl:28
The cluster functions well otherwise and the cluster manager is given the right address and port numbers.
The text was updated successfully, but these errors were encountered: