Is there support for running python programs using Apache beam and SparkRunner?
The documentation doesn't seem to have it: https://beam.apache.org/get-started/wordcount-example/#apache-spark-runner
And when I look at the API reference https://beam.apache.org/documentation/sdks/pydoc/0.6.0/apache_beam.runners.html I don't find any mention of SparkRunner in there.
There is mention and support for Java I believe, but I'm wondering if the python support is there?