You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/09/22 06:35:50 UTC

[flink] branch master updated (fcb5e3f -> 7569a74)

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

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


    from fcb5e3f  [FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service
     add 7569a74  [FLINK-18950][python][docs] Add documentation for Operations in Python DataStream API

No new revisions were added by this update.

Summary of changes:
 .../python/datastream-api-users-guide/operators.md |  85 +++++
 .../datastream-api-users-guide/operators.zh.md     |  85 +++++
 docs/dev/stream/operators/index.md                 | 353 ++++++++++++++++++-
 docs/dev/stream/operators/index.zh.md              | 390 ++++++++++++++++++---
 4 files changed, 865 insertions(+), 48 deletions(-)
 create mode 100644 docs/dev/python/datastream-api-users-guide/operators.md
 create mode 100644 docs/dev/python/datastream-api-users-guide/operators.zh.md