srowen commented on pull request #29653: URL: https://github.com/apache/spark/pull/29653#issuecomment-688393860
Yes, I'm talking about how `spark-submit` works, not `run-example`. In this case it should specify `--class`, as the JAR is already present. Specifying a JAR is for when you want it to read Main-Class from the Manifest. It's worth seeing if that works, just not specifying it, as it should already set `--class` in this case. ---------------------------------------------------------------- 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]
