Change spark-submit command line adding three options:
--files <location_to_your_app.conf>--conf 'spark.executor.extraJavaOptions=-Dconfig.resource=app'--conf 'spark.driver.extraJavaOptions=-Dconfig.resource=app'
Change spark-submit command line adding three options:
--files <location_to_your_app.conf>--conf 'spark.executor.extraJavaOptions=-Dconfig.resource=app'--conf 'spark.driver.extraJavaOptions=-Dconfig.resource=app'