<?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 FQDNs - are they necessary? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108667#M33628</link>
    <description>&lt;P&gt;Hi. I have 4 machines with static IPs, I have called them Master, slave02, slave03 and slave04. I am trying to install HDP which mentions not using FQDNs might be a problem, so I am thinking of creating fake FQDNs. But does using fake FQDNs make any difference? And can I set my FQDNs to be anything? I can't install using Ambari, please see  &lt;A href="https://community.hortonworks.com/questions/41354/ambari-host-not-found.html"&gt;this&lt;/A&gt; question.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 22:14:08 GMT</pubDate>
    <dc:creator>ed_day</dc:creator>
    <dc:date>2016-07-01T22:14:08Z</dc:date>
    <item>
      <title>FQDNs - are they necessary?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108667#M33628</link>
      <description>&lt;P&gt;Hi. I have 4 machines with static IPs, I have called them Master, slave02, slave03 and slave04. I am trying to install HDP which mentions not using FQDNs might be a problem, so I am thinking of creating fake FQDNs. But does using fake FQDNs make any difference? And can I set my FQDNs to be anything? I can't install using Ambari, please see  &lt;A href="https://community.hortonworks.com/questions/41354/ambari-host-not-found.html"&gt;this&lt;/A&gt; question.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 22:14:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108667#M33628</guid>
      <dc:creator>ed_day</dc:creator>
      <dc:date>2016-07-01T22:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: FQDNs - are they necessary?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108668#M33629</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11394/edday.html" nodeid="11394"&gt;@ed day&lt;/A&gt;&lt;P&gt;You can manage this by maintaining /etc/hosts but whenever IP changes then you have to update the entries in the host file. FQDN is recommended for reasons like changing IP in the environment does not require any changes in the cluster or users does not need to have local /etc/hosts in their env to reach the cluster. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 22:20:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108668#M33629</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-07-01T22:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: FQDNs - are they necessary?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108669#M33630</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11394/edday.html" nodeid="11394"&gt;@ed day&lt;/A&gt;&lt;P&gt;A fully qualified domain name (FQDN) is the complete domain name for a specific computer, or host, on the Internet. The FQDN consists of two parts: the hostname and the domain name. Ex: hostname.&amp;lt;companyName&amp;gt;.com&lt;/P&gt;&lt;P&gt;Give any similar Name and I don't think you will see any issue.&lt;/P&gt;&lt;P&gt;Ex: If you hostname is hdp234 then give FQDN like hdp234.abc.com&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 22:25:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108669#M33630</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-07-01T22:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: FQDNs - are they necessary?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108670#M33631</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11394/edday.html" nodeid="11394"&gt;@ed day&lt;/A&gt;&lt;/P&gt;&lt;P&gt;FQDN &lt;STRONG&gt;is required &lt;/STRONG&gt;if you are not using DNS/reverse DNS. See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_check_dns.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_check_dns.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looks like you are not using DNS, make sure to run the command:&lt;/P&gt;&lt;PRE&gt;hostname -f &lt;/PRE&gt;&lt;P&gt;This should return the &amp;lt;fully.qualified.domain.name&amp;gt; you just set on each node of cluster. And should match /etc/hosts file.&lt;/P&gt;&lt;P&gt;Also make sure the network file contains correct information:&lt;/P&gt;&lt;PRE&gt;vi /etc/sysconfig/network

NETWORKING=yes
HOSTNAME=&amp;lt;fully.qualified.domain.name&amp;gt;&lt;/PRE&gt;&lt;P&gt;I recommend you follow prepare environment part of the documentation step by step:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_prepare_the_environment.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.2.0/bk_Installing_HDP_AMB/content/_prepare_the_environment.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 03:59:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/FQDNs-are-they-necessary/m-p/108670#M33631</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2016-07-02T03:59:09Z</dc:date>
    </item>
  </channel>
</rss>

