Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

entry point to programming Spark with the Dataset and DataFrame API

# entry point to programming Spark with the Dataset and DataFrame API

spark = SparkSession.builder.master(
  "local").appName(
  "Words Count").config(
  "spark.some.config.option", "some-value").getOrCreate()
Source by spark.apache.org #
 
PREVIOUS NEXT
Tagged: #entry #point #programming #Spark #Dataset #DataFrame #API
ADD COMMENT
Topic
Name
8+9 =