Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...