You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kyle Lin (JIRA)" <ji...@apache.org> on 2014/04/23 09:18:15 UTC

[jira] [Commented] (HADOOP-10177) Create CLI tools for managing keys via the KeyProvider API

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

Kyle Lin commented on HADOOP-10177:
-----------------------------------

    I've build trunk code, and try the "hadoop key" functions, finding that the command is only runnable when excluding dash from genericOptions, as follows I used. I know this is a tricky question, but dashless genericOptions seams being not consistent with Hadoop command principle. Isn't it? Or, I misuse the command?
{code}
% hadoop key create key1
% hadoop key roll key1
% hadoop key delete key1
{code}

> Create CLI tools for managing keys via the KeyProvider API
> ----------------------------------------------------------
>
>                 Key: HADOOP-10177
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10177
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>            Reporter: Owen O'Malley
>            Assignee: Larry McCay
>             Fix For: 0.3.0
>
>         Attachments: 10177-2.patch, 10177-3.patch, 10177.patch
>
>
> The KeyProvider API provides access to keys, but we need CLI tools to provide the ability to create and delete keys. I'd think it would look something like:
> {code}
> % hadoop key -create key1
> % hadoop key -roll key1
> % hadoop key -list key1
> % hadoop key -delete key1
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)