Description
"--jars" is not processed in `spark-submit` for standalone cluster mode. The workaround is building an assembly app jar. It might be easy to support user jars that is accessible from a cluster node by setting `spark.jars` property correctly and passing it to `DriverWrapper`.