[
https://issues.apache.org/jira/browse/HADOOP-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877208#action_12877208
]
Boris Shkolnik commented on HADOOP-6526:
----------------------------------------
both javadoc and javac warnings are related to this:
Constructing Javadoc information...
[exec] [javadoc]
/grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:29:
warning: sun.security.krb5.Config is Sun proprietary API and may be removed in
a future release
[exec] [javadoc] import sun.security.krb5.Config;
[exec] [javadoc] ^
[exec] [javadoc]
/grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:30:
warning: sun.security.krb5.KrbException is Sun proprietary API and may be
removed in a future release
[exec] [javadoc] import sun.security.krb5.KrbException;
[exec] [javadoc] ^
[exec] [javadoc]
/grid/0/hudson/hudson-slave/workspace/Hadoop-Patch-h4.grid.sp2.yahoo.net/trunk/src/java/org/apache/hadoop/security/KerberosName.java:77:
warning: sun.security.krb5.Config is Sun proprietary API and may be removed in
a future release
[exec] [javadoc] private static Config kerbConf;
> Need mapping from long principal names to local OS user names
> -------------------------------------------------------------
>
> Key: HADOOP-6526
> URL: https://issues.apache.org/jira/browse/HADOOP-6526
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Attachments: 3595485.patch, c-6526-y20.patch, c-6526-y20.patch,
> c-6526.patch, HADOOP-6526-1.patch, HADOOP-6526-2.patch,
> HADOOP-6526-y20.2.patch, HADOOP-6526-y20.4.patch, HADOOP-6526.patch
>
>
> We need a configurable mapping from full user names (eg. [email protected])
> to local user names (eg. omalley). For many organizations it is sufficient to
> just use the prefix, however, in the case of shared clusters there may be
> duplicated prefixes. A configurable mapping will let administrators resolve
> the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.