This is an automated email from the ASF dual-hosted git repository. jbrennan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from fcdb1e7 YARN-10653. Fixed the findbugs issues introduced by YARN-10647. Contributed by Qi Zhu add e04bcb3 MAPREDUCE-7320. organize test directories for ClusterMapReduceTestCase (#2722). Contributed by Ahmed Hussein No new revisions were added by this update. Summary of changes: .../org/apache/hadoop/test/GenericTestUtils.java | 16 ++++++ .../java/org/apache/hadoop/util/JarFinder.java | 8 ++- .../hadoop/mapred/ClusterMapReduceTestCase.java | 62 ++++++++-------------- .../hadoop/mapred/MiniMRClientClusterFactory.java | 5 +- .../org/apache/hadoop/mapred/TestBadRecords.java | 9 +++- .../mapred/TestClusterMapReduceTestCase.java | 9 +++- .../java/org/apache/hadoop/mapred/TestJobName.java | 7 +++ .../apache/hadoop/mapred/TestMRCJCJobClient.java | 9 +++- .../apache/hadoop/mapreduce/TestMRJobClient.java | 6 +++ .../security/ssl/TestEncryptedShuffle.java | 30 +++++------ .../hadoop/mapreduce/v2/MiniMRYarnCluster.java | 5 ++ .../hadoop/streaming/TestStreamingBadRecords.java | 9 +++- .../apache/hadoop/yarn/server/MiniYARNCluster.java | 10 +++- 13 files changed, 118 insertions(+), 67 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org