Repository: ambari Updated Branches: refs/heads/trunk e0dd3bf62 -> 60a7054dd
AMBARI-17174. Ambari 2.4 with HDF management Pack : Ranger Service Page : Domain Name(Only for AD) (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5f16380b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5f16380b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5f16380b Branch: refs/heads/trunk Commit: 5f16380b60e3db39d20ad4ca924f041330a808b9 Parents: e0dd3bf Author: Srimanth Gunturi <[email protected]> Authored: Fri Jun 10 13:47:30 2016 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Jun 10 14:53:09 2016 -0700 ---------------------------------------------------------------------- ambari-web/app/data/custom_stack_map.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5f16380b/ambari-web/app/data/custom_stack_map.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/custom_stack_map.js b/ambari-web/app/data/custom_stack_map.js index 997e223..33b642c 100644 --- a/ambari-web/app/data/custom_stack_map.js +++ b/ambari-web/app/data/custom_stack_map.js @@ -48,5 +48,11 @@ module.exports = [ "stackVersionNumber": "3.0", "sign": "<", "baseStackFolder": "HDP2" + }, + { + "stackName": "HDF", + "stackVersionNumber": "2.0", + "sign": "=", + "baseStackFolder": "HDP2.3" } -]; \ No newline at end of file +];
