I\'m trying to use PySpark locally on my windows pc. To test I tried:
rdd = spark.sparkContext.parallelize(range(10)) rdd.collect()
But I get th