Hi Team,
We are trying to execute RM API but its failing. with unauthorize access
We have Kerberos and TLS
API :
curl -X GET "https://master-servere.com:8090/ws/v43/cluster/apps/new-application" -H "accept: application/json" -k -v -u admin
HTTP/1.1 401 Unauthorized
< Pragma: no-cache
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< WWW-Authenticate: Negotiate
< Set-Cookie: hadoop.auth=; Path=/; Secure; HttpOnly
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: application/json
< Content-Length: 164
<
{
"servlet":"org.eclipse.jetty.servlet.DefaultServlet-73eb8672",
"message":"Authentication required",
"url":"/ws/v43/cluster/apps/new-application",
"status":"401"
* Connection #0 to host master-servere.com left intact