LuciferYang commented on PR #40274:
URL: https://github.com/apache/spark/pull/40274#issuecomment-1461210301

   seems `SimpleSparkConnectService` startup failed, the error message is 
   
   ```
   Error: Missing application resource.
   
   Usage: spark-submit [options] <app jar | python file | R file> [app 
arguments]
   Usage: spark-submit --kill [submission ID] --master [spark://...]
   Usage: spark-submit --status [submission ID] --master [spark://...]
   Usage: spark-submit run-example [options] example-class [example args]
   
   Options:
     --master MASTER_URL         spark://host:port, mesos://host:port, yarn,
                                 k8s://https://host:port, or local (Default: 
local[*]).
     --deploy-mode DEPLOY_MODE   Whether to launch the driver program locally 
("client") or
                                 on one of the worker machines inside the 
cluster ("cluster")
                                 (Default: client).
     --class CLASS_NAME          Your application's main class (for Java / 
Scala apps).
     --name NAME                 A name of your application.
     --jars JARS                 Comma-separated list of jars to include on the 
driver
   ...
   ```


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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to