Kousuke Saruta created SPARK-8937:
-------------------------------------
Summary: A setting `spark.unsafe.exceptionOnMemoryLeak ` is
missing in ScalaTest config.
Key: SPARK-8937
URL: https://issues.apache.org/jira/browse/SPARK-8937
Project: Spark
Issue Type: Bug
Affects Versions: 1.5.0
Reporter: Kousuke Saruta
Priority: Minor
`spark.unsafe.exceptionOnMemoryLeak` is present in the config of surefire.
{code}
<!-- Surefire runs all Java tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<!-- Note config is repeated in scalatest config -->
...
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
</systemProperties>
...
{code}
but is absent in the config ScalaTest.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]