Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Using Spark on a Kerberos Cluster

avatar
Explorer

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

 

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

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?

View solution in original post

1 REPLY 1

avatar
Master Collaborator

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?