Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/28#discussion_r28567750
--- Diff:
core/src/main/java/org/apache/accumulo/core/client/admin/SecurityOperations.java
---
@@ -352,10 +352,13 @@
Set<String> listLocalUsers() throws AccumuloException,
AccumuloSecurityException;
/**
- * Obtain a {@link DelegationToken} for use when Kerberos credentials
are unavailable (e.g. YARN Jobs)
+ * Obtain a delegation token for use when Kerberos credentials are
unavailable (e.g. YARN Jobs)
*
- * @return a {@link DelegationToken} for this user
+ * @return An {@link AuthenticationToken} that wraps a "Hadoop style"
delegation token created by Accumulo. The only intended scope of this
implementation is
--- End diff --
Very nice! ty.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---