Repository: ambari Updated Branches: refs/heads/branch-2.4 9357758eb -> a895d8333
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/a895d833 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a895d833 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a895d833 Branch: refs/heads/branch-2.4 Commit: a895d833325033fba685b8428f6e5e9360739600 Parents: 9357758 Author: Srimanth Gunturi <[email protected]> Authored: Fri Jun 10 13:47:30 2016 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Jun 10 15:15: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/a895d833/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 +];
