Build SETL
Provide a user-defined config loader
Provide a user-defined config loader
ConfigLoader object
the current builder
Define the config path of SETL
Define the config path of SETL
config path
the current builder
Overwrite the default Spark parallelism (200)
Overwrite the default Spark parallelism (200)
value of parallelism
the current builder
Define a user-defined SparkConf
Define a user-defined SparkConf
SparkConf object
the current builder
Set the master URL of Spark
Set the master URL of Spark
master URL of spark
the current builder
Set a user-provided SparkSession
Set a user-provided SparkSession
use-defined SparkSession
Use the default config loader and load the default configuration file (application.conf) and an additional configuration file (according to the value of setl.environment in application.conf)
Use the default config loader and load the default configuration file (application.conf) and an additional configuration file (according to the value of setl.environment in application.conf)
the current builder
Use the default config loader and load both the default application.conf and the given configuration file
Use the default config loader and load both the default application.conf and the given configuration file
file path string of the configuration file
the current builder