<?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 Issue during Cluster Installation in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212299#M174235</link>
    <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;I have been trying to create a cluster which consists of 4 nodes. &lt;BR /&gt;&lt;STRONG&gt;1. Node1 (Master)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Node2 (Slaves)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Node3 (Slaves)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Node4 &lt;/STRONG&gt;&lt;STRONG&gt;(Slaves)   &lt;/STRONG&gt;&lt;BR /&gt;I had made the &lt;STRONG&gt;Node1,Node2 &lt;/STRONG&gt;and &lt;STRONG&gt;Node3&lt;/STRONG&gt; password less. but facing issue during &lt;STRONG&gt;Node4&lt;/STRONG&gt;. I am unable to connect with this without giving passwords.&lt;BR /&gt;I used below command to copy the key into &lt;STRONG&gt;node4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"Scp .ssh/authorized_key node4/root/.ssh" &lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have tried &lt;STRONG&gt;chmod 600&lt;/STRONG&gt; and &lt;STRONG&gt;400 &lt;/STRONG&gt;but same result. &lt;BR /&gt;After this when i tried to install cluster (through Ambari Server)  , I face issue during Confirming Hosts. &lt;BR /&gt;is give me an error&lt;BR /&gt;&lt;STRONG&gt;"/var/lib/ambari-agent/"  no such file directory exists &lt;/STRONG&gt;&lt;BR /&gt;please guide me.&lt;BR /&gt;Thanks,&lt;BR /&gt;Mudassar Hussain &lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 13:23:55 GMT</pubDate>
    <dc:creator>Learner_1122</dc:creator>
    <dc:date>2018-04-11T13:23:55Z</dc:date>
    <item>
      <title>Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212299#M174235</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;I have been trying to create a cluster which consists of 4 nodes. &lt;BR /&gt;&lt;STRONG&gt;1. Node1 (Master)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Node2 (Slaves)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Node3 (Slaves)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Node4 &lt;/STRONG&gt;&lt;STRONG&gt;(Slaves)   &lt;/STRONG&gt;&lt;BR /&gt;I had made the &lt;STRONG&gt;Node1,Node2 &lt;/STRONG&gt;and &lt;STRONG&gt;Node3&lt;/STRONG&gt; password less. but facing issue during &lt;STRONG&gt;Node4&lt;/STRONG&gt;. I am unable to connect with this without giving passwords.&lt;BR /&gt;I used below command to copy the key into &lt;STRONG&gt;node4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"Scp .ssh/authorized_key node4/root/.ssh" &lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have tried &lt;STRONG&gt;chmod 600&lt;/STRONG&gt; and &lt;STRONG&gt;400 &lt;/STRONG&gt;but same result. &lt;BR /&gt;After this when i tried to install cluster (through Ambari Server)  , I face issue during Confirming Hosts. &lt;BR /&gt;is give me an error&lt;BR /&gt;&lt;STRONG&gt;"/var/lib/ambari-agent/"  no such file directory exists &lt;/STRONG&gt;&lt;BR /&gt;please guide me.&lt;BR /&gt;Thanks,&lt;BR /&gt;Mudassar Hussain &lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:23:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212299#M174235</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2018-04-11T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212300#M174236</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;@Mudassar Hussain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please try this:&lt;/P&gt;&lt;P&gt;1. Instead of copying the "&lt;STRONG&gt;authorized_key&lt;/STRONG&gt;" file using SCP try the following command from ambari server host.  Please make sure that you are using the correct FQDN of node4 in the following command.&lt;/P&gt;&lt;P&gt;From Ambari Server Host&lt;/P&gt;&lt;PRE&gt;# ssh-copy-id  -i ~/.ssh/id_rsa.pub  root@node4&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;2. Now on the host (node4) check if the FQDN is set correctly?&lt;/P&gt;&lt;P&gt;On Node4 (check if it has ambari.repo file and it's contents are fine)&lt;/P&gt;&lt;PRE&gt;# hostname -f
# cat /etc/hosts
# cat /etc/yum.repos.d/ambari.repo
# yum install ambari-agent -y&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Now try from ambari UI again.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If it still does not work then try the following approach&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then check if the following command shows the correct ambari Hostname in the "ambari-agent.ini" file? &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# grep -A 1 '\[server\]'  /etc/ambari-agent/conf/ambari-agent.ini
[server]
hostname=ambari1.example.com&lt;/PRE&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;If not then edit it then try again from ambari.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:34:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212300#M174236</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-11T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212301#M174237</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay Kumar SenSharma&lt;/A&gt; Thanks for your Prompt reply. &lt;BR /&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;STRONG&gt;Confirming Hosts" &lt;/STRONG&gt; issue is solved. because &lt;STRONG&gt; &lt;/STRONG&gt;FQDN was not working properly. &lt;BR /&gt;I have set the host name again on each host by following command : &lt;BR /&gt;&lt;STRONG&gt;"hostname node1.example.com" &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;But &lt;STRONG&gt;Node4&lt;/STRONG&gt; issue is still there.  I want to know one thing, if i ignore the &lt;STRONG&gt;"Node4" &lt;/STRONG&gt;issue at the moment and move fowrard.&lt;BR /&gt;When Cluster will fully installed then i will &lt;STRONG&gt;"Add new Node"  (Node4) .&lt;/STRONG&gt; is this Right or not ? &lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:55:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212301#M174237</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2018-04-11T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212302#M174238</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/44156/mudassarlhr.html"&gt;@Mudassar Hussain&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt; you can add that node after the initial installation.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 16:12:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212302#M174238</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-04-11T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212303#M174239</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;@Mudassar Hussain&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes, We can add any Host to the cluster at any point. Either during cluster creation or later at any point.&lt;/P&gt;&lt;PRE&gt;Ambari UI --&amp;gt; Hosts --&amp;gt; New Host:&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-operations/content/adding_hosts_to_a_cluster.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-operations/content/adding_hosts_to_a_cluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:01:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212303#M174239</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-11T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212304#M174240</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt; Thanks a lot. &lt;BR /&gt;Now i have face issue in&lt;STRONG&gt; "Yarn"&lt;/STRONG&gt; and &lt;STRONG&gt;"HDFS" &lt;/STRONG&gt; &lt;BR /&gt;&lt;STRONG&gt;"Cant Start With Home" . &lt;/STRONG&gt;&lt;BR /&gt;So I have seen the questions related to this error on this forum. people said, You need to comment the code in the&lt;STRONG&gt; "app.js" &lt;/STRONG&gt;file.&lt;BR /&gt;I reached at that location BUT file is Read only. &lt;BR /&gt;How i comment that code ? &lt;BR /&gt;Thanks &lt;BR /&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:24:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212304#M174240</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2018-04-11T17:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212305#M174241</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/1271/sheltong.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Geoffrey Shelton Okot&lt;/A&gt; I saw your old comment on this forum so this issue ("&lt;STRONG&gt;"Cant Start With Home" )&lt;/STRONG&gt;is solved now.  &lt;/P&gt;&lt;P&gt;No i have facing another issue please see the attached image. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="68434-e2c747be-dd2d-489d-bd6d-de183ba6ddb8.jpg" style="width: 1280px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16588iE28D558210B01FC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="68434-e2c747be-dd2d-489d-bd6d-de183ba6ddb8.jpg" alt="68434-e2c747be-dd2d-489d-bd6d-de183ba6ddb8.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:50:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212305#M174241</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2019-08-18T03:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212306#M174242</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;@Mudassar Hussain&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is always great to keep separate issues as part of different HCC threads that helps us in enhancing the community better with One specific query with one specific answer.  Thats also helps HCC users to quickly browser the answer for the question that was asked originally in the query.&lt;/P&gt;&lt;P&gt;If any of the previous answer helped in resolving your Original issue then it si better to mark this thread as Close by clicking on the "Acctept" Button on that answer and proceed with new hcc thread for new queries.&lt;BR /&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:57:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212306#M174242</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-11T17:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212307#M174243</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;@Mudassar Hussain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your latest error is related to JAVA_HOME unavailability on the host. So please make sure if the JDK is installed on the path that is being reported in the Posted Screenshot.&lt;/P&gt;&lt;P&gt;THis is because looks like you are using Non Default JDK.  (meams ambari is not responsible for it to be installed on all the hosts) so in that case you will need to install the JDK on the exact same path on every host.&lt;/P&gt;&lt;P&gt;You will need to check your ambari.properties to see which PATH is set for "java.home" and the same path should exist on all the host (If you are using non default Java).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# grep 'java.home' /etc/ambari-server/conf/ambari.properties 
java.home=/usr/jdk64/jdk1.8.0_112&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Or other option will be to either use default java. For more information on setup JAVA please refer to: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-installation/content/setup_options.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-installation/content/setup_options.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:58:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212307#M174243</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-11T17:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212308#M174244</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay Kumar SenSharma&lt;/A&gt; Thanks a lot.&lt;BR /&gt;I got your point regarding HCC Thread. I have Accept the first Answer.&lt;BR /&gt;now checking the JDK  (JAVA_HOME) issue.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:04:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212308#M174244</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2018-04-11T18:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212309#M174245</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay Kumar SenSharma&lt;/A&gt; Thanks a lot.&lt;BR /&gt;I got your point regarding HCC Thread. I have Accept the first Answer.&lt;BR /&gt;now checking the JDK  (JAVA_HOME) issue.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:04:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212309#M174245</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2018-04-11T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212310#M174246</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Jay Kumar SenSharma&lt;/A&gt; I already use Be-Default  JDK. Please see the screen. Thanks &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="68435-bd.jpg" style="width: 1280px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16586i47AB5933424E6041/image-size/medium?v=v2&amp;amp;px=400" role="button" title="68435-bd.jpg" alt="68435-bd.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="68436-f.jpg" style="width: 1280px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16587iBB730A96AA94FAB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="68436-f.jpg" alt="68436-f.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:49:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212310#M174246</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2019-08-18T03:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212311#M174247</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44156/mudassarlhr.html" nodeid="44156"&gt;@Mudassar Hussain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Default JDK is usually downloaded and extracted by ambari during the "ambari-server setup" in the following location:&lt;/P&gt;&lt;P&gt;/usr/jdk64/jdk1.8.0_112/&lt;/P&gt;&lt;PRE&gt;[root@hdfcluster1 ~]# ambari-server setup
Using python  /usr/bin/python
Setup ambari-server
Checking SELinux...
SELinux status is 'enabled'
SELinux mode is 'permissive'
WARNING: SELinux is set to 'permissive' mode and temporarily disabled.
OK to continue [y/n] (y)? 
Customize user account for ambari-server daemon [y/n] (n)? 
Adjusting ambari-server permissions and ownership...
Checking firewall status...
Checking JDK...
Do you want to change Oracle JDK [y/n] (n)? y
[1] Oracle JDK 1.8 + Java Cryptography Extension (JCE) Policy Files 8
[2] Oracle JDK 1.7 + Java Cryptography Extension (JCE) Policy Files 7
[3] Custom JDK
==============================================================================
Enter choice (1): 1
JDK already exists, using /var/lib/ambari-server/resources/jdk-8u112-linux-x64.tar.gz
Installing JDK to /usr/jdk64/
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 19:55:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212311#M174247</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-04-11T19:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue during Cluster Installation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212312#M174248</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418" target="_blank"&gt;@Jay Kumar SenSharma&lt;BR /&gt;&lt;/A&gt;I have selected option 3 (custom) . this path works for&lt;STRONG&gt; "Node1"&lt;/STRONG&gt; and &lt;STRONG&gt;"Node2" .&lt;/STRONG&gt;&lt;BR /&gt;but in case of &lt;STRONG&gt;"Node3"&lt;/STRONG&gt;,it gives an error during the  &lt;STRONG&gt;"Confirm Hosts" Step&lt;/STRONG&gt;&lt;BR /&gt; &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="68437-jdk.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16585i29E75DE6F43B47B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="68437-jdk.jpg" alt="68437-jdk.jpg" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:49:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-during-Cluster-Installation/m-p/212312#M174248</guid>
      <dc:creator>Learner_1122</dc:creator>
      <dc:date>2019-08-18T03:49:45Z</dc:date>
    </item>
  </channel>
</rss>

