Yi Liang created AMBARI-18850:
---------------------------------
Summary: HBase Port number Change from 60xxx to 16xxx
Key: AMBARI-18850
URL: https://issues.apache.org/jira/browse/AMBARI-18850
Project: Ambari
Issue Type: Bug
Components: ambari-server, ambari-web
Affects Versions: 2.4.0
Reporter: Yi Liang
HBase change port number from 60xxx to 16xxx since HBase 0.98, but in ambari
source code, there are still a lot of place using 60xxx. Most of them are
hard-coded.
for example in ambari-web/app/assets/data/services/summary/hbase.json
{code}
"hbase": {
"service_type": "HBASE",
"installed": true,
"hbasemaster_addr": "hbase:60010",
...
}
{code}
I think the good way to change the port number is that do not hard-coded
them, but import from somewhere else. If it is hard to do so, at least change
them to correct port number manually.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)