Skip to content

Commit

Permalink
Fix Spark 3 job-server jar path for Python test suites (closes apache…
Browse files Browse the repository at this point in the history
…#23935, related to apache#23907)
  • Loading branch information
Moritz Mack authored and ruslan-ikhsan committed Nov 11, 2022
1 parent 38b5acf commit 365b37f
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 365b37f

Please sign in to comment.