You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/02/22 02:16:51 UTC

[incubator-dolphinscheduler] branch json_split updated (62e961e -> 674af05)

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

leonbao pushed a change to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 62e961e  [Feature][JsonSplit]refactor remove the json in process instance and definition (#4828)
     add 4fd3cf9  [Improvement][Docker] Update outdated readme (#4775)
     add f166de1  [Improvement][K8s] Support resource storage when fs.defaultFS=file:/// (#4777)
     new 674af05  Merge remote-tracking branch 'upstream/dev' into spilit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/build/README.md                             | 160 +++++++++------------
 docker/build/README_zh_CN.md                       | 158 +++++++++-----------
 .../dolphinscheduler/templates/_helpers.tpl        |   9 --
 .../configmap-dolphinscheduler-common.yaml         |   2 +-
 .../templates/deployment-dolphinscheduler-api.yaml |  11 +-
 ...-api.yaml => pvc-dolphinscheduler-fs-file.yaml} |  14 +-
 .../statefulset-dolphinscheduler-master.yaml       |   2 +-
 .../statefulset-dolphinscheduler-worker.yaml       |  13 +-
 docker/kubernetes/dolphinscheduler/values.yaml     |   8 ++
 9 files changed, 180 insertions(+), 197 deletions(-)
 copy docker/kubernetes/dolphinscheduler/templates/{pvc-dolphinscheduler-api.yaml => pvc-dolphinscheduler-fs-file.yaml} (71%)


[incubator-dolphinscheduler] 01/01: Merge remote-tracking branch 'upstream/dev' into spilit

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit 674af059b84599395bf0bbf69f191aa3b1bfd458
Merge: 62e961e f166de1
Author: lenboo <ba...@gmail.com>
AuthorDate: Mon Feb 22 10:16:33 2021 +0800

    Merge remote-tracking branch 'upstream/dev' into spilit

 docker/build/README.md                             | 160 +++++++++------------
 docker/build/README_zh_CN.md                       | 158 +++++++++-----------
 .../dolphinscheduler/templates/_helpers.tpl        |   9 --
 .../configmap-dolphinscheduler-common.yaml         |   2 +-
 .../templates/deployment-dolphinscheduler-api.yaml |  11 +-
 ...mmon.yaml => pvc-dolphinscheduler-fs-file.yaml} |  28 ++--
 .../statefulset-dolphinscheduler-master.yaml       |   2 +-
 .../statefulset-dolphinscheduler-worker.yaml       |  13 +-
 docker/kubernetes/dolphinscheduler/values.yaml     |   8 ++
 9 files changed, 186 insertions(+), 205 deletions(-)