<?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: NameNode running but 50070 not listening in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79435#M82904</link>
    <description>50070 is HDFS's web UI port, it can be configured differently on each cluster.&lt;BR /&gt;&lt;BR /&gt;You can check your hdfs-site.xml file and what's the value for dfs.namenode.http-address?</description>
    <pubDate>Thu, 06 Sep 2018 06:52:05 GMT</pubDate>
    <dc:creator>EricL</dc:creator>
    <dc:date>2018-09-06T06:52:05Z</dc:date>
    <item>
      <title>NameNode running but 50070 not listening</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79227#M82903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;having a non-ha setup of kerberized HDFS where the Namenode is running but&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; netstat -an | grep 50070&lt;/PRE&gt;
&lt;P&gt;does not return anything (running as root on namenode host)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The WebHDFS is enabled in CM:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dfs.webhdfs.enabled=True&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any hints why this port is not open and why the NN is not listening? Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:27:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79227#M82903</guid>
      <dc:creator>Tomas79</dc:creator>
      <dc:date>2018-08-30T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode running but 50070 not listening</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79435#M82904</link>
      <description>50070 is HDFS's web UI port, it can be configured differently on each cluster.&lt;BR /&gt;&lt;BR /&gt;You can check your hdfs-site.xml file and what's the value for dfs.namenode.http-address?</description>
      <pubDate>Thu, 06 Sep 2018 06:52:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79435#M82904</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2018-09-06T06:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode running but 50070 not listening</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79436#M82905</link>
      <description>&lt;P&gt;Thanks for the clarification, this is the hdfs-site.xml.&lt;/P&gt;&lt;P&gt;I am little bit confused, so the WebHDFS REST API is listening on the same port as the NameNode's UI?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.ha.namenodes.hanameservice&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;namenode18,namenode21&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.rpc-address.hanameservice.namenode18&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-31-86.eu-west-1.compute.internal:8020&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.servicerpc-address.hanameservice.namenode18&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-31-86.eu-west-1.compute.internal:8022&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.http-address.hanameservice.namenode18&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-31-86.eu-west-1.compute.internal:50070&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.https-address.hanameservice.namenode18&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-31-86.eu-west-1.compute.internal:50470&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.rpc-address.hanameservice.namenode21&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-7-125.eu-west-1.compute.internal:8020&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.servicerpc-address.hanameservice.namenode21&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-7-125.eu-west-1.compute.internal:8022&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.http-address.hanameservice.namenode21&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-7-125.eu-west-1.compute.internal:50070&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;dfs.namenode.https-address.hanameservice.namenode21&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;ip-10-197-7-125.eu-west-1.compute.internal:50470&amp;lt;/value&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Sep 2018 07:12:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79436#M82905</guid>
      <dc:creator>Tomas79</dc:creator>
      <dc:date>2018-09-06T07:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode running but 50070 not listening</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79437#M82906</link>
      <description>&amp;gt; I am little bit confused, so the WebHDFS REST API is listening on the same port as the NameNode's UI?&lt;BR /&gt;&lt;BR /&gt;Yes this is correct. The HTTP(S) serving port of the NameNode does multiple things: Serves the UI for browsers on / and a few other paths, serves a REST API on /webhdfs/*, etc.&lt;BR /&gt;&lt;BR /&gt;WebHDFS on HDFS service is used by contacting the currently configured web port of the NameNode and DataNode(s) (the latter by following redirects, not directly).&lt;BR /&gt;&lt;BR /&gt;In your case, the cluster is set to use HTTPS (TLS security) so you need to use the 50470 port, swebhdfs:// (notice the s-prefix for security) in place of webhdfs:// and https:// in place of http:// when following any WebHDFS tutorial.</description>
      <pubDate>Thu, 06 Sep 2018 07:56:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-running-but-50070-not-listening/m-p/79437#M82906</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-06T07:56:54Z</dc:date>
    </item>
  </channel>
</rss>

