How to use the ResourceManager web interface as an user
Every time i try to use the Hadoop Resource Manager web interface ( http://resource-manger.host:8088/cluster/ ) i show up logged in as dr.who. My question, how can I login as another user? In this case i want to login as myself and have a higher lever of privileges than dr.who. The user infomation is got from HttpServletRequest#getRemoteUser(). 1. If you deployed an insecure cluster, the simplest way to pass the username to server is by url parameter. For example, http://localhost:8088/cluster?user.name=babu 2. If you deployed a secure cluster, you probably use Kerberos authentication. You can