79270559

Date: 2024-12-11 05:38:28
Score: 3
Natty:
Report link

When I use spark-submit, i do not need to set the runner to SparkRunner, because spark-submit is a command-line tool specifically designed to submit Spark applications. By using spark-submit, Spark automatically handles the execution of the job on the cluster, and I don't need to specify a runner in your code.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I use
  • Low reputation (1):
Posted by: Shiyi Yin