Explorar el Código

AMBARI-17174. Ambari 2.4 with HDF management Pack : Ranger Service Page : Domain Name(Only for AD) (srimanth)

Srimanth Gunturi hace 9 años
padre
commit
a895d83332
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      ambari-web/app/data/custom_stack_map.js

+ 7 - 1
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"
   }
-];
+];