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

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

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