Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 423BA11119 for ; Wed, 23 Apr 2014 11:47:27 +0000 (UTC) Received: (qmail 84214 invoked by uid 500); 23 Apr 2014 11:47:26 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 82437 invoked by uid 500); 23 Apr 2014 11:47:18 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 82408 invoked by uid 99); 23 Apr 2014 11:47:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 11:47:16 +0000 Date: Wed, 23 Apr 2014 11:47:16 +0000 (UTC) From: "Larry McCay (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10177) Create CLI tools for managing keys via the KeyProvider API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978092#comment-13978092 ] Larry McCay commented on HADOOP-10177: -------------------------------------- Hi Kyle - I am surprised that it works with no dashes. I believe that it is built assuming double dashes - since the options are full words rather than abbreviated to a single letter. The help should indicate double dashes as well. > 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)