You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/11/12 10:30:23 UTC

[beam] branch master updated (dc1fee8 -> c2e58c5)

This is an automated email from the ASF dual-hosted git repository.

mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from dc1fee8  Merge pull request #9973: Bump jekyll from 3.2.0 to 3.6.3 for building website
     add 82132a6  [BEAM-8028] add spark_runner.py
     add dc413c1  [BEAM-7224] add py wordcount tests for Spark
     add c2e58c5  Merge pull request #10047: [BEAM-8028] Add spark_runner.py

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  2 +
 .../runners/portability/spark_runner.py            | 84 ++++++++++++++++++++++
 sdks/python/apache_beam/runners/runner.py          |  1 +
 sdks/python/test-suites/portable/py2/build.gradle  |  2 +
 sdks/python/test-suites/portable/py35/build.gradle |  2 +
 sdks/python/test-suites/portable/py36/build.gradle |  2 +
 sdks/python/test-suites/portable/py37/build.gradle |  2 +
 7 files changed, 95 insertions(+)
 create mode 100644 sdks/python/apache_beam/runners/portability/spark_runner.py