Xiangrui Meng created SPARK-1909: ------------------------------------ Summary: "--jars" is not supported in standalone cluster mode Key: SPARK-1909 URL: https://issues.apache.org/jira/browse/SPARK-1909 Project: Spark Issue Type: Sub-task Components: Deploy Affects Versions: 1.0.0 Reporter: Xiangrui Meng Priority: Minor
"--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`. -- This message was sent by Atlassian JIRA (v6.2#6252)