Details
-
Type: Task
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 0.2.0
-
Fix Version/s: None
-
Labels:
Description
We have delegation token support but still need to implement a few oozie interfaces to make this work.
Some useful references:
https://prodlife.wordpress.com/2013/11/22/using-oozie-in-kerberized-cluster/
I think we just need to implement this API:
http://oozie.apache.org/docs/3.3.1/core/apidocs/org/apache/oozie/action/hadoop/Credentials.html
which would connect to the planner to get a delegation token and use the existing MR/spark action.
Example of one of these credentials: https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/action/hadoop/Hive2Credentials.java