Repository: ambari Updated Branches: refs/heads/trunk 40aa66f54 -> e80f7aa4a
AMBARI-8742. Implement Report graphs capability in AMS. Missing properties. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e80f7aa4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e80f7aa4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e80f7aa4 Branch: refs/heads/trunk Commit: e80f7aa4a8ffe5959d0ab1d91376b974eac048b4 Parents: 40aa66f Author: Siddharth Wagle <[email protected]> Authored: Wed Dec 17 19:43:30 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Wed Dec 17 19:43:30 2014 -0800 ---------------------------------------------------------------------- .../services/AMS/configuration/ams-hbase-site.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e80f7aa4/ambari-server/src/main/resources/stacks/HDP/2.2/services/AMS/configuration/ams-hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/AMS/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/AMS/configuration/ams-hbase-site.xml index eb07685..9d35ba2 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/AMS/configuration/ams-hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/AMS/configuration/ams-hbase-site.xml @@ -249,4 +249,20 @@ <name>phoenix.query.spoolThresholdBytes</name> <value>12582912</value> </property> + <property> + <name>hbase.snapshot.enabled</name> + <value>false</value> + <description>Enable/Disable HBase snapshots.</description> + </property> + <property> + <name>hbase.replication</name> + <value>false</value> + <description>Enable/Disable HBase replication.</description> + </property> + <property> + <name>zookeeper.session.timeout</name> + <value>120000</value> + <description>ZooKeeper session timeout in milliseconds.</description> + </property> + </configuration> \ No newline at end of file
