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

asf-gitbox-commits pushed a change to branch branch-0.10
in repository https://gitbox.apache.org/repos/asf/tez.git


    from 9f990d9c8 TEZ-4626: Remove usage of deprecated classes of commons-cli 
(#411) (Sourabh Badhya reviewed by Ayush Saxena)
     new 9ef59b011 TEZ-4659: Refactoring minor issues in profile output servlet 
(#439). (Ayush Saxena, reviewed by Laszlo Bodor)
     new 65599b70f TEZ-4729: Improve ShuffleHandler (#512). (Ayush Saxena, 
reviewed by Laszlo Bodor)
     new 17bfad4cc TEZ-4730: Improve Tez UI (#513). (Ayush Saxena, reviewed by 
Laszlo Bodor)

The 3 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:
 .../tez/common/web/ProfileOutputServlet.java       |  12 ++-
 .../java/org/apache/tez/dag/app/DAGAppMaster.java  |  13 ++-
 .../org/apache/tez/auxservices/ShuffleHandler.java |  34 +++++--
 .../apache/tez/auxservices/TestShuffleHandler.java | 109 ++++++++++++++++++++-
 .../src/test/java/org/apache/tez/test/TestAM.java  |  10 ++
 tez-ui/src/main/webapp/app/models/vertex.js        |   3 +-
 tez-ui/src/main/webapp/app/serializers/timeline.js |   3 +
 .../main/webapp/tests/unit/models/vertex-test.js   |  51 ++++++++++
 .../webapp/tests/unit/serializers/timeline-test.js |  39 ++++++++
 9 files changed, 257 insertions(+), 17 deletions(-)

Reply via email to