cancel
Showing results for 
Search instead for 
Did you mean: 
170017
New Contributor II
since ‎07-06-2022
‎06-26-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I have the following basic script that works fine using pycharm on my machine.from pyspark.sql import SparkSessionprint("START")spark = SparkSession \ .Builder() \ .appName("myapp") \ .master('local[*, 4]') \ .getOrCreate()print(spark)dat...
Kudos from
Kudos given to