Testing Spark with start-pyspark-notebook.sh


In [1]:
rdd = sc.parallelize(range(1,1000))

In [2]:
rdd.count()


Out[2]:
999