You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2018/11/08 18:59:00 UTC

[jira] [Commented] (HIVE-20887) Tests: openjdk 8 has a bug that prevents surefire from working

    [ https://issues.apache.org/jira/browse/HIVE-20887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680188#comment-16680188 ] 

Eugene Koifman commented on HIVE-20887:
---------------------------------------

Switching to a lower version of surefire also works, like 2.19.0

> Tests: openjdk 8 has a bug that prevents surefire from working
> --------------------------------------------------------------
>
>                 Key: HIVE-20887
>                 URL: https://issues.apache.org/jira/browse/HIVE-20887
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Major
>
> It looks like the problem is https://bugs.openjdk.java.net/browse/JDK-8030046. It looks like:
> {code:bash}
> [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> {code}
> The surefire-reports/*.dumpstream looks like:
> {code:bash}
> Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
> {code}
>  and we can work around the problem by changing the surefire configuration:
> {code:bash}
> +          <useSystemClassLoader>false</useSystemClassLoader>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)