Build fail when instrumenting the spark source code with scoverage plugin
ramanmishra opened this issue · 1 comments
Steps to reproduce the error.
-
Clone the spark repo from git.
change all the pom.xml parents as well as the submodules
spark-parent_2.11
2.4.4-SNAPSHOT -
change the build command in dev/make-distribution.sh
BUILD_COMMAND=("$MVN" -T 1C -DskipTests clean scoverage:package -e $@) -
Try building the code I am getting the following error.
Could not resolve dependencies for project org.apache.spark:spark-tags_2.11:pom:2.4.4-SNAPSHOT: Failure to find org.apache.spark:spark-multi-tenant-history-server_2.11:jar:2.4.4-SNAPSHOT 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
changes for scoverage enablement.
org.scoverage
scoverage-maven-plugin
1.4.0-RC1
true
0
true
report
Please ask in spark repo/community if this is still relevant. Doesn't look like the error you had is related to scoverage plugin. Please comment/reopen if you still think it's related. Thanks