无法使用jconsole连接到在HDP沙箱上运行的jmx指标

时间:2016-09-06 07:27:25

标签: hadoop hbase hortonworks-sandbox

我将以下属性添加到hbase-site.xml

<property>
  <name>hbase.coprocessor.regionserver.classes</name>
  <value>org.apache.hadoop.hbase.JMXListener</value>
</property>

<property>
  <name>regionserver.rmi.registry.port</name>
  <value>61130</value>
</property>

<property>
  <name>regionserver.rmi.connector.port</name>
  <value>61140</value>
</property>

将以下配置添加到hbase-env

export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101"  
export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102"

无法远程从jconsole访问hbase jmx指标。

0 个答案:

没有答案