Repository: hadoop Updated Branches: refs/heads/trunk 936fc3f3c -> ddc1e0b72
YARN-8941. Fix findbugs warnings in hadoop-yarn-csi. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ddc1e0b7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ddc1e0b7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ddc1e0b7 Branch: refs/heads/trunk Commit: ddc1e0b727341ed24749f47e08eecc2049239920 Parents: 936fc3f Author: Weiwei Yang <[email protected]> Authored: Thu Oct 25 07:55:51 2018 +0800 Committer: Weiwei Yang <[email protected]> Committed: Thu Oct 25 07:55:51 2018 +0800 ---------------------------------------------------------------------- .../hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ddc1e0b7/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml index 6122191..6ab0a7f 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/dev-support/findbugs-exclude.xml @@ -15,5 +15,7 @@ limitations under the License. --> <FindBugsFilter> - + <Match> + <Package name="csi.v0" /> + </Match> </FindBugsFilter> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
