Hi
Have you enabled JMX remote connections parameters for RM start up? If you are
trying to remote connection, these parameter supposed to passed in hadoop opts
You need to enable remote by configuring these parameter in RM jam start up.
-Dcom.sun.management.jmxremote.port=9999 \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false
-Regards
Rohith Sharma K S
> On Aug 9, 2016, at 12:32 PM, Atri Sharma <[email protected]> wrote:
>
> Hi All,
>
> I am trying to connect to a running ResourceManager process on Windows. I ran
> jconsole and it shows the ResourceManager process. When I try connecting, it
> immediately fails saying that it cannot connect.
>
> I verified that the cluster is running fine by running the wordcount example.
>
> Please advise.
>
> Regards,
>
> Atri
>