<?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: Can I put keytab file for llap daemons on hdfs? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179651#M141897</link>
    <description>&lt;P&gt;Yes, it relates to my question.&lt;/P&gt;&lt;P&gt;I'm asking about "3. On each node (specified by their fully qualified domain names), create the host and headless principals, and a keytab with each:"&lt;/P&gt;&lt;P&gt;I think, this part says, we need to create keytab file for each nodes (for all nodes with NodeManager) and put it in "OS local directory (/etc/security/keytabs)" on each node to launch LLAP daemons.&lt;/P&gt;&lt;P&gt;Of course, I can follow this procedure, but if possible, I want to avoid putting the keytab files on OS local directory for our administration reason.&lt;/P&gt;&lt;P&gt;As you may know, when we launch HBase with Slider on Yarn, we can put required keytab files to launch HBase components such as HBase Master, RegionServers on hdfs instead of putting keytab files on OS local directory.&lt;/P&gt;&lt;P&gt;In this case, we don't need to put the keytab files on OS local directory on each node. Instead, we just need to put keytab file with principals for all nodes on hdfs and configure appConfig.json to make Hbase components use the keytab file on hdfs.&lt;/P&gt;&lt;P&gt;So, I'm asking whether we can do the same to launch LLAP daemons or not.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 18:31:49 GMT</pubDate>
    <dc:creator>tomo_hirano</dc:creator>
    <dc:date>2017-07-13T18:31:49Z</dc:date>
    <item>
      <title>Can I put keytab file for llap daemons on hdfs?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179649#M141895</link>
      <description>&lt;P&gt;I know in case we launch hbase cluster with slider on yarn, we can put keytab files on hdfs to launch hbase components by adding followings to appConfig.json instead of putting keytab files on local directory /etc/security/keytabs.&lt;/P&gt;&lt;P&gt;"site.hbase-site.hbase.regionserver.kerberos.principal": "${USER_NAME}/_HOST@EXAMPLE",&lt;/P&gt;&lt;P&gt;"site.hbase-site.hbase.regionserver.keytab.file": "${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.service.keytab",&lt;/P&gt;&lt;P&gt;
"site.hbase-site.hbase.master.kerberos.principal": "${USER_NAME}/_HOST@EXAMPLE",&lt;/P&gt;&lt;P&gt;"site.hbase-site.hbase.master.keytab.file": "${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.service.keytab",&lt;/P&gt;&lt;P&gt;Can we do same thing for launching LLAP daemons with Slider?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:55:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179649#M141895</guid>
      <dc:creator>tomo_hirano</dc:creator>
      <dc:date>2022-09-16T11:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can I put keytab file for llap daemons on hdfs?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179650#M141896</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10374/tomohirano.html" nodeid="10374"&gt;@Tomomichi Hirano&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/ch09s15s02.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/ch09s15s02.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 14:13:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179650#M141896</guid>
      <dc:creator>vasubramanian</dc:creator>
      <dc:date>2017-07-13T14:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I put keytab file for llap daemons on hdfs?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179651#M141897</link>
      <description>&lt;P&gt;Yes, it relates to my question.&lt;/P&gt;&lt;P&gt;I'm asking about "3. On each node (specified by their fully qualified domain names), create the host and headless principals, and a keytab with each:"&lt;/P&gt;&lt;P&gt;I think, this part says, we need to create keytab file for each nodes (for all nodes with NodeManager) and put it in "OS local directory (/etc/security/keytabs)" on each node to launch LLAP daemons.&lt;/P&gt;&lt;P&gt;Of course, I can follow this procedure, but if possible, I want to avoid putting the keytab files on OS local directory for our administration reason.&lt;/P&gt;&lt;P&gt;As you may know, when we launch HBase with Slider on Yarn, we can put required keytab files to launch HBase components such as HBase Master, RegionServers on hdfs instead of putting keytab files on OS local directory.&lt;/P&gt;&lt;P&gt;In this case, we don't need to put the keytab files on OS local directory on each node. Instead, we just need to put keytab file with principals for all nodes on hdfs and configure appConfig.json to make Hbase components use the keytab file on hdfs.&lt;/P&gt;&lt;P&gt;So, I'm asking whether we can do the same to launch LLAP daemons or not.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:31:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179651#M141897</guid>
      <dc:creator>tomo_hirano</dc:creator>
      <dc:date>2017-07-13T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I put keytab file for llap daemons on hdfs?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179652#M141898</link>
      <description>&lt;P&gt;Can you someone answer to my question? If my question is not clear, please let me know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:29:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179652#M141898</guid>
      <dc:creator>tomo_hirano</dc:creator>
      <dc:date>2017-07-18T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I put keytab file for llap daemons on hdfs?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179653#M141899</link>
      <description>&lt;P&gt;I think, no response means you guys do not recommend this my use case. I decided to follow install guide. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 10:01:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-I-put-keytab-file-for-llap-daemons-on-hdfs/m-p/179653#M141899</guid>
      <dc:creator>tomo_hirano</dc:creator>
      <dc:date>2017-07-20T10:01:42Z</dc:date>
    </item>
  </channel>
</rss>

