Run Pyspark job of Python egg package using spark submit on databricks

ItsMe
New Contributor II

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?​