I'm unable to access WebHDFS from browser(IE8) due to Kerberos security. Can anyone please help me with this?
I used “curl” works fine
curl -i --negotiate -u:qjdht93 "http://:50070/webhdfs/v1/user/qjdht93/?op=LISTSTATUS"
Below is the error in browser for “http://:50070/webhdfs/v1/user/qjdht93/?op=LISTSTATUS”
I found below link which explains steps to access URL which is protected by Kerberos, Might be useful