You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2021/01/08 04:07:38 UTC

[beam] tag nightly-master updated (26c2466 -> df74d74)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from 26c2466  (commit)
      to df74d74  (commit)
    from 26c2466  Merge pull request #13679 from [BEAM-11569] Fixing cancel workflows
     add d8966d6  [BEAM-11415] Add Dataflow Runner to new Go ValidatesRunner framework. (#13678)
     add 065ed7c  [BEAM-11415] Adds documentation to integration package. (#13683)
     add d42c67c  [BEAM-11580] Add disk_size_gb flag for Go SDK. (#13693)
     add 854ed5b  [BEAM-10983] Add getting started from Spark page
     add c484e68  Add "From Apache Spark" entry to side menu
     add 17aed03  Add links to transform catalog
     add eaff2e9  Merge branch 'master' of github.com:apache/beam into coming-from-spark
     add 26a2a04  Add more links
     add 2f39799  Add RDD/DataFrame clarification
     add a751df8  Merge branch 'master' of github.com:apache/beam into coming-from-spark
     add 6c338ce  Add link to from-spark page
     add a3406b3  Added extra explanations
     add 67af84a  Merge branch 'master' of github.com:apache/beam into coming-from-spark
     add 9557470  Fixed typos + removed italics
     add 2ad2854  Merge pull request #12963 from davidcavazos/coming-from-spark
     add 96a659a  Clarify some assertions (#13515)
     add 36bf02c  [BEAM-11504] Clean up direct runner parallelism section.
     add d72b5d9  Merge pull request #13589 from ibzib/BEAM-11504
     add 2239b3a  [BEAM-11419] Update Flink supported versions in the website
     add c5badae  Merge pull request #13620 from iemejia/website-flink-versions
     add 41c3811  Revert "[BEAM-11474] Track transform processing thread in Java SDK harness and set log entry field"
     add 6af9d75  Merge pull request #13696 from y1chi/revert-13533-test_logging
     add 93c2bd8  [BEAM-1833] Give transforms more control over the names of their inputs and outputs.
     add 7e8fa4e  mypy
     add 74ec609  Merge pull request #13672 [BEAM-1833] Give transforms more control over the names of their inputs and outputs.
     add 587a3ff  [BEAM-11582] Merge website/.gitignore into .gitignore (#13697)
     add 2e95a20  Correct the license in website package.json file
     add df74d74  Merge pull request #13698 from apache/aaltay-patch-1

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  10 +
 sdks/go/pkg/beam/runners/dataflow/dataflow.go      |   2 +
 .../pkg/beam/runners/dataflow/dataflowlib/job.go   |   2 +
 sdks/go/pkg/beam/testing/ptest/ptest.go            |   1 +
 sdks/go/test/build.gradle                          |  21 ++
 sdks/go/test/integration/integration.go            |  25 ++
 sdks/go/test/run_validatesrunner_tests.sh          | 170 +++++++++++--
 .../apache/beam/fn/harness/FnApiDoFnRunner.java    |  27 ---
 .../harness/TransformProcessingThreadTracker.java  |  49 ----
 .../fn/harness/logging/BeamFnLoggingClient.java    |   8 -
 sdks/python/apache_beam/pipeline.py                |  39 +--
 .../runners/dataflow/dataflow_runner_test.py       |  16 +-
 sdks/python/apache_beam/transforms/ptransform.py   |  30 +++
 sdks/python/apache_beam/transforms/util_test.py    |   2 +-
 website/.gitignore                                 |  23 --
 website/www/package.json                           |   2 +-
 .../content/en/documentation/runners/direct.md     | 112 ++-------
 .../site/content/en/documentation/runners/flink.md |  42 +++-
 .../site/content/en/get-started/beam-overview.md   |   3 +
 .../www/site/content/en/get-started/from-spark.md  | 268 +++++++++++++++++++++
 .../partials/section-menu/en/get-started.html      |   7 +-
 21 files changed, 602 insertions(+), 257 deletions(-)
 delete mode 100644 sdks/java/harness/src/main/java/org/apache/beam/fn/harness/TransformProcessingThreadTracker.java
 delete mode 100644 website/.gitignore
 create mode 100644 website/www/site/content/en/get-started/from-spark.md