HDFS-9856. Suppress Jenkins warning for sample JSON file. Contributed by Xiaobing Zhou
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3df0781a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3df0781a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3df0781a Branch: refs/heads/trunk Commit: 3df0781aa7dceadfdd3434ff81c47e73d9da008a Parents: 9847640 Author: Anu Engineer <[email protected]> Authored: Thu Mar 3 21:27:57 2016 -0800 Committer: Arpit Agarwal <[email protected]> Committed: Thu Jun 23 18:18:48 2016 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3df0781a/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 3696797..93e7392 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -396,6 +396,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <exclude>src/main/webapps/static/json-bignum.js</exclude> <exclude>src/main/webapps/static/dataTables.bootstrap.css</exclude> <exclude>src/main/webapps/static/dataTables.bootstrap.js</exclude> + <exclude>src/test/resources/diskBalancer/data-cluster-3node-3disk.json</exclude> + <exclude>HDFS-1312_CHANGES.txt</exclude> </excludes> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
