Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4ED8492FC for ; Wed, 6 Mar 2013 00:52:14 +0000 (UTC) Received: (qmail 75116 invoked by uid 500); 6 Mar 2013 00:52:14 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 75081 invoked by uid 500); 6 Mar 2013 00:52:14 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 75072 invoked by uid 99); 6 Mar 2013 00:52:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 00:52:14 +0000 Date: Wed, 6 Mar 2013 00:52:14 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-259) ZKAuthentictor needs to be split up 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/ACCUMULO-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594169#comment-13594169 ] Hudson commented on ACCUMULO-259: --------------------------------- Integrated in Accumulo-Trunk-Hadoop-2.0 #119 (See [https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/119/]) ACCUMULO-259 - had some token mismatch issues in binOfflineTable methods. (Revision 1453075) ACCUMULO-295 - shifted TCredentials into all calls instead of the locator itself ACCUMULO-259 - Found some translation misses in mapred.InputFormatBase (Revision 1453061) Result = SUCCESS vines : Files : * /accumulo/trunk * /accumulo/trunk/core * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapred/InputFormatBase.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java vines : Files : * /accumulo/trunk * /accumulo/trunk/core * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsImpl.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/MetadataLocationObtainer.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/RootTabletLocator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletLocator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletLocatorImpl.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchWriter.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ThriftScanner.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TimeoutTabletLocator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/Writer.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapred/InputFormatBase.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockTabletLocator.java * /accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/impl/TabletLocatorImplTest.java * /accumulo/trunk/server * /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/client/BulkImporter.java * /accumulo/trunk/server/src/test/java/org/apache/accumulo/server/client/BulkImporterTest.java > ZKAuthentictor needs to be split up > ----------------------------------- > > Key: ACCUMULO-259 > URL: https://issues.apache.org/jira/browse/ACCUMULO-259 > Project: Accumulo > Issue Type: Improvement > Components: master, tserver > Reporter: John Vines > Assignee: John Vines > Fix For: 1.5.0 > > Attachments: accumulo259_explained.pdf > > > Currently the ZKAuthenticator does both the checking of credentials as well as the functionality of the Authenticator. We need to split those into two different classes for improved testing as well as pluggability of the security scheme. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira