<?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: CDH version is none in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13888#M1923</link>
    <description>&lt;P&gt;I uninstalled the cloudera installer then installed it in only vm1-3, which installed cdh5 onto them. Then after a few times of deleting the cluster and re-adding hosts all 4 now work.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2014 08:29:29 GMT</pubDate>
    <dc:creator>schoon</dc:creator>
    <dc:date>2014-06-20T08:29:29Z</dc:date>
    <item>
      <title>CDH version is none</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13500#M1919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi.&lt;BR /&gt;&lt;BR /&gt;I am trying to install 3 datanodes and one manager to a pseudo cluster. Everything appears to work OK but I get the 3 datanodes say CDH Version is none (the manger chub is OK).&lt;BR /&gt;The errors in my log are:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;[12/Jun/2014 14:59:56 +0000] 10950 MainThread agent ERROR Failed to connect to previous supervisor.&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;error: [Errno 111] Connection refused&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;Could it be something to do with my etc/hosts:&lt;BR /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost&lt;BR /&gt;192.168.56.1&amp;nbsp;&amp;nbsp;&amp;nbsp; chub&lt;BR /&gt;192.168.56.2&amp;nbsp;&amp;nbsp;&amp;nbsp; vm1&lt;BR /&gt;192.168.56.3&amp;nbsp;&amp;nbsp;&amp;nbsp; vm2&lt;BR /&gt;192.168.56.4&amp;nbsp;&amp;nbsp;&amp;nbsp; vm3&lt;BR /&gt;&lt;BR /&gt;same on all 4 machines?&lt;BR /&gt;&lt;BR /&gt;I've been stuck on this for a week or so, so any help is MUCH APPRECIATED!!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;more info:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;host -v -t A `hostname`&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;on the vms gives me not found error but hostname gives correct answer e.g. vm1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I'm using the user 'vm' which is on each machine with NOPASSWD entry in /etc/sudoers and chub can passwordless ssh to each vm@vm1, vm@vm2, vm@vm3.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;also CM warns for each vm:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The Cloudera Manager Agent's process directory is on a filesystem with less than 200.0 MiB of its space free. /run/cloudera-scm-agent (free: 199.4 MiB (99.62%), capacity: 200.1 MiB)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;details: all ubuntu 64 bit 12.04, CDH 5&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:00:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13500#M1919</guid>
      <dc:creator>schoon</dc:creator>
      <dc:date>2022-09-16T09:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDH version is none</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13502#M1920</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, on each host, make sure this returns your FQDN and IP:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;python -c "import socket; print socket.getfqdn(); print socket.gethostbyname(socket.getfqdn())"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that does not return the fqdn and ip, then, in your hosts file, make sure you have the FQDN before host for each IP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;IP&amp;gt; &amp;nbsp;&amp;lt;FQDN&amp;gt; &amp;lt;host&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That said, the errors you mention do not necessarily mean there is something wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your concern seems to be that "CDH Version" is none. &amp;nbsp;Where are you seeing that, exactly? &amp;nbsp;Can you manage the hosts via Cloudera Manager?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:53:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13502#M1920</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2014-06-12T17:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: CDH version is none</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13518#M1921</link>
      <description>Thanks for your reply. I'm not sure of the correct terminology. I can see the hosts but cannot assign roles to them. Their fqdn's are just the hostname. I think CDH is not installing on them but I'm not sure what to look for on them to confirm this.</description>
      <pubDate>Fri, 13 Jun 2014 06:35:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13518#M1921</guid>
      <dc:creator>schoon</dc:creator>
      <dc:date>2014-06-13T06:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: CDH version is none</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13520#M1922</link>
      <description>&lt;P&gt;The python script gives me e.g. vm3 192.168.56.4, which is what I would expect.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 08:46:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13520#M1922</guid>
      <dc:creator>schoon</dc:creator>
      <dc:date>2014-06-13T08:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: CDH version is none</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13888#M1923</link>
      <description>&lt;P&gt;I uninstalled the cloudera installer then installed it in only vm1-3, which installed cdh5 onto them. Then after a few times of deleting the cluster and re-adding hosts all 4 now work.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:29:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-version-is-none/m-p/13888#M1923</guid>
      <dc:creator>schoon</dc:creator>
      <dc:date>2014-06-20T08:29:29Z</dc:date>
    </item>
  </channel>
</rss>

