<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: YARN JMX access in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99284#M12530</link>
    <description>&lt;P&gt;Many thanks Raul ! It works perfectly.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 22:21:06 GMT</pubDate>
    <dc:creator>laule75</dc:creator>
    <dc:date>2016-03-09T22:21:06Z</dc:date>
    <item>
      <title>YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99280#M12526</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to connect to the JMX console of the ResourceManager  via some tools like Jconsole, but it fails establish a proper connection : &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exception in thread "main" java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.onnectIOException: non-JRMP server at remote endpoint] at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:369) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270) at org.archive.jmx.Client.execute(Client.java:225) at org.archive.jmx.Client.main(Client.java:154)&lt;/EM&gt;&lt;/P&gt;....though the JMX data are visible via the URL : &lt;P&gt;&lt;A href="http://&amp;lt;ResourceManager"&gt;http://&amp;lt;ResourceManager&amp;gt;:8088/jmx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to enable a correct JMX port for the Yarn ResourceManager ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;LC&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 16:22:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99280#M12526</guid>
      <dc:creator>laule75</dc:creator>
      <dc:date>2015-12-15T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99281#M12527</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1327/laule75.html" nodeid="1327"&gt;@Laurent lau&lt;/A&gt;&lt;P&gt;It's difficult to nail down the exact problem without knowing the environment details, firewall setup and whether you are on corporate vpn or not&lt;/P&gt;&lt;P&gt;&lt;A href="http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7133494"&gt;http://bugs.java.com/bugdatabase/view_bug.do?bug_i...&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 19:48:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99281#M12527</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-23T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99282#M12528</link>
      <description>&lt;P&gt;Hello Neeraj,     &lt;/P&gt;&lt;P&gt;Actually , there is no such network equipment; it's direct  access.It's just that the URL address form is not accepted by the jconcole/jstack tools.regards.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 23:15:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99282#M12528</guid>
      <dc:creator>laule75</dc:creator>
      <dc:date>2015-12-23T23:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99283#M12529</link>
      <description>&lt;P&gt;Hello Laurent,&lt;/P&gt;&lt;P&gt;It's true that you can access to the JMX values via the /jmx path but you have to enable the JMX remote access and especify the TCP port. If you deploy via Ambari you have to set in yarn-env template for example the following line:&lt;/P&gt;&lt;P&gt;export YARN_RESOURCEMANAGER_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=8001"&lt;/P&gt;&lt;P&gt;You have to point the Jconsole to that port.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:16:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99283#M12529</guid>
      <dc:creator>RJordan</dc:creator>
      <dc:date>2016-03-08T23:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99284#M12530</link>
      <description>&lt;P&gt;Many thanks Raul ! It works perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:21:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99284#M12530</guid>
      <dc:creator>laule75</dc:creator>
      <dc:date>2016-03-09T22:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99285#M12531</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/1327/laule75.html" nodeid="1327"&gt;@Laurent lau&lt;/A&gt; I am trying to do something similar.  Can you provide some details on what tool you used, was this on sandbox?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 02:57:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99285#M12531</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-09-22T02:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: YARN JMX access</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99286#M12532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to also enable JMX although my main concern is that there is no authentication also the use of certificates is also not being used. &lt;/P&gt;&lt;P&gt;Before I enable this on the environment, I would like to know on YARN when you enable this does it allow you to execute operations or will you only be able to access the Mbeans and Attributes just for monitoring purposes?&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 19:23:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/YARN-JMX-access/m-p/99286#M12532</guid>
      <dc:creator>katlegok</dc:creator>
      <dc:date>2016-11-30T19:23:16Z</dc:date>
    </item>
  </channel>
</rss>

