You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/02/25 19:50:19 UTC

[jira] [Created] (HBASE-10607) [JDK8] NoSuchMethodError involving ConcurrentHashMap.keySet if running on JRE 7

Andrew Purtell created HBASE-10607:
--------------------------------------

             Summary: [JDK8] NoSuchMethodError involving ConcurrentHashMap.keySet if running on JRE 7
                 Key: HBASE-10607
                 URL: https://issues.apache.org/jira/browse/HBASE-10607
             Project: HBase
          Issue Type: Task
            Reporter: Andrew Purtell
            Priority: Trivial


If you try running HBase built with Java 8 on a Java 7 JRE, then processes will fail early with:

{noformat}
java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
{noformat}

I came across this incidentally. I suppose we should consider documenting this in the manual in the Troubleshooting section. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)