<?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: Sample Java code for working with HDP components on secured cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96162#M9585</link>
    <description>&lt;P&gt;Here are some resources that I have found usefule when interacting with Kerberos-enebaled services from Storm:&lt;/P&gt;&lt;P&gt;Storm-HDFS with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hdfs" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hdfs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Storm-HBase with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hbase" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hbase&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Storm-Hive with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hive" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hive&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2015 06:23:34 GMT</pubDate>
    <dc:creator>bwilson</dc:creator>
    <dc:date>2015-11-18T06:23:34Z</dc:date>
    <item>
      <title>Sample Java code for working with HDP components on secured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96161#M9584</link>
      <description>&lt;P&gt;Looking for input from the field teams on &lt;EM&gt;sample code&lt;/EM&gt; (preferably Java) for interacting with HDP components on kerberos enabled cluster&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Kafka&lt;/LI&gt;&lt;LI&gt;Storm&lt;/LI&gt;&lt;LI&gt;HBase&lt;/LI&gt;&lt;LI&gt;Solr&lt;/LI&gt;&lt;LI&gt;Hive&lt;/LI&gt;&lt;LI&gt;Knox&lt;/LI&gt;&lt;LI&gt;YARN&lt;/LI&gt;&lt;LI&gt;HDFS&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here are some of the code resources I have found so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Hive code: &lt;A href="http://community.hortonworks.com/questions/1807/connecting-to-kerberos-enabled-hive-via-jdbc-direc.html" target="_blank"&gt;http://community.hortonworks.com/questions/1807/connecting-to-kerberos-enabled-hive-via-jdbc-direc.html &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;HBase code: &lt;A href="http://community.hortonworks.com/articles/1452/sample-application-to-write-to-a-kerberised-hbase.html" target="_blank"&gt;http://community.hortonworks.com/articles/1452/sample-application-to-write-to-a-kerberised-hbase.html&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Found other resources but they are around configuration of components on kerborized env:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Kafka config: &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_secure-kafka-ambari/content/ch_secure-kafka-overview.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_secure-kafka-ambari/content/ch_secure-kafka-overview.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Storm config: &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_secure-storm-ambari/content/ch_secure-storm-overview.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_secure-storm-ambari/content/ch_secure-storm-overview.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://community.hortonworks.com/questions/721/acessing-the-storm-ui-with-hdp-23-kerberized-clust.html" target="_blank"&gt;http://community.hortonworks.com/questions/721/acessing-the-storm-ui-with-hdp-23-kerberized-clust.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Solr config: &lt;A href="https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin" target="_blank"&gt;https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you have any useful resources, please post here so we can have a consolidated list &lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:46:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96161#M9584</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2022-09-16T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Java code for working with HDP components on secured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96162#M9585</link>
      <description>&lt;P&gt;Here are some resources that I have found usefule when interacting with Kerberos-enebaled services from Storm:&lt;/P&gt;&lt;P&gt;Storm-HDFS with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hdfs" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hdfs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Storm-HBase with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hbase" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hbase&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Storm-Hive with Kerberos: &lt;A href="https://github.com/apache/storm/tree/master/external/storm-hive" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-hive&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 06:23:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96162#M9585</guid>
      <dc:creator>bwilson</dc:creator>
      <dc:date>2015-11-18T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Java code for working with HDP components on secured cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96163#M9586</link>
      <description>&lt;P&gt;thanks good collection.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 06:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sample-Java-code-for-working-with-HDP-components-on-secured/m-p/96163#M9586</guid>
      <dc:creator>skonduru</dc:creator>
      <dc:date>2015-11-19T06:15:38Z</dc:date>
    </item>
  </channel>
</rss>

