Kyle Weaver created BEAM-13539:
----------------------------------
Summary: Gradle warning: processResources overrides
Key: BEAM-13539
URL: https://issues.apache.org/jira/browse/BEAM-13539
Project: Beam
Issue Type: Bug
Components: runner-spark
Reporter: Kyle Weaver
Assignee: Kyle Weaver
Seeing this warning in Spark portable validates runner tests:
13:22:30 Execution optimizations have been disabled for task
':runners:spark:2:processResources' to ensure correctness due to the following
reasons:
13:22:30 - Gradle detected a problem with the following location:
'/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_PVR_Spark_Batch_Phrase/src/runners/spark/2/build/source-overrides/src/main/resources'.
Reason: Task ':runners:spark:2:processResources' uses this output of task
':runners:spark:2:copyResourcesOverrides' without declaring an explicit or
implicit dependency. This can lead to incorrect results being produced,
depending on what order the tasks are executed. Please refer to
https://docs.gradle.org/7.3.2/userguide/validation_problems.html#implicit_dependency
for more details about this problem.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)