Re: Flink JMX
Posted by
Chesnay Schepler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-JMX-tp8755p8777.html
Hello,
That you can't access JMX in 1.0.3 even though you set all the JVM
JMX options is unrelated to Flink. As such your JMX setup in
general is broken.
Note that in order to remotely access JMX you usually have to set
"java.rmi.server.hostname" system-property on the host as well.
Regarding the reporter:
- When you manually set all the JVM JMX properties you don't
have to specify a port for the JMXReporter.
- There is no "host" setting for the JMX reporter. Out of
curiosity, what do you think setting it would do?
Please keep us updated about your progress.
Regards,
Chesnay
On 29.08.2016 15:41, Robert Metzger wrote:
Hi,
I think in Flink 1.1.1 JMX will be started on port 8080,
8081 or 8082 (on the JM, 8081 is probably occupied by the web
interface).