[ 
https://issues.apache.org/jira/browse/HIVE-20887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gopal V reassigned HIVE-20887:
------------------------------

    Assignee: Gopal V

> 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)

Reply via email to