Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C413F10DC3 for ; Fri, 30 Aug 2013 20:30:55 +0000 (UTC) Received: (qmail 62945 invoked by uid 500); 30 Aug 2013 20:30:54 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62866 invoked by uid 500); 30 Aug 2013 20:30:54 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 62845 invoked by uid 99); 30 Aug 2013 20:30:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 20:30:54 +0000 Date: Fri, 30 Aug 2013 20:30:54 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9391) Compilation problem in AccessController with JDK 6 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/HBASE-9391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755097#comment-13755097 ] Gary Helmling commented on HBASE-9391: -------------------------------------- +1 Patch seems simple enough. > Compilation problem in AccessController with JDK 6 > -------------------------------------------------- > > Key: HBASE-9391 > URL: https://issues.apache.org/jira/browse/HBASE-9391 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.95.2 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Attachments: 9391.patch > > > Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6: > {noformat} > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > {noformat} -- 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