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

stevel pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 9ca4ac0af07 HADOOP-18305. Preparing for 3.3.4 release: branch-3.3 
version => 3.3.9 (#4482)
     new 53a530aa88c MAPREDUCE-7371. DistributedCache alternative APIs should 
not use DistributedCache APIs internally (#3855)
     new fb4e8172a06 MAPREDUCE-7391. TestLocalDistributedCacheManager failing 
after HADOOP-16202 (#4472)

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:
 .../mapred/LocalDistributedCacheManager.java       |   5 +-
 .../apache/hadoop/mapreduce/v2/util/MRApps.java    |  25 +--
 .../mapred/TestLocalDistributedCacheManager.java   | 211 +++++++++++++--------
 .../hadoop/mapred/TestMRWithDistributedCache.java  |  44 ++---
 .../hadoop/mapreduce/v2/util/TestMRApps.java       |  13 +-
 .../apache/hadoop/mapred/pipes/Application.java    |   4 +-
 .../org/apache/hadoop/mapred/pipes/Submitter.java  |   7 +-
 .../main/java/org/apache/hadoop/mapreduce/Job.java | 121 +++++++++++-
 .../hadoop/mapreduce/JobResourceUploader.java      |  13 +-
 .../org/apache/hadoop/mapreduce/JobSubmitter.java  |   2 +-
 .../filecache/ClientDistributedCacheManager.java   |  13 +-
 .../mapreduce/filecache/DistributedCache.java      |  96 ++--------
 .../hadoop/mapreduce/task/JobContextImpl.java      | 138 +++++++++++++-
 .../java/org/apache/hadoop/mapred/MRCaching.java   |  17 +-
 .../hadoop/mapreduce/v2/TestMRAppWithCombiner.java |   4 +-
 .../org/apache/hadoop/streaming/StreamJob.java     |  11 +-
 16 files changed, 478 insertions(+), 246 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to