我从 cloudera 5.3.3 发行版安装了 hbase,当我运行 hbase 时,一切似乎都工作正常......
当我尝试通过 /etc/hbase/conf/hbase-site.xml 分配 hbase.master.port 时,它不会从那里选择它。
我从主节点信息http://MASTERNODE:60010/conf看到这一点
<property>
<name>hbase.master.port</name>
<value>0</value>
<source>programatically</source>
</property>
Run Code Online (Sandbox Code Playgroud)
hbase发行版:0.98.6-cdh5.3.3
这个“以编程方式”是什么意思以及如何禁用/覆盖它?