<?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 lost heartbeat during restart in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118975#M81758</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I was going through below mentioned link if i need to setup CA signed certificate. I am going to mention list of steps to be performed on 3 node cluster(excluding edge node). Please validate&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;keytool -genkey -keyalg RSA -alias c6401 -keystore /tmp/keystore.jks -storepass bigdata -validity 360-keysize 2048 (To be generated for each Node(master, slave1 and slave2))&lt;/LI&gt;&lt;LI&gt;keytool -certreq -alias c6401 -keyalg RSA -file /tmp/c6401.csr -keystore /tmp/keystore.jks -storepass bigdata( csr file to be generated for each node keystore.jks file)&lt;/LI&gt;&lt;LI&gt;Nowget the singed cert from CA - file name is/tmp/c6401.crt( How to get this certificate for each node/or single node from CA)?&lt;/LI&gt;&lt;LI&gt;Import the root cert to JKS first.(Ignoreif it already present) keytool -import-alias root -file /tmp/ca.crt -keystore /tmp/keystore.jks (How to get root cert)?&lt;/LI&gt;&lt;LI&gt;Repeat step4 for intermediate cert if there is any.?&lt;/LI&gt;&lt;LI&gt;Import signed cert into JKS. keytool -import-alias c6401 -file /tmp/c6401.crt -keystore /tmp/keystore.jks -storepass bigdata ( to be done for each node)?&lt;/LI&gt;&lt;LI&gt;keytool -import-alias root -file /tmp/ca.crt -keystore /tmp/truststore.jks -storepass bigdata (To be done for each node)?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kindly let me know if this is correct approach? Or is there any other link for multi node?&lt;/P&gt;&lt;P&gt;Thanks for great help!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html"&gt;https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2017 20:02:24 GMT</pubDate>
    <dc:creator>munnyrahul</dc:creator>
    <dc:date>2017-02-22T20:02:24Z</dc:date>
    <item>
      <title>Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118963#M81746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to setup SSL between different HDP components. For that i need to modify some files i.e. hdfs-site.xml, core-site.xml etc. So i stopped HDFS, YARN, MAPREDUCE services from Ambari dashboard and made changes to these config files from ambari. When i am trying to restart services it is showing error and not able to restart. I checked Ambari-server logs and found below&lt;/P&gt;&lt;P&gt;22 Feb 2017 06:50:03,692 ERROR [ambari-heartbeat-processor-0] HeartbeatProcessor:554 - Operation failed - may be retried. Service component host: DATANODE, host: slave1 Action id 120-0 and Task id 961
22 Feb 2017 06:50:03,701 ERROR [ambari-heartbeat-processor-0] HeartbeatProcessor:554 - Operation failed - may be retried. Service component host: NAMENODE, host: master Action id 120-0 and Task id 958&lt;/P&gt;&lt;P&gt;22 Feb 2017 06:50:03,715 ERROR [ambari-heartbeat-processor-0] HeartbeatProcessor:554 - Operation failed - may be retried. Service component host: DATANODE, host: slave2 Action id 120-0 and Task id 959&lt;/P&gt;&lt;P&gt;My ambari-agents are running on all the nodes of the cluster(2 slave nodes and 1 namenode). I have no idea why it is not taking heartbeats.&lt;/P&gt;&lt;P&gt;Any help would be appreciated?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:56:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118963#M81746</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T14:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118964#M81747</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/84717/setting-up-ssl-between-different-hdp-components.html#"&gt;@rahul gulati&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can
 you please double check if you have followed the steps as mentioned in 
the article in order to enable SSL for HDFS components  ?   &lt;A href="https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html" target="_blank"&gt;https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AND &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52876/enable-https-for-yarn-and-mapreduce2.html" target="_blank"&gt;https://community.hortonworks.com/articles/52876/enable-https-for-yarn-and-mapreduce2.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also are you able to run service checks properly from ambari UI for HDFS? &lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:01:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118964#M81747</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-22T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118965#M81748</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati&lt;/A&gt;&lt;P&gt;Check below things -&lt;/P&gt;&lt;P&gt;1. /etc/ambari-agent/conf/ambari-agent.ini has entry pointing to ambari server -&amp;gt; server=&amp;lt;ambari_host&amp;gt;&lt;/P&gt;&lt;P&gt;2. Check if iptables and selinux are stopped and disabled.&lt;/P&gt;&lt;P&gt;3. Try restarting the agent $ambari-agent restart&lt;/P&gt;&lt;P&gt;4. Check if there is issue with /etc/hosts file. Wrong/incorrect intry in /etc/hosts file can create such issue.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:06:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118965#M81748</guid>
      <dc:creator>sshimpi</dc:creator>
      <dc:date>2017-02-22T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118966#M81749</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have followed below mentioned link to setup SSL for HDFS and Yarn.&lt;/P&gt;&lt;P&gt;&lt;A href="http://getthekt.com/2016/02/securing-hadoop-cluster-part-1-ssltls-for-hdfs-and-yarn/"&gt;http://getthekt.com/2016/02/securing-hadoop-cluster-part-1-ssltls-for-hdfs-and-yarn/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I assume this is almost same as the one you mentioned.&lt;/P&gt;&lt;P&gt;After that i stopped HDFS, Yarn, Mapreduce from Ambari. And modified hdfs-site.xml, yarn-site.xml, mapred-site.xml from Ambari itself. But i have modified ssl-server.xml and ssl-client.xml from Namenode CLI at path&lt;/P&gt;&lt;P&gt;/etc/hadoop/conf. And i copied ssl files from master node to slave nodes at same path /etc/hadoop/conf.&lt;/P&gt;&lt;P&gt;And then i am trying to restart the HDFS and it is giving above error. I am unable to understand why heartbeats are stopped although ambari-agents are running on all nodes.(Slave1, Slave2 and Master)?&lt;/P&gt;&lt;P&gt;Please let me know if there is any issue with  above mentioned steps.&lt;/P&gt;&lt;P&gt;I appreciate your help!!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:02:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118966#M81749</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118967#M81750</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2648/sshimpi.html" nodeid="2648"&gt;@Sagar Shimpi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for replying. I have checked the ambari-agent.ini file at all hosts and it is same and ambari-server IP is also correct. All my services were running before setting up SSL. I stopped HDFS, Yarm, Mapreduce and made ssl related changes as mentioned up, since then i am unable to bring up the services due to error mentioned in question.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:03:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118967#M81750</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118968#M81751</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Got this error now. Dont know why it is looking for /etc/security/serverkeys/keystore.jks. Although i have already modified this property from ambari. One more thing. Since i have tried changing these properties from hadoop cli. Do you want me to modify them from Ambari dashboard. I think that might be the issue since it is looking at default location?&lt;/P&gt;&lt;PRE&gt;2017-02-22 08:04:40,697 ERROR namenode.NameNode (NameNode.java:main(1759)) - Failed to start namenode.
java.io.FileNotFoundException: /etc/security/serverKeys/keystore.jks (No such file or directory)&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:09:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118968#M81751</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118969#M81752</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am able to resolve the issue. Actually the problem was that i modified ssl-server.xml and ssl-client.xml from hadoop cli on namenode. Now i did it using Ambari. And provide the correct paths of keystore files and all my services are running. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for the help.&lt;/P&gt;&lt;P&gt;Just another thing how to test this SSL.&lt;/P&gt;&lt;P&gt;I am able to open NameNode UI at port 50470 and DataNode UI at 50475. But connection is still showing as insecure. Any reasons why?&lt;/P&gt;&lt;P&gt;Also Can we enable SSL for Ranger and Spark?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:46:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118969#M81752</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118970#M81753</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Could you please anwser  query mentioned above?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 17:36:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118970#M81753</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118971#M81754</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regarding your query "You are able to open NameNode UI at port 50470 and DataNode UI at 50475. But connection is still showing as insecure."&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Can you please let us know where exactly are you checking that the connection is unsecure?  If it is a lab environment then we can enable the  HADOOP_OPTS  to have the Debug option "-&lt;EM&gt;Djavax&lt;/EM&gt;.&lt;EM&gt;net&lt;/EM&gt;.&lt;EM&gt;debug&lt;/EM&gt;=&lt;EM&gt;ssl" enabled.   &lt;/EM&gt;that will show us more detailed information about the SSL communication .. if it is happening correctly or not?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Regarding Enabling "Ranger" SSL" you might want to refer to: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Security_Guide/content/configure_non_ambari_ranger_ssl_self_signed_cert_admin.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Security_Guide/content/configure_non_ambari_ranger_ssl_self_signed_cert_admin.html
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Security_Guide/content/configure_non_ambari_ranger_ssl_self_signed_cert_admin.html"&gt;
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Security_Guide/content/configure_ambari_ranger_ssl_public_ca_certs_admin.html"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Security_Guide/content/configure_ambari_ranger_ssl_public_ca_certs_admin.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:54:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118971#M81754</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-22T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118972#M81755</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am seeing that at the top of browser address bar. Although the connection is going on port 50470 and 50475 using https but i dont understand why is it showing as connection insecure at top of browser address bar? Does that make any significance here?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12796-not-secure.png"&gt;not-secure.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:10:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118972#M81755</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T19:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118973#M81756</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Not Secure" usually means that the certificate identity cannot be verified.   Usually this happens when you use "Self Signed" Certificates (instead of using a CA-signed certificate).
But still if you want then you can disable that warning though like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Chrome: &lt;/STRONG&gt;&lt;A href="https://developers.google.com/web/updates/2016/10/avoid-not-secure-warn"&gt;https://developers.google.com/web/updates/2016/10/avoid-not-secure-warn
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FireFox: &lt;/STRONG&gt;&lt;A href="https://support.mozilla.org/t5/Fix-slowness-crashing-error/What-does-quot-Your-connection-is-not-secure-quot-mean/ta-p/30354" target="_blank"&gt;https://support.mozilla.org/t5/Fix-slowness-crashing-error/What-does-quot-Your-connection-is-not-secure-quot-mean/ta-p/30354&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.google.com/web/updates/2016/10/avoid-not-secure-warn"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:19:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118973#M81756</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-22T19:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118974#M81757</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;yeah its a self signed certificate. And now i am seeing errors in installing Ranger as well because of below error. I assume this is due to ssl. right?&lt;/P&gt;&lt;P&gt;java.lang.IllegalStateException: Can't get secure connection to master:50470/jmx?get=Hadoop:service=NameNode,name=FSNamesystem::tag.HAState.  Truststore path or password is not set&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 19:36:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118974#M81757</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T19:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari lost heartbeat during restart</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118975#M81758</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I was going through below mentioned link if i need to setup CA signed certificate. I am going to mention list of steps to be performed on 3 node cluster(excluding edge node). Please validate&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;keytool -genkey -keyalg RSA -alias c6401 -keystore /tmp/keystore.jks -storepass bigdata -validity 360-keysize 2048 (To be generated for each Node(master, slave1 and slave2))&lt;/LI&gt;&lt;LI&gt;keytool -certreq -alias c6401 -keyalg RSA -file /tmp/c6401.csr -keystore /tmp/keystore.jks -storepass bigdata( csr file to be generated for each node keystore.jks file)&lt;/LI&gt;&lt;LI&gt;Nowget the singed cert from CA - file name is/tmp/c6401.crt( How to get this certificate for each node/or single node from CA)?&lt;/LI&gt;&lt;LI&gt;Import the root cert to JKS first.(Ignoreif it already present) keytool -import-alias root -file /tmp/ca.crt -keystore /tmp/keystore.jks (How to get root cert)?&lt;/LI&gt;&lt;LI&gt;Repeat step4 for intermediate cert if there is any.?&lt;/LI&gt;&lt;LI&gt;Import signed cert into JKS. keytool -import-alias c6401 -file /tmp/c6401.crt -keystore /tmp/keystore.jks -storepass bigdata ( to be done for each node)?&lt;/LI&gt;&lt;LI&gt;keytool -import-alias root -file /tmp/ca.crt -keystore /tmp/truststore.jks -storepass bigdata (To be done for each node)?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kindly let me know if this is correct approach? Or is there any other link for multi node?&lt;/P&gt;&lt;P&gt;Thanks for great help!!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html"&gt;https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 20:02:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-lost-heartbeat-during-restart/m-p/118975#M81758</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-22T20:02:24Z</dc:date>
    </item>
  </channel>
</rss>

