<?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: How to access the YARN UI through knox default gateway port 8443? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191434#M65421</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/24177/pprasadt27.html" nodeid="24177"&gt;@Prasad T&lt;/A&gt; Please use the xml code below and create a topology file in /etc/knox/conf/topologies directory and replace the YARN_HOSTNAME and YARN_PORT with relevant values.  If your newly created topology is named ui.xml, you can access the YARN UI using Web URL: &lt;STRONG&gt;&lt;A href="https://KNOX_HOST:KNOX_PORT/gateway/ui/yarn/" target="_blank"&gt;https://KNOX_HOST:KNOX_PORT/gateway/ui/yarn/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;topology&amp;gt;
    &amp;lt;gateway&amp;gt;
        &amp;lt;provider&amp;gt;
            &amp;lt;role&amp;gt;authentication&amp;lt;/role&amp;gt;
            &amp;lt;name&amp;gt;Anonymous&amp;lt;/name&amp;gt;
            &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
        &amp;lt;/provider&amp;gt;
        &amp;lt;provider&amp;gt;
            &amp;lt;role&amp;gt;identity-assertion&amp;lt;/role&amp;gt;
            &amp;lt;name&amp;gt;Default&amp;lt;/name&amp;gt;
            &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
        &amp;lt;/provider&amp;gt;
    &amp;lt;/gateway&amp;gt;
   &amp;lt;service&amp;gt;
        &amp;lt;role&amp;gt;YARN&amp;lt;/role&amp;gt;
        &amp;lt;url&amp;gt;http://&amp;lt;YARN_HOSTNAME&amp;gt;:&amp;lt;YARN_PORT&amp;gt;&amp;lt;/url&amp;gt;
    &amp;lt;/service&amp;gt;
    &amp;lt;service&amp;gt;
        &amp;lt;role&amp;gt;YARNUI&amp;lt;/role&amp;gt;
        &amp;lt;url&amp;gt;http://&amp;lt;YARN_HOSTNAME&amp;gt;:&amp;lt;YARN_PORT&amp;gt;&amp;lt;/url&amp;gt;
    &amp;lt;/service&amp;gt;
&amp;lt;/topology&amp;gt;
&lt;/PRE&gt;</description>
    <pubDate>Mon, 24 Jul 2017 22:08:54 GMT</pubDate>
    <dc:creator>WhiteHa</dc:creator>
    <dc:date>2017-07-24T22:08:54Z</dc:date>
    <item>
      <title>How to access the YARN UI through knox default gateway port 8443?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191432#M65419</link>
      <description />
      <pubDate>Mon, 24 Jul 2017 19:30:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191432#M65419</guid>
      <dc:creator>pprasadt27</dc:creator>
      <dc:date>2017-07-24T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the YARN UI through knox default gateway port 8443?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191433#M65420</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/24177/pprasadt27.html" nodeid="24177"&gt;@Prasad T&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need to configure your Knox topology and add YARNUI service snippet&lt;/P&gt;&lt;P&gt;E.g&lt;/P&gt;&lt;PRE&gt;&amp;lt;service&amp;gt;
    &amp;lt;role&amp;gt;YARNUI&amp;lt;/role&amp;gt;
    &amp;lt;url&amp;gt;http://sandbox.hortonworks.com:8088&amp;lt;/url&amp;gt;
&amp;lt;/service&amp;gt;
&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://knox.apache.org/books/knox-0-9-0/user-guide.html#YARN+UI"&gt;This&lt;/A&gt; is a official documentation. The changes should be applied automatically. &lt;/P&gt;&lt;P&gt;With all the other settings unchanged the service has to be accessible from a URL scheme like:&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/yarn" target="_blank"&gt;https://{gateway-host}:{gateway-port}/{gateway-path}/{cluster-name}/yarn&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://10.0.0.1:8443/gateway/hdc/yarn/" target="_blank"&gt;https://10.0.0.1:8443/gateway/hdc/yarn/&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 19:43:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191433#M65420</guid>
      <dc:creator>darvasip</dc:creator>
      <dc:date>2017-07-24T19:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the YARN UI through knox default gateway port 8443?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191434#M65421</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/24177/pprasadt27.html" nodeid="24177"&gt;@Prasad T&lt;/A&gt; Please use the xml code below and create a topology file in /etc/knox/conf/topologies directory and replace the YARN_HOSTNAME and YARN_PORT with relevant values.  If your newly created topology is named ui.xml, you can access the YARN UI using Web URL: &lt;STRONG&gt;&lt;A href="https://KNOX_HOST:KNOX_PORT/gateway/ui/yarn/" target="_blank"&gt;https://KNOX_HOST:KNOX_PORT/gateway/ui/yarn/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;topology&amp;gt;
    &amp;lt;gateway&amp;gt;
        &amp;lt;provider&amp;gt;
            &amp;lt;role&amp;gt;authentication&amp;lt;/role&amp;gt;
            &amp;lt;name&amp;gt;Anonymous&amp;lt;/name&amp;gt;
            &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
        &amp;lt;/provider&amp;gt;
        &amp;lt;provider&amp;gt;
            &amp;lt;role&amp;gt;identity-assertion&amp;lt;/role&amp;gt;
            &amp;lt;name&amp;gt;Default&amp;lt;/name&amp;gt;
            &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
        &amp;lt;/provider&amp;gt;
    &amp;lt;/gateway&amp;gt;
   &amp;lt;service&amp;gt;
        &amp;lt;role&amp;gt;YARN&amp;lt;/role&amp;gt;
        &amp;lt;url&amp;gt;http://&amp;lt;YARN_HOSTNAME&amp;gt;:&amp;lt;YARN_PORT&amp;gt;&amp;lt;/url&amp;gt;
    &amp;lt;/service&amp;gt;
    &amp;lt;service&amp;gt;
        &amp;lt;role&amp;gt;YARNUI&amp;lt;/role&amp;gt;
        &amp;lt;url&amp;gt;http://&amp;lt;YARN_HOSTNAME&amp;gt;:&amp;lt;YARN_PORT&amp;gt;&amp;lt;/url&amp;gt;
    &amp;lt;/service&amp;gt;
&amp;lt;/topology&amp;gt;
&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Jul 2017 22:08:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191434#M65421</guid>
      <dc:creator>WhiteHa</dc:creator>
      <dc:date>2017-07-24T22:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the YARN UI through knox default gateway port 8443?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191435#M65422</link>
      <description>&lt;P&gt;We need another service entry with role "YARN" as well with same url. Also in URL scheme, "hdc" is not cluster-name but topology name.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:07:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191435#M65422</guid>
      <dc:creator>WhiteHa</dc:creator>
      <dc:date>2017-08-02T16:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the YARN UI through knox default gateway port 8443?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191436#M65423</link>
      <description>&lt;P&gt;when i do the above it is asking me username-password when i access the URL.. &lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:47:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-the-YARN-UI-through-knox-default-gateway-port/m-p/191436#M65423</guid>
      <dc:creator>ravi11</dc:creator>
      <dc:date>2018-10-03T09:47:05Z</dc:date>
    </item>
  </channel>
</rss>

