SparkConf.Get(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.
Get a string parameter value, falling back to a default if not set
public string Get (string key, string defaultValue);
member this.Get : string * string -> string
Public Function Get (key As String, defaultValue As String) As String
Parameters
- key
- String
Key to use
- defaultValue
- String
Default value to use