Created on 08-04-2014 11:14 PM - edited 09-16-2022 02:04 AM
Hi,
I came to know that Spark does not work in Stand alone mode in a Kerberos enabled cluster but works only in YARN mode.
But I was not able to figure out why?
Anyone has an explanation or documentation related to this?
Thanks,
Arun
Created 08-05-2014 03:42 AM
Why? in a kerberized environment, to access resources you need to integrate with kerberos. The Spark project hasn't implemented anything like that. YARN works with kerberos, and so it can work with kerberos by leveraging YARN. Maybe part of the answer is, why is it necessary if it works through YARN?
Created 08-05-2014 03:42 AM
Why? in a kerberized environment, to access resources you need to integrate with kerberos. The Spark project hasn't implemented anything like that. YARN works with kerberos, and so it can work with kerberos by leveraging YARN. Maybe part of the answer is, why is it necessary if it works through YARN?