Table of Contents |
---|
...
Hadoop's UserGroupInformation class has the following method:
// Log a user in from a keytab file.
UserGroupInformation loginUserFromKeytabAndReturnUGI(String user, String path);
...
Design of the necessary implementation for this has not been flushed out either, and will come later.
Problems Encountered
...
User applications writing to CDAP System tables
...