Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created April 20, 2020 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/409ff58ea30a9b01d659d1bc4c798987 to your computer and use it in GitHub Desktop.
Save kasramp/409ff58ea30a9b01d659d1bc4c798987 to your computer and use it in GitHub Desktop.
SparkSession spark = SparkSession.builder()
.config("spark.master", "local")
.appName("Java Spark SQL basic example").getOrCreate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment