SparkConf.Set(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the value of a string config
public Microsoft.Spark.SparkConf Set (string key, string value);
member this.Set : string * string -> Microsoft.Spark.SparkConf
Public Function Set (key As String, value As String) As SparkConf
Parameters
- key
- String
Config name
- value
- String
Config value