Repository: ambari Updated Branches: refs/heads/trunk 95fb3a16c -> 559894b7e
AMBARI-16453. [Move Master][History Server] Service check fails after moving HistoryServer to another host.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/559894b7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/559894b7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/559894b7 Branch: refs/heads/trunk Commit: 559894b7eff3e0575fab2b703bbe1cece45d8451 Parents: 95fb3a1 Author: Vitaly Brodetskyi <[email protected]> Authored: Wed May 11 18:35:27 2016 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Wed May 11 18:35:27 2016 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml | 4 ++++ .../src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml | 4 ++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/559894b7/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml index 40e05ff..dacc1fb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml @@ -46,6 +46,10 @@ <condition>should_install_lzo</condition> </package> <package> + <name>hadooplzo_${stack_version}-native</name> + <condition>should_install_lzo</condition> + </package> + <package> <name>hadoop_${stack_version}-libhdfs</name> </package> </packages> http://git-wip-us.apache.org/repos/asf/ambari/blob/559894b7/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml index 0ea7da9..0edbaac 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml @@ -77,6 +77,10 @@ <condition>should_install_lzo</condition> </package> <package> + <name>hadooplzo_${stack_version}-native</name> + <condition>should_install_lzo</condition> + </package> + <package> <name>hadoop_${stack_version}-libhdfs</name> </package> </packages>
