pyspark.sql.SparkSession.builder.appName

builder.appName(name: str) → pyspark.sql.session.SparkSession.Builder

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.

Parameters
namestr

an application name