You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/07/16 16:34:41 UTC

git commit: AMBARI-6501 Extend server-side stack definition to include metadata for additional configurations (including -env.sh files) for each service 2. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8b56b18a3 -> 4cc243df0


AMBARI-6501 Extend server-side stack definition to include metadata for additional configurations (including -env.sh files) for each service 2. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 4cc243df0408fb23168048b03a2a43971e9ac81a
Parents: 8b56b18
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Wed Jul 16 17:31:28 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Wed Jul 16 17:34:30 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 14 ++++++++++++++
 ambari-web/app/data/site_properties.js      | 16 +++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4cc243df/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js
index 9d02e4a..2e5be3b 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -1598,6 +1598,20 @@ module.exports =
       "filename": "pig-properties.xml",
       "category": "Advanced"
     },
+    {
+      "id": "site property",
+      "name": "content",
+      "displayName": "content",
+      "value": "",
+      "defaultValue": "",
+      "description": "-env.sh content",
+      "displayType": "content",
+      "isRequired": false,
+      "showLabel": false,
+      "serviceName": "PIG",
+      "filename": "pig-env.xml",
+      "category": "PigEnv"
+    },
 
     //***************************************** GLUSTERFS stack********************************************
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/4cc243df/ambari-web/app/data/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/site_properties.js b/ambari-web/app/data/site_properties.js
index 94aaadc..5a3df36 100644
--- a/ambari-web/app/data/site_properties.js
+++ b/ambari-web/app/data/site_properties.js
@@ -773,7 +773,21 @@ module.exports =
       "serviceName": "WEBHCAT",
       "category": "Advanced"
     },
-
+  /**********************************************pig.properties*****************************************/
+    {
+      "id": "site property",
+      "name": "content",
+      "displayName": "content",
+      "value": "",
+      "defaultValue": "",
+      "description": "-env.sh content",
+      "displayType": "content",
+      "isRequired": false,
+      "showLabel": false,
+      "serviceName": "PIG",
+      "filename": "pig-env.xml",
+      "category": "PigEnv"
+    },
     //***************************************** GLUSTERFS stack********************************************
     {
       "id": "site property",