Repository: ambari Updated Branches: refs/heads/branch-2.0.0 0c3326892 -> f71bb3fe7
AMBARI-9795. [Monarch] Cluster create failed with timeout on the client side (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f71bb3fe Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f71bb3fe Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f71bb3fe Branch: refs/heads/branch-2.0.0 Commit: f71bb3fe74e1d2a5a54925059e7bb998952f74d1 Parents: 0c33268 Author: Andrew Onishuk <[email protected]> Authored: Thu Feb 26 12:18:31 2015 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Thu Feb 26 12:18:31 2015 +0200 ---------------------------------------------------------------------- ambari-agent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f71bb3fe/ambari-agent/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml index fbc5029..0952456 100644 --- a/ambari-agent/pom.xml +++ b/ambari-agent/pom.xml @@ -657,6 +657,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>src/test/python/tmp_hostcheck.result</exclude> <exclude>src/examples/*</exclude> <exclude>src/test/python/dummy*.txt</exclude> <exclude>src/test/python/ambari_agent/dummy_files/*</exclude>
