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/24 01:33:04 UTC

[jira] [Assigned] (SPARK-9284) Remove tests' dependency on the assembly

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

Apache Spark reassigned SPARK-9284:
-----------------------------------

    Assignee: Apache Spark

> Remove tests' dependency on the assembly
> ----------------------------------------
>
>                 Key: SPARK-9284
>                 URL: https://issues.apache.org/jira/browse/SPARK-9284
>             Project: Spark
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Marcelo Vanzin
>            Assignee: Apache Spark
>            Priority: Minor
>
> Some tests - in particular tests that have to spawn child processes - currently rely on the generated Spark assembly to run properly.
> This is sub-optimal for a few reasons:
> - Users have to use an unnatural "package everything first, then run tests" approach
> - Sometimes tests are run using old code because the user forgot to rebuild the assembly
> The latter is particularly annoying in {{YarnClusterSuite}}. If you modify some code outside of the {{yarn/}} module, you have to rebuild the whole assembly before that test picks it up.
> We should make all tests run without the need to have an assembly around, making sure that they always pick up the latest code compiled by the user.



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