Builder.AppName(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.
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