Github user mccheah commented on a diff in the pull request:
https://github.com/apache/spark/pull/19468#discussion_r146426317
--- Diff: pom.xml ---
@@ -2649,6 +2649,13 @@
</profile>
<profile>
+ <id>kubernetes</id>
+ <modules>
+ <module>resource-managers/kubernetes/core</module>
--- End diff --
@vanzin this isn't a multi-module project in the sense that the Kubernetes
cluster manager and spark-submit implementation are split across multiple
projects - but rather that there is a module for said cluster manager +
spark-submit implementation, and then there are modules for integration testing
said code.
@foxish The Dockerfiles feel more like application code rather than static
configuration but that might just be a matter of implementation. The structure
of the `CMD` in the Dockerfiles is particular to what `spark-submit` will
expect for example.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]