Github user skonto commented on the issue:
https://github.com/apache/spark/pull/21652
@liyinan926 I had the same issue locally but I dont think it is becaus eof
th ePR.
"[ERROR] Failed to execute goal on project
spark-kubernetes-integration-tests_2.11: Could not resolve dependencies for
project
spark-kubernetes-integration-tests:spark-kubernetes-integration-tests_2.11:jar:2.4.0-SNAPSHOT:
Failed to collect dependencies at
org.apache.spark:spark-core_2.11:jar:2.4.0-SNAPSHOT: Failed to read artifact
descriptor for org.apache.spark:spark-core_2.11:jar:2.4.0-SNAPSHOT: Failure to
find org.apache.spark:spark-parent_2.11:pom:2.4.0-20180712.095204-165 in
https://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced"
I fixed that locally (I have my own script to run them) by doing
./build/mvn install... since the integrationt ests suite is run in stanadlone
mode it expects parent artifact to be available. @srowen thoughts?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]