KevinSmile edited a comment on pull request #29653: URL: https://github.com/apache/spark/pull/29653#issuecomment-688558296
`app-jar` arg is always needed in `spark-submit` user command line, backend code won't add it for you; while for `run-example`, the backend code should auto-add `app-jar` arg for you. `--jars` option and `app-jar` arg are two different things.  Are you talking about another high-level design issue, not this [SPARK-32804] specific bug? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
