max
06/11/2020, 11:22 PMStepLauncher
abstraction that uses the resource system to allow individual execution steps to be run in separate processes (and thus on separate execution substrates). This has made extensive improvements to our PySpark support possible, including the option to execute individual PySpark steps on EMR using the EmrPySparkStepLauncher
and on Databricks using the DatabricksPySparkStepLauncher
The emr_pyspark
example demonstrates how to use a step launcher.schrockn
06/11/2020, 11:26 PM