You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tathagata Das (JIRA)" <ji...@apache.org> on 2014/11/17 21:03:33 UTC

[jira] [Updated] (SPARK-4458) Skip compilation of tests classes when using make-distribution

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

Tathagata Das updated SPARK-4458:
---------------------------------

The make-distribution generates Spark distributions, and therefore does not require building of test classes. Maven -DskipTests only eliminates running of tests, but does not eliminate compilation of tests (see [Maven docs](http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#skipTests)). To prevent compilation of tests (reduces compilation time), we need to add -Dmaven.test.skip (again see [Maven docs](http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#skip)). 

> Skip compilation of tests classes when using make-distribution
> --------------------------------------------------------------
>
>                 Key: SPARK-4458
>                 URL: https://issues.apache.org/jira/browse/SPARK-4458
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Tathagata Das
>            Assignee: Tathagata Das
>            Priority: Minor
>




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