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/f503655e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f503655e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f503655e Branch: refs/heads/branch-feature-AMBARI-18456 Commit: f503655e1fb94607c30f5bfe5b3c9a8636757424 Parents: 563124b Author: Dmytro Sen <[email protected]> Authored: Thu Sep 29 17:25:26 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Thu Sep 29 17:25:26 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/f503655e/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 86f4fac..d2f5862 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>
