Closed luck02 closed 7 years ago
Try running the following commands:
build/mvn install -Pkubernetes -pl resource-managers/kubernetes/core -am -DskipTests
build/mvn compile -T 4C -Pkubernetes -pl resource-managers/kubernetes/core -am -DskipTests
Interesting, well that got me past the initial problem. I'll do a PR to update the docs in the near future. Thanks!
I don't think mvn install
should be required here - I would have expected the -am
flag to allow the reactor to detect upstream dependents accordingly.
I'm trying to build against
branch-2.1-kubernetes
due to discussion here: https://github.com/apache-spark-on-k8s/spark/issues/4Getting a dependency failure:
Full output:
Based on output I'm thinking it's a transient problem or someone's definitely run into it previously.
Thanks!