Repository: ambari Updated Branches: refs/heads/trunk e74fc95b8 -> 98b55c911
AMBARI-5976. User should be able choose in UI whether hive and pig is shipped by webhcat. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/98b55c91 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/98b55c91 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/98b55c91 Branch: refs/heads/trunk Commit: 98b55c9113b075452867f20d92a26ef17a11d886 Parents: e74fc95 Author: Jaimin Jetly <[email protected]> Authored: Fri May 30 12:33:02 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri May 30 12:33:08 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 20 +++++++++++++++++--- ambari-web/app/data/site_properties.js | 16 ++++++++++++++++ 2 files changed, 33 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/98b55c91/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 8c5ce88..b08ef76 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -434,8 +434,6 @@ module.exports = "id": "site property", "name": "hive.heapsize", "displayName": "Hive heap size", - "description": "Maximum Java heap size for HIVE service (Java option -Xmx)", - "defaultValue": "1024", "displayType": "int", "unit": "MB", "isOverridable": false, @@ -1517,13 +1515,29 @@ module.exports = /**********************************************webhcat-site***************************************/ { "id": "site property", + "name": "templeton.hive.archive", + "displayName": "templeton.hive.archive", + "isRequired": false, + "serviceName": "WEBHCAT", + "category": "Advanced" + }, + { + "id": "site property", + "name": "templeton.pig.archive", + "displayName": "templeton.pig.archive", + "isRequired": false, + "serviceName": "WEBHCAT", + "category": "Advanced" + }, + { + "id": "site property", "name": "templeton.zookeeper.hosts", "displayName": "templeton.zookeeper.hosts", "displayType": "multiLine", "serviceName": "WEBHCAT", "category": "Advanced" - /**********************************************log4j.properties***************************************/ }, + /**********************************************log4j.properties***************************************/ { "id": "site property", "name": "content", http://git-wip-us.apache.org/repos/asf/ambari/blob/98b55c91/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 846377a..8c1f7c3 100644 --- a/ambari-web/app/data/site_properties.js +++ b/ambari-web/app/data/site_properties.js @@ -727,6 +727,22 @@ module.exports = /**********************************************webhcat-site***************************************/ { "id": "site property", + "name": "templeton.hive.archive", + "displayName": "templeton.hive.archive", + "isRequired": false, + "serviceName": "WEBHCAT", + "category": "Advanced" + }, + { + "id": "site property", + "name": "templeton.pig.archive", + "displayName": "templeton.pig.archive", + "isRequired": false, + "serviceName": "WEBHCAT", + "category": "Advanced" + }, + { + "id": "site property", "name": "templeton.zookeeper.hosts", "displayName": "templeton.zookeeper.hosts", "defaultValue": "",
