Tags: jupyter* + spark*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. import findspark
    findspark.init()
    import pyspark # Call this only after findspark.init()
    from pyspark.context import SparkContext
    from pyspark.sql.session import SparkSession

    sc = SparkContext.getOrCreate()
    spark = SparkSession(sc)
    2020-05-26 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "jupyter+spark"

About - Propulsed by SemanticScuttle