Fix 🛠️
parent
8a2f8ca4ee
commit
4e31596426
|
@ -1,4 +1,4 @@
|
||||||
id: apache-sprak-rce
|
id: apache-spark-rce
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Apache Spark RCE
|
name: Apache Spark RCE
|
||||||
|
@ -35,7 +35,7 @@ requests:
|
||||||
"spark.submit.deployMode": "cluster",
|
"spark.submit.deployMode": "cluster",
|
||||||
"spark.master": "spark://{{Hostname}}:6066"
|
"spark.master": "spark://{{Hostname}}:6066"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/logPage/?driverId={{driver}}&logType=stdout"
|
- "{{BaseURL}}/logPage/?driverId={{driver}}&logType=stdout"
|
||||||
|
@ -59,4 +59,3 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue