[
https://issues.apache.org/jira/browse/HBASE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154377#comment-14154377
]
Hudson commented on HBASE-10607:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5595 (See
[https://builds.apache.org/job/HBase-TRUNK/5595/])
HBASE-10607 [JDK8] NoSuchMethodError involving ConcurrentHashMap.keySet if
running on JRE 7 (stack: rev e97b43a16b9aaa01fdae32c109aa3dc7f823d5ab)
* src/main/docbkx/troubleshooting.xml
> [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
> Attachments: 10607.txt
>
>
> 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.3.4#6332)