From 269b0b6f15a6c9707fd1f77ad2b9951e78d5bf8a Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 1 Jul 2020 15:01:31 +0100 Subject: [PATCH 1/2] HADOOP-17107. hadoop-azure parallel tests not working on recent JDKs Contributed by Steve Loughran. Change-Id: I8fd4266351a7205cf889222deb61777dd67c87d2 --- hadoop-tools/hadoop-azure/pom.xml | 78 +++++-------------------------- 1 file changed, 12 insertions(+), 66 deletions(-) diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml index db357598e3cb6..b7d93c69fd265 100644 --- a/hadoop-tools/hadoop-azure/pom.xml +++ b/hadoop-tools/hadoop-azure/pom.xml @@ -303,31 +303,13 @@ - maven-antrun-plugin + org.apache.hadoop + hadoop-maven-plugins - create-parallel-tests-dirs - test-compile - - - - - + parallel-tests-createdir - run + parallel-tests-createdir @@ -486,31 +468,13 @@ - maven-antrun-plugin + org.apache.hadoop + hadoop-maven-plugins - create-parallel-tests-dirs - test-compile - - - - - + parallel-tests-createdir - run + parallel-tests-createdir @@ -652,31 +616,13 @@ - maven-antrun-plugin + org.apache.hadoop + hadoop-maven-plugins - create-parallel-tests-dirs - test-compile - - - - - + parallel-tests-createdir - run + parallel-tests-createdir From 8bb9a2bff5f4a89fe4fd202e9cd047ab07d64523 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 1 Jul 2020 15:13:49 +0100 Subject: [PATCH 2/2] HADOOP-17107 fork count settings Change-Id: Ib9126ef8adb351446d6f03a1c3f735cfbe8d1950 --- hadoop-tools/hadoop-azure/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml index b7d93c69fd265..6f23986c37ca0 100644 --- a/hadoop-tools/hadoop-azure/pom.xml +++ b/hadoop-tools/hadoop-azure/pom.xml @@ -324,7 +324,6 @@ test - 1 ${testsThreadCount} false ${maven-surefire-plugin.argLine} -DminiClusterDedicatedDirs=true @@ -390,7 +389,6 @@ verify - 1 ${testsThreadCount} false ${maven-surefire-plugin.argLine} -DminiClusterDedicatedDirs=true @@ -637,7 +635,6 @@ test - 1 ${testsThreadCount} false ${maven-surefire-plugin.argLine} -DminiClusterDedicatedDirs=true