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

zhuzh pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


    from 29dbb9e8a [FLINK-20760][Project Website] Fix broken doc link (#549)
     new 30775e039 Add blog for FLIP-187 adaptive batch scheduler
     new 799bbfc17 Rebuild website

The 2 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:
 _posts/2022-06-17-adaptive-batch-scheduler.md      | 204 ++++++++
 content/2022/06/17/adaptive-batch-scheduler.html   | 515 +++++++++++++++++++++
 content/blog/feed.xml                              | 338 ++++++++++----
 content/blog/index.html                            |  38 +-
 content/blog/page10/index.html                     |  40 +-
 content/blog/page11/index.html                     |  40 +-
 content/blog/page12/index.html                     |  40 +-
 content/blog/page13/index.html                     |  40 +-
 content/blog/page14/index.html                     |  38 +-
 content/blog/page15/index.html                     |  36 +-
 content/blog/page16/index.html                     |  36 +-
 content/blog/page17/index.html                     |  42 +-
 content/blog/page18/index.html                     |  48 +-
 content/blog/page19/index.html                     |  29 ++
 content/blog/page2/index.html                      |  40 +-
 content/blog/page3/index.html                      |  41 +-
 content/blog/page4/index.html                      |  41 +-
 content/blog/page5/index.html                      |  40 +-
 content/blog/page6/index.html                      |  38 +-
 content/blog/page7/index.html                      |  38 +-
 content/blog/page8/index.html                      |  40 +-
 content/blog/page9/index.html                      |  40 +-
 .../1-overall-structure.png                        | Bin 0 -> 159198 bytes
 .../2-dynamic-graph.png                            | Bin 0 -> 237074 bytes
 .../3-static-graph-subpartition-mapping.png        | Bin 0 -> 65781 bytes
 .../4-dynamic-graph-subpartition-mapping.png       | Bin 0 -> 224171 bytes
 .../5-auto-rebalance.png                           | Bin 0 -> 97770 bytes
 .../parallelism-formula.png                        | Bin 0 -> 70215 bytes
 .../range-formula.png                              | Bin 0 -> 50121 bytes
 content/index.html                                 |   9 +-
 content/zh/index.html                              |   9 +-
 .../1-overall-structure.png                        | Bin 0 -> 159198 bytes
 .../2-dynamic-graph.png                            | Bin 0 -> 237074 bytes
 .../3-static-graph-subpartition-mapping.png        | Bin 0 -> 65781 bytes
 .../4-dynamic-graph-subpartition-mapping.png       | Bin 0 -> 224171 bytes
 .../5-auto-rebalance.png                           | Bin 0 -> 97770 bytes
 .../parallelism-formula.png                        | Bin 0 -> 70215 bytes
 .../range-formula.png                              | Bin 0 -> 50121 bytes
 38 files changed, 1446 insertions(+), 374 deletions(-)
 create mode 100644 _posts/2022-06-17-adaptive-batch-scheduler.md
 create mode 100644 content/2022/06/17/adaptive-batch-scheduler.html
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/1-overall-structure.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/2-dynamic-graph.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/3-static-graph-subpartition-mapping.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/4-dynamic-graph-subpartition-mapping.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/5-auto-rebalance.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/parallelism-formula.png
 create mode 100644 
content/img/blog/2022-06-17-adaptive-batch-scheduler/range-formula.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/1-overall-structure.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/2-dynamic-graph.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/3-static-graph-subpartition-mapping.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/4-dynamic-graph-subpartition-mapping.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/5-auto-rebalance.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/parallelism-formula.png
 create mode 100644 
img/blog/2022-06-17-adaptive-batch-scheduler/range-formula.png

Reply via email to