luigi.contrib.pyspark_runner
The pyspark program.
This module will be run by spark-submit for PySparkTask jobs.
The first argument is a path to the pickled instance of the PySparkTask, other arguments are the ones returned by PySparkTask.app_options()
Classes
|
|
|
|
|
|
|
|
|
- class luigi.contrib.pyspark_runner.PySparkRunner(job, *args)
- class luigi.contrib.pyspark_runner.PySparkSessionRunner(job, *args)