You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by jo...@apache.org on 2019/01/23 00:21:40 UTC

[incubator-nemo] branch reshaping updated (4ee3346 -> d409b9b)

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

johnyangk pushed a change to branch reshaping
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git.


    from 4ee3346  fix tests
     new df44608  [NEMO-327] Fix skew handling for multi shuffle edge receiver (#189)
     new d409b9b  merge

The 558 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:
 .../org/apache/nemo/common/dag/DAGBuilder.java     | 16 +++---
 .../main/java/org/apache/nemo/common/ir/IRDAG.java | 22 ++++----
 .../MetricCollectionProperty.java                  | 13 ++---
 .../compiletime/reshaping/SkewReshapingPass.java   |  5 +-
 .../examples/beam/NetworkTraceAnalysisITCase.java  | 13 +++++
 .../eventhandler/DynamicOptimizationEvent.java     | 21 +++++---
 .../DynamicOptimizationEventHandler.java           |  5 +-
 .../runtime/common/optimizer/RunTimeOptimizer.java |  8 +--
 .../pass/runtime/DataSkewRuntimePass.java          | 30 +++++------
 .../partitioner/DataSkewHashPartitioner.java       |  8 +--
 .../pass/runtime/DataSkewRuntimePassTest.java      | 31 ++++--------
 .../runtime/master/scheduler/BatchScheduler.java   | 58 +++++++++++++---------
 12 files changed, 124 insertions(+), 106 deletions(-)