Punkt wejścia do iskry programowania z zestawem danych i interfejs API DataFrame

# 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()
Ethercourt.ml