<?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: Ambari setup stuck at step 3 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196992#M159045</link>
    <description>&lt;P&gt;Can you please check , From your ambari-agent hosts are you able to access the  Local Repository?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 18:45:26 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-11-14T18:45:26Z</dc:date>
    <item>
      <title>Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196986#M159039</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While installing Ambari 2.6 to setup a 2 node HDP cluster i was stuck at step 3 saying "Please wait while the hosts are being checked for potential problems..". i have checked the ambari-server.log and it says "Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1"&lt;/P&gt;&lt;P&gt;Here is the excerpt from the ambari-server.log &lt;/P&gt;&lt;P&gt;13 Nov 2017 13:09:24,422  WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
13 Nov 2017 13:09:25,427  WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
13 Nov 2017 13:11:11,433  INFO [pool-18-thread-1] MetricsServiceImpl:65 - Attempting to initialize metrics sink
13 Nov 2017 13:11:11,434  INFO [pool-18-thread-1] MetricsServiceImpl:81 - ********* Configuring Metric Sink **********
13 Nov 2017 13:11:11,434  INFO [pool-18-thread-1] AmbariMetricSinkImpl:95 - No clusters configured.
13 Nov 2017 13:16:11,434  INFO [pool-18-thread-1] MetricsServiceImpl:65 - Attempting to initialize metrics sink
13 Nov 2017 13:16:11,435  INFO [pool-18-thread-1] MetricsServiceImpl:81 - ********* Configuring Metric Sink **********
13 Nov 2017 13:16:11,435  INFO [pool-18-thread-1] AmbariMetricSinkImpl:95 - No clusters configured.&lt;/P&gt;&lt;P&gt;pls help&lt;/P&gt;&lt;P&gt;i have followed the steps in hortonworks youtube channel on setting up the cluster but dont know what i am missing.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:37:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196986#M159039</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-13T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196987#M159040</link>
      <description>&lt;P&gt;As we see that the folllowing message is appearing in your logs/UI.  Which indicates that the hosts are not yet successfully registered. &lt;/P&gt;&lt;PRE&gt; Cluster not found, clusterName=clusterID=-1&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;In this step ambari server basically performs some of the checks like "transparent huge pages", "ntpd service", "SELinux" ...etc  So please check if you have setup the passwordless ssh properly from ambari server host to the agent host.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also please check if the "iptables" is disabled on the agent machine (sothat it can communicate with ambari server on default ports 8440, 8441). So please check the following from ambari agent machine.     Please check the ambari-agent  "/etc/hosts" file if it is able to resolving the ambari server hostname.
&lt;/P&gt;&lt;PRE&gt;# nc -v $AMBARI_HOSTNAME 8440
# nc -v $AMBARI_HOSTNAME 8441
(OR)
# telnet $AMBARI_HOSTNAME 8440
# telnet $AMBARI_HOSTNAME 8441&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;As this is a fresh cluster setup hence i will suggest if above does not solve the problem then try to reset the ambari DB by issuing the following command and then retry the ambari-server (cluster creation wizard)&lt;/P&gt;&lt;PRE&gt;# ambari-server stop
# ambari-server reset           -----&amp;gt;   (this will clean up ambari DB to default state)
# ambari-server start&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:44:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196987#M159040</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-11-13T18:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196988#M159041</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; for your quick response&lt;/P&gt;&lt;P&gt;As u said all the host entries , ntpd , selinux all set up properly but still the same issue persists.&lt;/P&gt;&lt;P&gt;i am able to reach the ambari server host from agent at 8440 and 8441&lt;/P&gt;&lt;P&gt;i have also done the below steps several times but still same "Unable to lookup the cluster by ID" persists.&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;# ambari-server stop&lt;/LI&gt;&lt;LI&gt;# ambari-server reset           -----&amp;gt;   (this will clean up ambari DB to default state)&lt;/LI&gt;&lt;LI&gt;# ambari-server start&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;i am attaching the ambari-server.log &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/43591-ambari-server.txt"&gt;ambari-server.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also attaching the Install wizard screenshot &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/43592-ambari.png"&gt;ambari.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:23:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196988#M159041</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-14T17:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196989#M159042</link>
      <description>&lt;P&gt;@Rahul Narayanan&lt;/P&gt;&lt;P&gt;In your ambari-server.log i see the following message:&lt;/P&gt;&lt;PRE&gt;ERROR [main] StackContext:217 - Could not load repo results
java.net.UnknownHostException: public-repo-1.hortonworks.com&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Which makes me feel that your ambari-server host does not have internet connectivity  Or there is a firewall rule Or proxy that is restricting Ambari Server host to pull repo data from the Hortonworks public repo.     I am suspecting that the same might be the case from Ambari Agent hosts as well and hence after validation during host registration when ambari is tryign to add the hosts it is getting stuck.   &lt;/P&gt;&lt;P&gt;Please check if your ambari agent hosts have internet connectivity or access to the public repo?&lt;/P&gt;&lt;P&gt;Additionally, Please check that all the hosts are having "lowercase" hostnames, Mixed or Upper case hostnames sometimes causes the issue during installation as well as with HDFS service checks.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:38:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196989#M159042</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-11-14T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196990#M159043</link>
      <description>&lt;P&gt;Additionally,  If you are using Local Repositories Or using Http Proxy Host then please do not forget to specify the following properties as described in the following doc:&lt;/P&gt;&lt;PRE&gt;-Dhttp.proxyHost=&amp;lt;yourProxyHost&amp;gt; -Dhttp.proxyPort=&amp;lt;yourProxyPort&amp;gt;&amp;lt;br&amp;gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Also in the "/etc/yum.conf" of every host:&lt;/P&gt;&lt;PRE&gt;proxy=http://&amp;lt;yourProxyHost&amp;gt;:&amp;lt;yourProxyPort&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.0.0/bk_ambari-administration/content/ch_setting_up_an_internet_proxy_server_for_ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.0.0/bk_ambari-administration/content/ch_setting_up_an_internet_proxy_server_for_ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:57:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196990#M159043</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-11-14T17:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196991#M159044</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am using local repository as i don't have internet connection on my nodes. I am giving the local repo details during step 1 (select versions) for hdp and hdputils. &lt;/P&gt;&lt;P&gt;i have my host file will nodes fqdn in lowecase&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:11:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196991#M159044</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-14T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196992#M159045</link>
      <description>&lt;P&gt;Can you please check , From your ambari-agent hosts are you able to access the  Local Repository?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:45:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196992#M159045</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-11-14T18:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196993#M159046</link>
      <description>&lt;P&gt;yes, i am able to do wget on to my local repository from ambari agent as well also i tried yum install to check and it was able to connect to local repository.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:45:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196993#M159046</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-14T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196994#M159047</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; yes am bale to access the local repository from ambari-agent as well&lt;/P&gt;&lt;P&gt;Also the error "15 Nov 2017 15:00:56,033 ERROR [main] StackContext:217 - Could not load repo results java.net.UnknownHostException: public-repo-1.hortonworks.com"&lt;/P&gt;&lt;P&gt;comes immediately once i start my ambari-server. where will i configure ambari to look in to my local repo and not the public repo&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:51:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196994#M159047</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-15T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196995#M159048</link>
      <description>&lt;P&gt;&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/48302/rahul-narayanan.html"&gt;Rahul Narayanan&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;These are the 2 files (&lt;STRONG&gt;baseurl&lt;/STRONG&gt;)you should update to point to the local repo&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;/etc/yum.repos.d/ambari.repo
/etc/yum.repos.d/hdp.repo&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Hope that helps&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 23:49:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196995#M159048</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-11-15T23:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196996#M159049</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; its already updated to point my local repository&lt;/P&gt;&lt;P&gt;i thought that the repository url that i define in step 1 of install wizard will be used. But anyways my ambari.repo and hdp.repo in all my nodes are updated to point to local repo .&lt;/P&gt;&lt;P&gt;should i create the directory as mentioned in the documents for the baseurl as the tar that i downloaded when extracted was not in that pattern. does it really matters.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 01:27:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196996#M159049</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T01:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196997#M159050</link>
      <description>&lt;P&gt;&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/48302/rahul-narayanan.html"&gt;Rahul Narayanan&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It's very important to stick to the official documentation  see &lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.0.0/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html"&gt; link&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Defining a repository during the install step wont force Ambari to pick up that location it will always read from the /etc/yum.repos.d/*&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;  you should create the /var/www/html/ directory and unzip as stated in the document. Remember to  copy the repos to all the nodes in the cluster!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Good luck&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 05:31:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196997#M159050</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-11-16T05:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196998#M159051</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; Can you please clarify on this&lt;/P&gt;&lt;P&gt;The tar that i downloaded &lt;/P&gt;&lt;P&gt;ambari-2.6.0.0-centos6.tar.gz when extracted the directory looks like "/&amp;lt;webserver&amp;gt;/ambari/centos6/2.6.0.0-267"&lt;/P&gt;&lt;P&gt;HDP-2.6.3.0-centos6-rpm.tar.gz when extracted looks like "/&amp;lt;webserver&amp;gt;/HDP/centos6/2.6.3.0-235"&lt;/P&gt;&lt;P&gt;HDP-UTILS-1.1.0.21-centos6.tar.gz when extracted does not create structure its just extracts in the same directory&lt;/P&gt;&lt;P&gt;whereas in the doc it says &lt;/P&gt;&lt;DL&gt;&lt;DT&gt;Ambari Base URL&lt;/DT&gt;&lt;DD&gt;
&lt;P&gt;&lt;A href="http://&amp;lt;web.server&amp;gt;/Ambari-2.6.0.0/&amp;lt;OS&amp;gt;" target="_blank"&gt;http://&amp;lt;web.server&amp;gt;/Ambari-2.6.0.0/&amp;lt;OS&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/DD&gt;&lt;DT&gt;HDP Base URL&lt;BR /&gt;&lt;/DT&gt;&lt;DD&gt;
&lt;P&gt;&lt;A href="http://&amp;lt;web.server&amp;gt;/hdp/HDP/&amp;lt;OS&amp;gt;/2.x/updates/&amp;lt;latest.version&amp;gt;" target="_blank"&gt;http://&amp;lt;web.server&amp;gt;/hdp/HDP/&amp;lt;OS&amp;gt;/2.x/updates/&amp;lt;latest.version&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/DD&gt;&lt;DT&gt;HDP-UTILS Base URL&lt;/DT&gt;&lt;DD&gt;
&lt;P&gt;&lt;A href="http://&amp;lt;web.server&amp;gt;/hdp/HDP-UTILS-&amp;lt;version&amp;gt;/repos/&amp;lt;OS&amp;gt;" target="_blank"&gt;http://&amp;lt;web.server&amp;gt;/hdp/HDP-UTILS-&amp;lt;version&amp;gt;/repos/&amp;lt;OS&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;so should i manually go ahead and create these directories to look like above.&lt;/P&gt;&lt;/DD&gt;&lt;/DL&gt;</description>
      <pubDate>Thu, 16 Nov 2017 13:30:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196998#M159051</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196999#M159052</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The main issue that i am facing is "Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1"&lt;/P&gt;&lt;P&gt;The only error that i see in ambari-server.log is during ambari-server start which is &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;OL&gt;
&lt;LI&gt;ERROR [main]StackContext:217-Couldnot load repo results&lt;/LI&gt;&lt;LI&gt;java.net.UnknownHostException:public-repo-1.hortonworks.co&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;even though i have set up my local yum repo as mentioned in the doc.&lt;/P&gt;&lt;P&gt;i get success at step 3 of confirm hosts but the checking for additional warning is looping for infinite and when i see the log it gives unable to find cluster by iD&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:38:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/196999#M159052</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T15:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197000#M159053</link>
      <description>&lt;P&gt;&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/48302/rahul-narayanan.html"&gt;Rahul Narayanan&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share your &lt;STRONG&gt;ambari/hdp.repos&lt;/STRONG&gt; in /etc/yum.repos.d/*, because  the error  just confirms that  installation is pointing to an public repo&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Clean out all packages and metadata from cache&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;yum clean all&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Ensure your  ambari &amp;amp; hdp repos point to the internal repos above &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check enabled repos&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;yum repolist&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Retry the installation&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:34:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197000#M159053</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-11-16T16:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197001#M159054</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have attached the hdp.repo and ambari.repo that i have in all my nodes.&lt;/P&gt;&lt;P&gt;i have also done yum clean all and yum repolist before installing. &lt;/P&gt;&lt;P&gt;The urls in the hdp.repo and ambari.repo is accesible from both the host as well &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/42640-hdprepo.txt"&gt;hdprepo.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/42641-ambarirepo.txt"&gt;ambarirepo.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:47:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197001#M159054</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197002#M159055</link>
      <description>&lt;P&gt;&lt;EM&gt; @&lt;A href="https://community.hortonworks.com/users/48302/rahul-narayanan.html"&gt;Rahul Narayanan&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When you hit the below URL's can you see the bits you downloaded and unzipped earlier? &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;A href="http://xxxxmaapl685.ad.infosys.com/Ambari-2.6.0.0/centos6" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/Ambari-2.6.0.0/centos6&lt;/A&gt; 
&lt;A href="http://xxxxmaapl685.ad.infosys.com/hdp/HDP-UTILS-1.1.0.21/repos/centos6" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/hdp/HDP-UTILS-1.1.0.21/repos/centos6&lt;/A&gt; 
&lt;A href="http://xxxxmaapl685.ad.infosys.com/hdp/HDP/centos6/2.x/updates/2.6.3.0" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/hdp/HDP/centos6/2.x/updates/2.6.3.0&lt;/A&gt; &lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please see this 2 videos &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=rPi0a5n0Mxc"&gt;&lt;EM&gt; localrepo1&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://www.youtube.com/watch?v=usYJbMRXxew"&gt;&lt;EM&gt; localrepo2&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ensure your setup matches this short demo&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:18:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197002#M159055</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-11-16T17:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197003#M159056</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes My local repository setup matches with the one that was shown in both the videos&lt;/P&gt;&lt;P&gt;i am able to browse the files in the browser when i hit the following urls&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;OL&gt;
&lt;LI&gt;&lt;A href="http://xxxxmaapl685.ad.infosys.com/Ambari-2.6.0.0/centos6" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/Ambari-2.6.0.0/centos6&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="http://xxxxmaapl685.ad.infosys.com/hdp/HDP-UTILS-1.1.0.21/repos/centos6" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/hdp/HDP-UTILS-1.1.0.21/repos/centos6&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="http://xxxxmaapl685.ad.infosys.com/hdp/HDP/centos6/2.x/updates/2.6.3.0" target="_blank"&gt;http://xxxxmaapl685.ad.infosys.com/hdp/HDP/centos6/2.x/updates/2.6.3.0&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Also i am using the default postgres that ambari installed. will that be a problem or should i configure Mysql&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 18:15:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197003#M159056</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197004#M159057</link>
      <description>&lt;P&gt;&lt;EM&gt; @&lt;A href="https://community.hortonworks.com/users/48302/rahul-narayanan.html"&gt;Rahul Narayanan&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Good news, you can now proceed using postgres doesn't cause any problems at all, but if you are a fan of MySQL then see &lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.1.0/bk_ambari_reference_guide/content/_using_ambari_with_mysql.html"&gt; link&lt;/A&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if you intend to use the &lt;STRONG&gt;embedded postgres&lt;/STRONG&gt; then choose option 1 when running&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;ambari-server setup&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Using Postgres is straightforward and easy&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 18:58:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197004#M159057</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-11-16T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari setup stuck at step 3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197005#M159058</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So far my configuration is proper as per all of yours suggestion I don’t know what I am missing or what is going wrong  how can I debug this to solve so that I can create a successful cluster and does not have to see the “unable to find cluster by ID” again.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 19:43:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-setup-stuck-at-step-3/m-p/197005#M159058</guid>
      <dc:creator>rahul_narayanan</dc:creator>
      <dc:date>2017-11-16T19:43:57Z</dc:date>
    </item>
  </channel>
</rss>

