Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22838#discussion_r228313490
--- Diff: pom.xml ---
@@ -2654,6 +2654,16 @@
<profile>
<id>kubernetes</id>
+ <modules>
+ <module>resource-managers/kubernetes/core</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>kubernetes-tests</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
--- End diff --
BTW, there is a prior PR from @srowen . In this case, we prefer the older
one.
- https://github.com/apache/spark/pull/22829
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]