SparkConf.SetAppName(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 a name for your application. Shown in the Spark web UI.
public Microsoft.Spark.SparkConf SetAppName (string appName);
member this.SetAppName : string -> Microsoft.Spark.SparkConf
Public Function SetAppName (appName As String) As SparkConf
Parameters
- appName
- String
Name of the app