This repository was archived by the owner on Jan 9, 2020. It is now read-only.
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Minimize integration test preparation build time #66
Open
Description
Currently the pre-integration-test
phase requires compiling the entire Spark distribution to create the Docker images. We can probably do better than this and only compile the core
, resource-managers/kubernetes/core
and examples
modules, though SparkPi
relies on sql
as well. We should populate the Docker images with only those modules.