Share via


Builder.AppName(String) Method

Definition

Sets a name for the application, which will be shown in the Spark web UI. If no application name is set, a randomly generated name will be used.

public Microsoft.Spark.Sql.Builder AppName (string appName);
member this.AppName : string -> Microsoft.Spark.Sql.Builder
Public Function AppName (appName As String) As Builder

Parameters

appName
String

Name of the app

Returns

Applies to