Skip to content

Commit 3d56b45

Browse files
committed
[SPARK-53984] Use CRD v1 instead of v1beta1 in benchmark script
### What changes were proposed in this pull request? This PR aims to use CRD `v1` instead of `v1beta1` in `benchmark` script. ### Why are the changes needed? Since `v0.5`, CRD becomes `v1`. Since we will compare the benchmark with `v0.5` since `v0.6`, we can update this to `v1` finally. ### Does this PR introduce _any_ user-facing change? No, this is a test code change. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #396 from dongjoon-hyun/SPARK-53984. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 76b2766 commit 3d56b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/sparkapps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ filename=$(mktemp)
2929

3030
for i in $(seq -f "%05g" 1 $NUM); do
3131
cat << EOF >> $filename
32-
apiVersion: spark.apache.org/v1beta1
32+
apiVersion: spark.apache.org/v1
3333
kind: SparkApplication
3434
metadata:
3535
name: test-${i}

0 commit comments

Comments
 (0)