You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This commit is to support running skein in mapr secure cluster.
The version suported is mapr data fabric 6.1.0
This commit introduces a check in Driver class for MapR distribution.
Then use ClientSecurity class to check if the user has a valid
MapR ticket available for job submission.
Fixesjcrist#234
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: dask/dask-yarn#70
The text was updated successfully, but these errors were encountered: