How do you use Spark with Python ?
Hi everyone ! I want to use Spark to launch some computations in parallel but I know that Spark is hard to configure when you have external libraries in Python. What is the easiest way to launch Spark jobs on clusters using Python ? Thanks !