Repository: ambari Updated Branches: refs/heads/branch-2.1 c308ea513 -> 202254bb8
AMBARI-13402 Increase zk timeout for embedded mode (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/202254bb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/202254bb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/202254bb Branch: refs/heads/branch-2.1 Commit: 202254bb8a2289c96f49a2dd453f30c67b25dafe Parents: c308ea5 Author: Dmytro Sen <[email protected]> Authored: Mon Oct 19 15:31:11 2015 +0300 Committer: Dmytro Sen <[email protected]> Committed: Mon Oct 19 15:32:33 2015 +0300 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/202254bb/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml index 165b87e..17f9b81 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml @@ -265,7 +265,7 @@ </property> <property> <name>zookeeper.session.timeout.localHBaseCluster</name> - <value>20000</value> + <value>120000</value> <description> ZooKeeper session timeout in milliseconds for pseudo distributed mode.
