Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2021 11:58 PM
Error: missing application resource
Getting this error while running job with spark submit. I have given following parameters while creating job:
--conf spark.yarn.appMasterEnv.PYSAPRK_PYTHON=databricks/path/python3
--py-files dbfs/path/to/.egg job_main.py
Above given appropriately as per expectation given by databricks spark submit syntax.
Can anyone please let me know if anything missing while giving spark submit parameters?