This function needs to be implemented and should contain all logic related to parsing the configuration settings and building the application context.
This function needs to be implemented and should contain the entire runnable logic.
This function needs to be implemented and should contain the entire runnable logic.
active spark session
context instance that should contain all the application specific configuration
This is the key for basically choosing a certain app and it should have the form of '_APP_NAME_....', reflected also in the configuration structure.
This is the key for basically choosing a certain app and it should have the form of '_APP_NAME_....', reflected also in the configuration structure.
By default this will return the simple class name.
Any object extending this trait becomes a runnable application.
Trivial trait for executing basic Spark runnable applications.
the type of the application context class.
The output type of the run function.