GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/7308

    [SPARK-8937][TEST] A setting `spark.unsafe.exceptionOnMemoryLeak ` is 
missing in ScalaTest config.

    `spark.unsafe.exceptionOnMemoryLeak` is present in the config of surefire.
    
    ```
            <!-- 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>
    ...
    ```
    
     but is absent in the config ScalaTest.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarutak/spark add-setting-for-memory-leak

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/7308.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7308
    
----
commit 95644e7f6b366d0259fda34815150c9ad88ebd9d
Author: Kousuke Saruta <[email protected]>
Date:   2015-07-09T01:53:38Z

    Added a setting for memory leak

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to