SparkConf.Get(String, String) Method

Definition

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

Returns

Applies to