Repository: ambari Updated Branches: refs/heads/branch-2.5 dd6edd5aa -> eb884e172
AMBARI-18480 Ubuntu16 Requires libsnappy1v5 As a Dependency For Metrics (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb884e17 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb884e17 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb884e17 Branch: refs/heads/branch-2.5 Commit: eb884e17283b1fe512a318906d17c816ff176782 Parents: dd6edd5 Author: Dmytro Sen <[email protected]> Authored: Thu Sep 29 17:25:26 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Thu Sep 29 17:26:18 2016 +0300 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/metainfo.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eb884e17/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml index 7d7d43f..059b2b6 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml @@ -147,7 +147,7 @@ </packages> </osSpecific> <osSpecific> - <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily> + <osFamily>debian7,ubuntu12,ubuntu14</osFamily> <packages> <package> <name>ambari-metrics-assembly</name> @@ -162,6 +162,21 @@ </packages> </osSpecific> <osSpecific> + <osFamily>ubuntu16</osFamily> + <packages> + <package> + <name>ambari-metrics-assembly</name> + <skipUpgrade>true</skipUpgrade> + </package> + <package> + <name>gcc</name> + </package> + <package> + <name>libsnappy1v5*</name> + </package> + </packages> + </osSpecific> + <osSpecific> <osFamily>winsrv6</osFamily> <packages> <package>
