public class SparkSettings extends Settings
| Constructor and Description |
|---|
SparkSettings(org.apache.spark.SparkConf cfg) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
asProperties() |
SparkSettings |
copy() |
String |
getProperty(String name) |
void |
setProperty(String name,
String value) |
getIntegerProperty, getProperty, getPropertyMap, load, merge, merge, savepublic SparkSettings copy()
public String getProperty(String name)
getProperty in class Settingspublic void setProperty(String name, String value)
setProperty in class Settingspublic Properties asProperties()
asProperties in class SettingsCopyright © 2024. All rights reserved.