Hi I am trying to monitor HBase using JMX.
I enabled JMX using *$HABASE_HOME/conf/hbase-env.sh* configuration file by adding the following lines: *export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false** -Dcom.sun.management.jmxremote.authenticate=false"**export HBASE_MASTER_OPTS="$HBASE_JMX_BASE** **-Dcom.sun.management.jmxremote.port=10101"**export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_BASE **-Dcom.sun.management.jmxremote.port=10102"** * I am using *jmxtrans* to get hbase master parameters on port *10101* but its not returning any values. Any ideas would be very helpful . -- *Thanks & Regards* *Hanish Bansal*
