Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B2103200AF7 for ; Tue, 10 May 2016 01:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B0B921609A8; Mon, 9 May 2016 23:39:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2C23C160A0F for ; Tue, 10 May 2016 01:39:14 +0200 (CEST) Received: (qmail 28775 invoked by uid 500); 9 May 2016 23:39:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 28684 invoked by uid 99); 9 May 2016 23:39:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 23:39:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0672F2C1F68 for ; Mon, 9 May 2016 23:39:13 +0000 (UTC) Date: Mon, 9 May 2016 23:39:13 +0000 (UTC) From: "Matthew Paduano (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13112) Change CredentialShell to use CommandShell base class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 23:39:14 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277333#comment-15277333 ] Matthew Paduano commented on HADOOP-13112: ------------------------------------------ great. then we are in a race while I add support for KeyShell. :) > Change CredentialShell to use CommandShell base class > ----------------------------------------------------- > > Key: HADOOP-13112 > URL: https://issues.apache.org/jira/browse/HADOOP-13112 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Matthew Paduano > Assignee: Matthew Paduano > Priority: Minor > Attachments: HADOOP-13112.01.patch, HADOOP-13112.02.patch > > > org.apache.hadoop.tools.CommandShell is a base class created for use by DtUtilShell. It was inspired by CredentialShell and much of it was taken verbatim. It should be a simple change to get CredentialShell to use the base class and simplify its code without changing its functionality. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org