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/08/18 04:52:09 UTC

ambari git commit: AMBARI-12795: Remove falcon package dependency in Oozie and datafu dependency in PIG for PHD (jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 02fd9a796 -> 25ee58743


AMBARI-12795: Remove falcon package dependency in Oozie and datafu dependency in PIG for PHD (jluniya)


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

Branch: refs/heads/trunk
Commit: 25ee587432dcc46f7300ad3c9059c9774d6591db
Parents: 02fd9a7
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Mon Aug 17 19:52:04 2015 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Mon Aug 17 19:52:04 2015 -0700

----------------------------------------------------------------------
 .../pluggable_stack_definition/configs/PHD.json | 31 ++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/25ee5874/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 23d12d1..98ebd76 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,13 +184,40 @@
           "name": "TEZ"
         },
         {
-          "name": "OOZIE"
+          "name": "OOZIE",
+          "packages":[
+            {
+              "family": "redhat6,redhat7,suse11",
+              "packages": [
+                "oozie_3_3_*"
+              ]
+            },
+            {
+              "family": "any",
+              "packages": [
+                "zip",
+                {
+                  "name": "mysql-connector-java",
+                  "skipUpgrade": "true"
+                },
+                "extjs"
+              ]
+            }
+          ]
         },
         {
           "name": "KNOX"
         },
         {
-          "name": "PIG"
+          "name": "PIG",
+          "packages":[
+            {
+              "family": "redhat6,redhat7,suse11",
+              "packages": [
+                "pig_3_3_*"
+              ]
+            }
+          ]
         }
       ]
     }