You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/09 04:03:04 UTC

[jira] [Assigned] (SPARK-8937) A setting `spark.unsafe.exceptionOnMemoryLeak ` is missing in ScalaTest config.

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

Apache Spark reassigned SPARK-8937:
-----------------------------------

    Assignee:     (was: Apache Spark)

> 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
>          Components: Tests
>    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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org