Methods
set(key, value) → {module:eclairjs.SparkConf}
Wrapper of SparkConf.set method
Parameters:
Name | Type | Description |
---|---|---|
key |
string | |
value |
string |
- Source:
Returns:
setAppName(appName) → {module:eclairjs.SparkConf}
Set a name for your application.
Parameters:
Name | Type | Description |
---|---|---|
appName |
string |
- Source:
Returns:
setMaster(master) → {module:eclairjs.SparkConf}
The master URL to connect to, such as "local" to run locally with one thread,
"local[4]" to run locally with 4 cores, or "spark://master:7077" to run on a Spark standalone cluster.
Parameters:
Name | Type | Description |
---|---|---|
master |
string |
- Source: