Skip to content

Commit d78b3d2

Browse files
Remove the logging configuration for the submit job in all tests
1 parent f4ca6b5 commit d78b3d2

File tree

13 files changed

+0
-48
lines changed

13 files changed

+0
-48
lines changed

tests/templates/kuttl/delta/40-spark-app.yaml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ spec:
2424
accessStyle: Path
2525
credentials:
2626
secretClass: s3-credentials-class
27-
job:
28-
logging:
29-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3027
driver:
3128
config:
3229
logging:

tests/templates/kuttl/iceberg/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ spec:
2424
spark.sql.catalog.local: org.apache.iceberg.spark.SparkCatalog
2525
spark.sql.catalog.local.type: hadoop
2626
spark.sql.catalog.local.warehouse: /tmp/warehouse
27-
job:
28-
logging:
29-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3027
driver:
3128
config:
3229
logging:

tests/templates/kuttl/pyspark-ny-public-s3-image/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ spec:
2929
host: test-minio
3030
port: 9000
3131
accessStyle: Path
32-
job:
33-
config:
34-
logging:
35-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3632
driver:
3733
config:
3834
logging:

tests/templates/kuttl/pyspark-ny-public-s3/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ spec:
2828
host: test-minio
2929
port: 9000
3030
accessStyle: Path
31-
job:
32-
config:
33-
logging:
34-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3531
driver:
3632
config:
3733
logging:

tests/templates/kuttl/resources/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ spec:
2424
spark.kubernetes.executor.podNamePrefix: "resources-crd"
2525
job:
2626
config:
27-
logging:
28-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
2927
resources:
3028
cpu:
3129
min: 250m

tests/templates/kuttl/resources/12-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ spec:
3333
spark.executor.memory: "2g"
3434
spark.executor.memoryOverheadFactor: "0.4"
3535
spark.executor.instances: "1"
36-
job:
37-
config:
38-
logging:
39-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
4036
driver:
4137
config:
4238
logging:

tests/templates/kuttl/smoke/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ spec:
2525
prefix: eventlogs/
2626
bucket:
2727
reference: spark-history-s3-bucket
28-
job:
29-
config:
30-
logging:
31-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3228
driver:
3329
config:
3430
logging:

tests/templates/kuttl/spark-examples/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ spec:
1818
mode: cluster
1919
mainClass: org.apache.spark.examples.SparkALS
2020
mainApplicationFile: "local:///stackable/spark/examples/jars/spark-examples.jar"
21-
job:
22-
config:
23-
logging:
24-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
2521
driver:
2622
config:
2723
logging:

tests/templates/kuttl/spark-history-server/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ spec:
2525
prefix: eventlogs/
2626
bucket:
2727
reference: spark-history-s3-bucket
28-
job:
29-
config:
30-
logging:
31-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3228
driver:
3329
config:
3430
logging:

tests/templates/kuttl/spark-history-server/12-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ spec:
2525
prefix: eventlogs/
2626
bucket:
2727
reference: spark-history-s3-bucket
28-
job:
29-
config:
30-
logging:
31-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3228
driver:
3329
config:
3430
logging:

tests/templates/kuttl/spark-ny-public-s3/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ spec:
3434
- "--input /arguments/job-args.txt"
3535
s3connection:
3636
reference: minio
37-
job:
38-
config:
39-
logging:
40-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
4137
driver:
4238
config:
4339
logging:

tests/templates/kuttl/spark-pi-private-s3/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ spec:
2525
accessStyle: Path
2626
credentials:
2727
secretClass: spark-pi-private-s3-credentials-class
28-
job:
29-
config:
30-
logging:
31-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3228
driver:
3329
config:
3430
logging:

tests/templates/kuttl/spark-pi-public-s3/10-deploy-spark-app.yaml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ spec:
2323
host: test-minio
2424
port: 9000
2525
accessStyle: Path
26-
job:
27-
config:
28-
logging:
29-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3026
driver:
3127
config:
3228
logging:

0 commit comments

Comments
 (0)