chen hao created AMBARI-16301:
---------------------------------
Summary: can't install hbase because hbase_regionserver_heapsize
init value is integer
Key: AMBARI-16301
URL: https://issues.apache.org/jira/browse/AMBARI-16301
Project: Ambari
Issue Type: Bug
Components: ambari-agent
Affects Versions: 2.1.2
Environment: centos6.7, ambari 2.1.2
Reporter: chen hao
when i try to install hbase, the ambari read the hbase_regionserver_heapsize
from the hbase-env.xml as default value, and get it as an integer. but when the
linux_params.py pass it to calc_xmn_from_xms(regionserver_heapsize,
regionserver_xmn_percent, regionserver_xmn_max), the calc_xmn_from_xms expect
regionserver_heapsize as a str which format like 1024m. so the program throw
exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)