Hi, all For some reason, I tried to pass in a HDFS path to the --jars option in spark-submit
According to the document, http://spark.apache.org/docs/latest/submitting-applications.html#advanced-dependency-management, --jars would accept remote path However, in the implementation, https://github.com/apache/spark/blob/c622a87c44e0621e1b3024fdca9b2aa3c508615b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L757, it does not look like so.... Did I miss anything? Best, Nan