[ 
https://issues.apache.org/jira/browse/HADOOP-12426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121343#comment-15121343
 ] 

Steve Loughran commented on HADOOP-12426:
-----------------------------------------

finbug check is broken; it's god confused by a \n straight after a %s. Let's 
see if inserting a space fixes the confusion

{code}
  private String arg(String name, String params, String meaning) {
    return String.format("[%s%s%s] : %s\n",
        name, (!params.isEmpty() ? " " : ""), params, meaning);
  }
{code}


> Add Entry point for Kerberos health check
> -----------------------------------------
>
>                 Key: HADOOP-12426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12426
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>    Affects Versions: 2.7.1
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>         Attachments: HADOOP-12426-001.patch, HADOOP-12426-002.patch, 
> HADOOP-12426-003.patch, HADOOP-12426-004.patch, HADOOP-12426-006.patch, 
> HADOOP-12426-007.patch, HADOOP-12426-008.patch
>
>
> If we a little command line entry point for testing kerberos settings, 
> including some automated diagnostics checks, we could simplify fielding the 
> client-side support calls.
> Specifically
> * check JRE for having java crypto extensions at full key length.
> * network checks: do you know your own name?
> * Is the user kinited in?
> * if a tgt is specified, does it exist?
> * are hadoop security options consistent?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to