<?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: HDP 2.6.3 Setup ambari cluster installaton - Need guide in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214779#M72110</link>
    <description>&lt;P&gt;Thanks Aditya, I have chosen public repository with ubuntu 14.&lt;/P&gt;&lt;P&gt;In Install options:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;given host as "localhost" and then added ssh private key (ssh/id_rsa file) and then ssh username: root, ssh port: 22.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;But the cluster setup fails with message:&lt;/P&gt;&lt;PRE&gt;==========================
Creating target directory...
==========================

Command start time 2017-12-01 23:32:41

Permission denied (publickey,password).
SSH command execution finished
host=localhost, exitcode=255
Command end time 2017-12-01 23:32:41

ERROR: Bootstrap of host localhost fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,password).

STDOUT: 
Permission denied (publickey,password).&lt;/PRE&gt;&lt;P&gt;any suggestions please.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Dec 2017 02:03:19 GMT</pubDate>
    <dc:creator>dumpeti_chaitan</dc:creator>
    <dc:date>2017-12-02T02:03:19Z</dc:date>
    <item>
      <title>HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214777#M72108</link>
      <description>&lt;P&gt;I have installed Ambari-Server on ubuntu 14.04 and need to configute ambari cluster on my local machine need information on the below:&lt;/P&gt;&lt;P&gt;1. what is public/local repository. which i need to choose?&lt;/P&gt;&lt;P&gt;2. At Install Options: what i need to give in Target Hosts, and Host Registration information(SSH private key, SSH user account, ssh port number)&lt;/P&gt;&lt;P&gt;3. Is it posible to create multi node cluster with hadoop installation on a single machine if yes, how can i configure cluster for the same.&lt;/P&gt;&lt;P&gt;Kindly help me on the same with steps. Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 01:21:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214777#M72108</guid>
      <dc:creator>dumpeti_chaitan</dc:creator>
      <dc:date>2017-12-02T01:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214778#M72109</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/39297/dumpetichaitanya.html" nodeid="39297"&gt;@Chaitanya D&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;1) If you choose public repository , then all the rpms will be downloaded from the hortonworks public repository. If you choose local repository then you need to set up a local yum repo and put the tarball there and run a webserver to serve these tarball. This is generally used in a setup where network access is blocked to outside world. You can use public repo.&lt;/P&gt;&lt;P&gt;2) In the target hosts , you need to mention hostnames of all the nodes which are going to be as part of the cluster. &lt;/P&gt;&lt;P&gt;SSH private key is ssh key of the user running ambari-server.&lt;/P&gt;&lt;P&gt;3) No. Each machine is treated as a single node. &lt;/P&gt;&lt;P&gt;You need to setup password-less ssh before giving the details in #2 . Since you are using a single node you do the below&lt;/P&gt;&lt;PRE&gt;#sudo su ---&amp;gt; to become root user
#ssh-keygen -----&amp;gt; generate the ssh keys
# cat ~/.ssh/id_rsa.pub &amp;gt;&amp;gt; ~/.ssh/authorized_keys  ---&amp;gt; for password-less ssh
#cat ~/.ssh/id_rsa ----&amp;gt; copy the output and put it in SSH private key in UI
# cat /etc/hostname ----&amp;gt; copy and put in target hosts&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 01:40:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214778#M72109</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-02T01:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214779#M72110</link>
      <description>&lt;P&gt;Thanks Aditya, I have chosen public repository with ubuntu 14.&lt;/P&gt;&lt;P&gt;In Install options:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;given host as "localhost" and then added ssh private key (ssh/id_rsa file) and then ssh username: root, ssh port: 22.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;But the cluster setup fails with message:&lt;/P&gt;&lt;PRE&gt;==========================
Creating target directory...
==========================

Command start time 2017-12-01 23:32:41

Permission denied (publickey,password).
SSH command execution finished
host=localhost, exitcode=255
Command end time 2017-12-01 23:32:41

ERROR: Bootstrap of host localhost fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,password).

STDOUT: 
Permission denied (publickey,password).&lt;/PRE&gt;&lt;P&gt;any suggestions please.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 02:03:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214779#M72110</guid>
      <dc:creator>dumpeti_chaitan</dc:creator>
      <dc:date>2017-12-02T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214780#M72111</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/39297/dumpetichaitanya.html" nodeid="39297"&gt;@Chaitanya D&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Oops!! There was a typo in my command above.It should  be id_rsa.pub and not id_rsa Please run this command.&lt;/P&gt;&lt;PRE&gt;cat ~/.ssh/id_rsa.pub &amp;gt;&amp;gt; ~/.ssh/authorized_keys 
### to verify passwordless ssh run below command
ssh root@localhost --&amp;gt; should login without asking for passwordl&lt;/PRE&gt;&lt;P&gt;Make these changes and run the Register step again in Ambari GUI.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 02:11:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214780#M72111</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-02T02:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214781#M72112</link>
      <description>&lt;P style="margin-left: 20px;"&gt;I can login to ssh root@chaithu without password after performing the above said steps.&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;So given Host: localhost and chaithu (also tried giving localhost alone)&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;At ssh private key: choosen browse and given id_rsa&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;at ssh user name: chaithu (also tried with root)&lt;/P&gt;&lt;P style="margin-left: 60px;"&gt;ssh port number: 22&lt;/P&gt;&lt;P style="margin-left: 140px;"&gt;Is these details correct. As i am facing below  failed error:&lt;/P&gt;&lt;P style="margin-left: 140px;"&gt;&lt;/P&gt;&lt;PRE&gt;==========================
Creating target directory...
==========================

Command start time 2017-12-02 00:02:06&lt;/PRE&gt;&lt;P style="margin-left: 140px;"&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 02:37:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214781#M72112</guid>
      <dc:creator>dumpeti_chaitan</dc:creator>
      <dc:date>2017-12-02T02:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214782#M72113</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/39297/dumpetichaitanya.html" nodeid="39297"&gt;@Chaitanya D&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;For the hostname : You can give either localhost or chaitu&lt;/P&gt;&lt;P&gt;For SSH private key : you should give SSH private of root&lt;/P&gt;&lt;PRE&gt;sudo su&lt;BR /&gt;cat ~/.ssh/id_rsa  --&amp;gt; This is the private key for root&lt;/PRE&gt;&lt;P&gt;ssh username : root (not chaitu)&lt;/P&gt;&lt;P&gt;Can you please paste the complete log. There is no error on the log above.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 02:43:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214782#M72113</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-02T02:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214783#M72114</link>
      <description>&lt;P&gt;Thankyou Aditya. You made my day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I made few changes and the cluster set up got completed.&lt;/P&gt;&lt;P&gt;Thanks a lot Aditya. Really you are awesome.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 03:02:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214783#M72114</guid>
      <dc:creator>dumpeti_chaitan</dc:creator>
      <dc:date>2017-12-02T03:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: HDP 2.6.3 Setup ambari cluster installaton - Need guide</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214784#M72115</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/39297/dumpetichaitanya.html"&gt;@Chaitanya D&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks a lot for your kind words. Glad that it helped you. Can you please accept the answer. This will really help other community users.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 01:26:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-2-6-3-Setup-ambari-cluster-installaton-Need-guide/m-p/214784#M72115</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-05T01:26:32Z</dc:date>
    </item>
  </channel>
</rss>

