Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 9707F17F25 for ; Thu, 2 Oct 2014 03:58:35 +0000 (UTC) Received: (qmail 77134 invoked by uid 500); 2 Oct 2014 03:58:34 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 77056 invoked by uid 500); 2 Oct 2014 03:58:34 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 77038 invoked by uid 99); 2 Oct 2014 03:58:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 03:58:34 +0000 Date: Thu, 2 Oct 2014 03:58:34 +0000 (UTC) From: "Hadoop QA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7179) DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension 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/HDFS-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156053#comment-14156053 ] Hadoop QA commented on HDFS-7179: --------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12672471/hdfs-7179.001.patch against trunk revision 9e40de6. {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:red}-1 javac{color:red}. The patch appears to cause the build to fail. Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/8295//console This message is automatically generated. > DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension > ---------------------------------------------------------------------------- > > Key: HDFS-7179 > URL: https://issues.apache.org/jira/browse/HDFS-7179 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: encryption > Affects Versions: 2.6.0 > Reporter: Andrew Wang > Assignee: Andrew Wang > Priority: Critical > Attachments: hdfs-7179.001.patch > > > When fetching delegation tokens, we attempt to cast the KeyProvider to a DTExtension. However, right now the KP is already wrapped into a CryptoExtension, so it will never be a DTExtension, so we aren't able to get delegation tokens from the KMS. -- This message was sent by Atlassian JIRA (v6.3.4#6332)