Skip to content

Commit 472236d

Browse files
committed
[DOP-31832] Fix seed tag examples for Spark
1 parent 4fb11d3 commit 472236d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_rentgen/db/scripts/seed/spark_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def generate_spark_run_local(
158158
type=JobTypeDTO(type="SPARK_APPLICATION"),
159159
tag_values={
160160
TagValueDTO(
161-
tag=TagDTO(name="hive.version"),
161+
tag=TagDTO(name="spark.version"),
162162
value="4.1.1",
163163
),
164164
TagValueDTO(

data_rentgen/db/scripts/seed/spark_yarn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def generate_spark_run_yarn(
182182
type=JobTypeDTO(type="SPARK_APPLICATION"),
183183
tag_values={
184184
TagValueDTO(
185-
tag=TagDTO(name="hive.version"),
185+
tag=TagDTO(name="spark.version"),
186186
value="3.5.7",
187187
),
188188
TagValueDTO(

0 commit comments

Comments
 (0)