Repository: ambari Updated Branches: refs/heads/branch-2.5 066613082 -> 57d33d238
AMBARI-21750. HDFS restart fails after migration if WebHDFS is disabled. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/57d33d23 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/57d33d23 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/57d33d23 Branch: refs/heads/branch-2.5 Commit: 57d33d23876b7a937bfafd15fbab47ad328d0cc3 Parents: 0666130 Author: Siddharth Wagle <[email protected]> Authored: Thu Aug 17 17:41:03 2017 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Thu Aug 17 17:41:09 2017 -0700 ---------------------------------------------------------------------- ambari-server/src/main/assemblies/server.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/57d33d23/ambari-server/src/main/assemblies/server.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/assemblies/server.xml b/ambari-server/src/main/assemblies/server.xml index 395f322..403e21c 100644 --- a/ambari-server/src/main/assemblies/server.xml +++ b/ambari-server/src/main/assemblies/server.xml @@ -195,7 +195,6 @@ <outputDirectory>/var/lib/ambari-server/resources/stacks/${supplemental.distribution}</outputDirectory> <excludes> <exclude>/4.2/hooks/before-START/files/fast-hdfs-resource.jar</exclude> - <exclude>/4.2.5/hooks/before-START/files/fast-hdfs-resource.jar</exclude> </excludes> </fileSet> <fileSet>
