KevinSmile commented on pull request #29653:
URL: https://github.com/apache/spark/pull/29653#issuecomment-688031240


   When you do `run-example`,  you just specify the class name(e.g. SparkPi),  
and no need to specify the app-jar. So in backend code, `appResource` should be 
auto-find-and-set as the examples' main app jar (e.g. 
`./examples/jars/spark-examples_2.12-3.0.0.jar`), and then be added as an arg ( 
this arg will later be set as the so-called `primaryResource`).


----------------------------------------------------------------
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]

Reply via email to