Repository: ambari Updated Branches: refs/heads/branch-2.5 1960f1a28 -> b85c8ec2f
AMBARI-18649 Add ability to configure sink configs for external AMS (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b85c8ec2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b85c8ec2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b85c8ec2 Branch: refs/heads/branch-2.5 Commit: b85c8ec2f4833183d830314aec7c24a81656b5b6 Parents: 1960f1a Author: Dmytro Sen <[email protected]> Authored: Mon Oct 24 17:36:02 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Mon Oct 24 17:36:32 2016 +0300 ---------------------------------------------------------------------- .../src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b85c8ec2/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml index 65d166a..9c1387d 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml @@ -321,6 +321,7 @@ <config-type>ranger-hdfs-policymgr-ssl</config-type> <config-type>ranger-hdfs-security</config-type> <config-type>ams-ssl-client</config-type> + <config-type>hadoop-metrics2.properties</config-type> </configuration-dependencies> <restartRequiredAfterRackChange>true</restartRequiredAfterRackChange> </service>
