pyspark.sql.SparkSession.builder.appName

builder.appName(name)

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.

New in version 2.0.0.

Parameters
namestr

an application name