Repository: ambari Updated Branches: refs/heads/trunk 4caf4b56c -> ee7f08554
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/ee7f0855 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ee7f0855 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ee7f0855 Branch: refs/heads/trunk Commit: ee7f08554a45a84863566d776b7e621d70095745 Parents: 4caf4b5 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:02 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/ee7f0855/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>
