diff --git a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark.json b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark.json index dd2bf3aeb361..f21bd16f4700 100644 --- a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark.json +++ b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Spark.json @@ -4,5 +4,6 @@ "https://github.com/apache/beam/pull/31798": "noting that PR #31798 should run this test", "https://github.com/apache/beam/pull/32546": "noting that PR #32546 should run this test", "https://github.com/apache/beam/pull/33267": "noting that PR #33267 should run this test", - "https://github.com/apache/beam/pull/33322": "noting that PR #33322 should run this test" + "https://github.com/apache/beam/pull/33322": "noting that PR #33322 should run this test", + "https://github.com/apache/beam/pull/34123": "noting that PR #34123 should run this test" } diff --git a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming.json b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming.json index 74f4220571e5..87448a1525a0 100644 --- a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming.json +++ b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming.json @@ -3,5 +3,6 @@ "https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test", "https://github.com/apache/beam/pull/31798": "noting that PR #31798 should run this test", "https://github.com/apache/beam/pull/32546": "noting that PR #32546 should run this test", - "https://github.com/apache/beam/pull/33267": "noting that PR #33267 should run this test" + "https://github.com/apache/beam/pull/33267": "noting that PR #33267 should run this test", + "https://github.com/apache/beam/pull/34123": "noting that PR #34123 should run this test" } diff --git a/runners/spark/spark_runner.gradle b/runners/spark/spark_runner.gradle index 1f60244135a9..1d95574fd332 100644 --- a/runners/spark/spark_runner.gradle +++ b/runners/spark/spark_runner.gradle @@ -216,6 +216,8 @@ dependencies { validatesRunner project(":sdks:java:io:hadoop-format").sourceSets.test.output validatesRunner project(path: ":examples:java", configuration: "testRuntimeMigration") validatesRunner project(path: project.path, configuration: "testRuntimeMigration") + validatesRunner library.java.log4j2_api + validatesRunner library.java.log4j2_core hadoopVersions.each { kv -> "hadoopVersion$kv.key" "org.apache.hadoop:hadoop-common:$kv.value" // Force paranamer 2.8 to avoid issues when using Scala 2.12