Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 f76f1a6fc -> e81d5721c


Revert "AMBARI-15429. Additional fix.Cannot specify ZooKeeper heap size via 
UI.(vbrodetskyi)"

This reverts commit d5e2a974c9b65c49d5f55d16e6ccb1e71d92f236.


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

Branch: refs/heads/branch-2.2
Commit: b90704993b3e0d929ea1f9dc639a8674334a9b41
Parents: f76f1a6
Author: Jonathan Hurley <jhur...@hortonworks.com>
Authored: Fri Mar 18 13:06:15 2016 -0400
Committer: Jonathan Hurley <jhur...@hortonworks.com>
Committed: Fri Mar 18 13:06:15 2016 -0400

----------------------------------------------------------------------
 .../ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b9070499/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py
 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py
index e7e054f..6f3de67 100644
--- 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py
+++ 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/params_linux.py
@@ -65,7 +65,7 @@ zk_log_dir = 
config['configurations']['zookeeper-env']['zk_log_dir']
 zk_data_dir = config['configurations']['zoo.cfg']['dataDir']
 zk_pid_dir = status_params.zk_pid_dir
 zk_pid_file = status_params.zk_pid_file
-zk_server_heapsize = 
default('configurations/zookeeper-env/zk_server_heapsize', "1024m")
+zk_server_heapsize = 
default('configurations/zookeeper-env/zk_server_heapsize', 1024)
 
 client_port = default('/configurations/zoo.cfg/clientPort', None)
 

Reply via email to