Last active
December 23, 2019 14:52
-
-
Save logikv/afcf9c315c62d9102ae569cc562374ac to your computer and use it in GitHub Desktop.
spark.postfixTemplates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.buildSparkSession : create SparkSessionBuilder | |
NON_VOID → val spark = SparkSession.builder().master("local").appName("$expr$").getOrCreate() [IMPORT org.apache.spark.sql.SparkSession] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment