from pyspark.sql import SparkSession spark = SparkSession.builder.master("yarn").appName("my app").enableHiveSupport().getOrCreate()