Configured livy server on kerberized CDH 5.10.x and its running fine on port 8998, but curl request giving below error,
curl --negotiate -u : http://xxxxxxx:8998/sessions
Error 403
HTTP ERROR: 403
Problem accessing /sessions. Reason:
GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
Powered by Jetty://
unable to get why request is not going through kerberos security layer?