Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 CF11B924B for ; Mon, 18 Jun 2012 19:50:44 +0000 (UTC) Received: (qmail 28952 invoked by uid 500); 18 Jun 2012 19:50:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 28892 invoked by uid 500); 18 Jun 2012 19:50:44 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 28867 invoked by uid 99); 18 Jun 2012 19:50:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 19:50:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 36D16142863 for ; Mon, 18 Jun 2012 19:50:44 +0000 (UTC) Date: Mon, 18 Jun 2012 19:50:44 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1417817382.26488.1340049044228.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1386411242.22633.1339915542565.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4344) ZKClient does not support auth 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/MAPREDUCE-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396188#comment-13396188 ] Aaron T. Myers commented on MAPREDUCE-4344: ------------------------------------------- You might also take a look at the ZK stuff (which includes support for authentication and authorization) that was added to support the ZK Failover Controller for HA HDFS. Perhaps some of this can be refactored? > ZKClient does not support auth > ------------------------------ > > Key: MAPREDUCE-4344 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4344 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Harsh J > Priority: Minor > > ZKClient class in YARN, currently unused (but still induces a dependency, but thats another discussion) has the following comment: > {code} > /** ZK Registration Library > * currently does not use any authorization > */ > {code} > We ought to have auth support in it if its to be kept around and used. > This may also be related to MAPREDUCE-4343 in some ways. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira