A Quick Question on Running a job from CLI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-11-2023 10:37 AM
Could anyone tell me what could be wrong with my command to submit a spark job with params( If I donโt have --spark-submit-params, itโs fine). Please see the attached snapshot.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-16-2023 09:47 AM
yes, there is no need for spark-submit-params.
databricks jobs run-now --job-id ***
reference: https://docs.databricks.com/dev-tools/cli/jobs-cli.html

