Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开始开发 Hadoop 应用程序,我想通过几个MBeans. 我已经尝试在通过 jar 运行的 jar 文件中使用MBeanUtils.registerandMBeanServer的方法。registerbin/hadoop.sh
MBeans
MBeanUtils.register
MBeanServer
register
bin/hadoop.sh
注册码没有报错,但是我MBeans通过 JMX RESTful API 看不到新的。如何使MBeans可见?