Open coyotemarin opened 5 years ago
These would save the user from having to import pyspark, and could also set up SparkConf for you. Probably mostly matters for the inline runner (see #1965).
pyspark
SparkConf
Also, you can't create more than one SparkContext at once, so actively managing the SparkContext would helpful for testing etc.
SparkContext
These would save the user from having to import
pyspark
, and could also set upSparkConf
for you. Probably mostly matters for the inline runner (see #1965).