You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the application configuration file name is limited to application.conf.
We should be able to pass in an alternative application configuration file name as an application parameter, e.g. -conf-file-name='my_app.conf' and the SparkApp should pick the configuration file from my_app.conf.
The text was updated successfully, but these errors were encountered:
Currently the application configuration file name is limited to
application.conf
.We should be able to pass in an alternative application configuration file name as an application parameter, e.g.
-conf-file-name='my_app.conf'
and theSparkApp
should pick the configuration file frommy_app.conf
.The text was updated successfully, but these errors were encountered: