Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created April 16, 2019 18:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MovileGente/e48963ad00436774fdf00e1036a977f8 to your computer and use it in GitHub Desktop.
import findspark
findspark.init()
from pyspark.sql import SparkSession
spark = SparkSession.builder.master("local[*]").getOrCreate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment