Programmatic Kerberos login with password to a secure cluster

2014-06-16 Thread Geoff Thompson
Greetings, We are developing a YARN application where the client executes on a machine that is external to a secure cluster. I have been able to successfully do a Kerberos login by manually running the kinit command on the external machine then starting the client. However, our goal is to not

Re: Programmatic Kerberos login with password to a secure cluster

2014-06-16 Thread Zesheng Wu
Perhaps you can use LDAP(or any other possible way) to do the authentication on the WebServer, and then let the WebServer as an authenticated proxy user to agent real users requests. 2014-06-17 4:11 GMT+08:00 Geoff Thompson ge...@bearpeak.com: Greetings, We are developing a YARN application