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 258BB18AED for ; Wed, 30 Mar 2016 02:23:26 +0000 (UTC) Received: (qmail 19334 invoked by uid 500); 30 Mar 2016 02:23:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 19276 invoked by uid 500); 30 Mar 2016 02:23:25 -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 19228 invoked by uid 99); 30 Mar 2016 02:23:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 02:23:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 98E6F2C1F64 for ; Wed, 30 Mar 2016 02:23:25 +0000 (UTC) Date: Wed, 30 Mar 2016 02:23:25 +0000 (UTC) From: "Jiajia Li (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12911) Upgrade Hadoop MiniKDC with Kerby MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12911?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15= 217264#comment-15217264 ]=20 Jiajia Li commented on HADOOP-12911: ------------------------------------ Hi Steve, thanks for your review and comments. 1. It's a great idea to make MiniKDC the subclass of AbstractService. 2. I think the TCP is set as the defaut transport. line 179: {code} DEFAULT_CONFIG.setProperty(TRANSPORT, "TCP"); {code} Did I get your point? 3.=20 {code} System.setProperty(SUN_SECURITY_KRB5_DEBUG, conf.getProperty(DEBUG, "false"= )); {code} The same as the the original MiniKDC, but I agree you point to use the curr= ent value as the default. 4,5,6. Yes, I will update the patch. Thanks again. > Upgrade Hadoop MiniKDC with Kerby > --------------------------------- > > Key: HADOOP-12911 > URL: https://issues.apache.org/jira/browse/HADOOP-12911 > Project: Hadoop Common > Issue Type: Improvement > Components: test > Reporter: Jiajia Li > Assignee: Jiajia Li > Attachments: HADOOP-12911-v1.patch, HADOOP-12911-v2.patch, HADOOP= -12911-v3.patch, HADOOP-12911-v4.patch > > > As discussed in the mailing list, we=E2=80=99d like to introduce Apache K= erby into Hadoop. Initially it=E2=80=99s good to start with upgrading Hadoo= p MiniKDC with Kerby offerings. Apache Kerby (https://github.com/apache/dir= ectory-kerby), as an Apache Directory sub project, is a Java Kerberos bindi= ng. It provides a SimpleKDC server that borrowed ideas from MiniKDC and imp= lemented all the facilities existing in MiniKDC. Currently MiniKDC depends = on the old Kerberos implementation in Directory Server project, but the imp= lementation is stopped being maintained. Directory community has a plan to = replace the implementation using Kerby. MiniKDC can use Kerby SimpleKDC dir= ectly to avoid depending on the full of Directory project. Kerby also provi= des nice identity backends such as the lightweight memory based one and the= very simple json one for easy development and test environments. -- This message was sent by Atlassian JIRA (v6.3.4#6332)