From 313608e459640d50534666aaaf6175069c97a48d Mon Sep 17 00:00:00 2001 From: Wanqiang Ji Date: Wed, 24 Apr 2019 11:11:51 +0100 Subject: [PATCH] HADOOP-16232. Fix errors in the checkstyle configration xmls. Contributed by Wanqiang Ji. (cherry picked from commit 8b6deebb1dda49e5e35180ed5c5fb5b5221c1516) (cherry picked from commit 875435dc7d6a7cb7925a25ca3347a7ebaabec595) (cherry picked from commit 6f0896e08742a792049137ed19700135f8594a42) --- .../src/main/resources/checkstyle/checkstyle.xml | 4 ++-- .../src/main/resources/checkstyle/suppressions.xml | 4 ++-- hadoop-tools/hadoop-azure/src/config/checkstyle.xml | 4 ++-- .../hadoop-resourceestimator/src/config/checkstyle.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml index 851b57d3c86..14bf0378310 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -1,7 +1,7 @@ + "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" + "https://checkstyle.org/dtds/configuration_1_2.dtd"> + "-//Checkstyle//DTD SuppressionFilter Configuration 1.1//EN" + "https://checkstyle.org/dtds/suppressions_1_1.dtd"> diff --git a/hadoop-tools/hadoop-azure/src/config/checkstyle.xml b/hadoop-tools/hadoop-azure/src/config/checkstyle.xml index acf6f7f7efe..1db4a2f0a7b 100644 --- a/hadoop-tools/hadoop-azure/src/config/checkstyle.xml +++ b/hadoop-tools/hadoop-azure/src/config/checkstyle.xml @@ -1,7 +1,7 @@ + "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" + "https://checkstyle.org/dtds/configuration_1_2.dtd">