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 A92F897B7 for ; Tue, 21 May 2013 22:52:20 +0000 (UTC) Received: (qmail 77007 invoked by uid 500); 21 May 2013 22:52:21 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 76978 invoked by uid 500); 21 May 2013 22:52:21 -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 76969 invoked by uid 99); 21 May 2013 22:52:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 22:52:21 +0000 Date: Tue, 21 May 2013 22:52:21 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1421) use reflection to improve compatibility between Hadoop 1 and 2 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-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663539#comment-13663539 ] Hudson commented on ACCUMULO-1421: ---------------------------------- Integrated in Accumulo-Trunk #884 (See [https://builds.apache.org/job/Accumulo-Trunk/884/]) ACCUMULO-1421 use reflection to work around class/interface change in Counter (Revision 1484917) Result = SUCCESS ecn : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/pom.xml * /accumulo/trunk/proxy/README * /accumulo/trunk/server * /accumulo/trunk/src * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/continuous/ContinuousVerify.java > use reflection to improve compatibility between Hadoop 1 and 2 > -------------------------------------------------------------- > > Key: ACCUMULO-1421 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1421 > Project: Accumulo > Issue Type: Bug > Components: client > Reporter: Adam Fuchs > Assignee: Adam Fuchs > Fix For: 1.5.0 > > > JobContext switches between an abstract class and an interface in hadoop 1 and 2, causing runtime compatibility problems in the compiled Accumulo bytecode. Avoid the runtime problem by using reflection to access the configuration object stored in the JobContext. -- 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