jcrist / skein

A tool and library for easily deploying applications on Apache YARN
https://jcristharif.com/skein/
BSD 3-Clause "New" or "Revised" License
142 stars 39 forks source link

Support MapR security in skein #234

Open pkvprakash opened 3 years ago

pkvprakash commented 3 years ago

Kerberos ticket verification fails in MapR distribution of hadoop. We need to handle this case separately in Driver.java such that skein can work on MapR distribution of hadoop as well. This will open up lot of other tools like Ray, Dask also to work in distributed mode with yarn.

Related issues: https://github.com/dask/dask-yarn/issues/70

pkvprakash commented 3 years ago

I am working on a fix if this is something that can be included in the codebase.