<?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: How to enable Hive SASL on kerberized cluster? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118348#M22321</link>
    <description>&lt;P&gt;hive.server2.thrift.sasl.qop in &lt;CODE&gt;hive-site.xml&lt;/CODE&gt; has to be set to one of the valid QOP values ('auth', 'auth-int' or 'auth-conf').&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-Integrity/ConfidentialityProtection" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-Integrity/ConfidentialityProtection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then use as for example:&lt;/P&gt;&lt;PRE&gt;jdbc:hive://hostname/dbname;sasl.qop=auth-int|auth|auth-conf

jdbc:hive2://sandbox.hortonworks.com:10001/default;principal=hive/sandbox.hortonworks.com@HORTONWORKS.COM?transportMode=http;httpPath=cliservice;auth=kerberos;sasl.qop=auth-int&lt;/PRE&gt;&lt;P&gt;See &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-connect.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-connect.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 11:43:30 GMT</pubDate>
    <dc:creator>amcbarnett</dc:creator>
    <dc:date>2016-03-09T11:43:30Z</dc:date>
    <item>
      <title>How to enable Hive SASL on kerberized cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118347#M22320</link>
      <description>&lt;P&gt;On kerberized cluster I understand for j/odbc via TCP only SASL is supported.  How do i enabled SASL via ambari for hiveserver2.  I only see SSL button.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:29:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118347#M22320</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-03-09T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Hive SASL on kerberized cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118348#M22321</link>
      <description>&lt;P&gt;hive.server2.thrift.sasl.qop in &lt;CODE&gt;hive-site.xml&lt;/CODE&gt; has to be set to one of the valid QOP values ('auth', 'auth-int' or 'auth-conf').&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-Integrity/ConfidentialityProtection" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-Integrity/ConfidentialityProtection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then use as for example:&lt;/P&gt;&lt;PRE&gt;jdbc:hive://hostname/dbname;sasl.qop=auth-int|auth|auth-conf

jdbc:hive2://sandbox.hortonworks.com:10001/default;principal=hive/sandbox.hortonworks.com@HORTONWORKS.COM?transportMode=http;httpPath=cliservice;auth=kerberos;sasl.qop=auth-int&lt;/PRE&gt;&lt;P&gt;See &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-connect.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-connect.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:43:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118348#M22321</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-03-09T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Hive SASL on kerberized cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118349#M22322</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; Awesome feedback! I have follow up (maybe I will ask another HCC question).  Can client connect using a lower standard like auth-int or auth if hive.server2.thrift.sasl.qop is set to auth-conf on hiveserver2?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:38:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118349#M22322</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-03-09T12:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Hive SASL on kerberized cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118350#M22323</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; please ask the follow on as a separate question. &lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:37:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-enable-Hive-SASL-on-kerberized-cluster/m-p/118350#M22323</guid>
      <dc:creator>mherring</dc:creator>
      <dc:date>2016-03-09T22:37:24Z</dc:date>
    </item>
  </channel>
</rss>

