Skip to content

Commit

Permalink
Fix Spark 3 job-server jar path for Python test suites (closes #23935,…
Browse files Browse the repository at this point in the history
… related to #23907)
  • Loading branch information
Moritz Mack committed Nov 2, 2022
1 parent 2bf0795 commit 3b5aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/test-suites/portable/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ project.tasks.register("sparkExamples") {
def testOpts = [
"--log-cli-level=INFO",
]
def jobServerJar = "${rootDir}/runners/spark/2/job-server/build/libs/beam-runners-spark-3-job-server-${version}.jar"
def jobServerJar = "${rootDir}/runners/spark/3/job-server/build/libs/beam-runners-spark-3-job-server-${version}.jar"
def pipelineOpts = [
"--runner=SparkRunner",
"--project=apache-beam-testing",
Expand Down

0 comments on commit 3b5aac5

Please sign in to comment.