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