You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2015/09/01 02:59:19 UTC

ambari git commit: AMBARI-12952: Add SPARK and RANGER services to PHD (jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 55b13a9dd -> 08d94f183


AMBARI-12952: Add SPARK and RANGER services to PHD (jluniya)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/08d94f18
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/08d94f18
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/08d94f18

Branch: refs/heads/trunk
Commit: 08d94f18379e67c752323a65cec230772c2b23ed
Parents: 55b13a9
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Mon Aug 31 17:59:08 2015 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Mon Aug 31 17:59:08 2015 -0700

----------------------------------------------------------------------
 .../pluggable_stack_definition/configs/PHD.json      | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/08d94f18/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json
----------------------------------------------------------------------
diff --git a/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json b/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json
index 3572e53..ba6c964 100644
--- a/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json
+++ b/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json
@@ -184,6 +184,12 @@
         },
         {
           "name": "PIG"
+        },
+        {
+          "name": "SPARK"
+        },
+        {
+          "name": "RANGER"
         }
       ]
     },
@@ -314,6 +320,15 @@
               ]
             }
           ]
+        },
+        {
+          "name": "SPARK"
+        },
+        {
+          "name": "RANGER"
+        },
+        {
+          "name": "RANGER_KMS"
         }
       ]
     }