<?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: Unable to connect to hive after kerberos enabled from Dbeaver or any other tool in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/377884#M243368</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100605"&gt;@SagarCapG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the connection string you are using in dbeaver, and what error you are getting?&lt;/P&gt;&lt;P&gt;share your beeline connection string too.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 06:42:04 GMT</pubDate>
    <dc:creator>tj2007</dc:creator>
    <dc:date>2023-10-19T06:42:04Z</dc:date>
    <item>
      <title>Unable to connect to hive after kerberos enabled from Dbeaver or any other tool</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/377864#M243359</link>
      <description>&lt;P&gt;We are working on below configuration platform.&lt;/P&gt;&lt;P&gt;Cloudera Version: CDP 7.1.2&lt;/P&gt;&lt;P&gt;Kerberos 5 version 1.15.1&lt;/P&gt;&lt;P&gt;Hive 3.1.3000.7.1.7.1000-141&lt;/P&gt;&lt;P&gt;Phoenix 5.1.5&lt;/P&gt;&lt;P&gt;After kerberos enabled on the platform, we are not able to connect to hive and phoenix from DBeaver or sql client.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 21:30:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/377864#M243359</guid>
      <dc:creator>SagarCapG</dc:creator>
      <dc:date>2023-10-18T21:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to hive after kerberos enabled from Dbeaver or any other tool</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/377884#M243368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100605"&gt;@SagarCapG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the connection string you are using in dbeaver, and what error you are getting?&lt;/P&gt;&lt;P&gt;share your beeline connection string too.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 06:42:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/377884#M243368</guid>
      <dc:creator>tj2007</dc:creator>
      <dc:date>2023-10-19T06:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to hive after kerberos enabled from Dbeaver or any other tool</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/378085#M243410</link>
      <description>&lt;P&gt;jdbc:hive2://&amp;lt;host&amp;gt;:10000&lt;/P&gt;&lt;P&gt;Error: Could not open client transport with JDBC Uri: .... Invalid status 21&lt;/P&gt;&lt;P&gt;If i use just 'beeline' command, i am able to connect to hive. However if i use below command, i am getting exception.&lt;/P&gt;&lt;P&gt;beeline -u jdbc:hive2://&amp;lt;host&amp;gt;:10000/default -n user -p pwd&lt;/P&gt;&lt;P&gt;23/10/23 23:22:31 [main]: WARN transport.TSaslTransport: Could not send failure response&lt;BR /&gt;org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;23/10/23 23:22:31 [main]: WARN jdbc.HiveConnection: Failed to connect to host:10000&lt;BR /&gt;log4j:ERROR Could not create an Appender. Reported error follows.&lt;BR /&gt;java.lang.ClassCastException: org.apache.log4j.ConsoleAppender cannot be cast to com.cloudera.hive.jdbc42.internal.apache.log4j.Appender&lt;BR /&gt;at com.cloudera.hive.jdbc42.internal.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:248)&lt;BR /&gt;at com.cloudera.hive.jdbc42.internal.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:176)&lt;/P&gt;&lt;P&gt;log4j:WARN No appenders could be found for logger (com.cloudera.hive.jdbc42.internal.apache.thrift.transport.TSaslTransport).&lt;BR /&gt;log4j:WARN Please initialize the log4j system properly.&lt;BR /&gt;log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.&lt;BR /&gt;Unknown HS2 problem when communicating with Thrift server.&lt;BR /&gt;Error: Could not open client transport with JDBC Uri: jdbc:hive2://host:10000/default: Invalid status 21&lt;BR /&gt;Also, could not send response: org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset (state=08S01,code=0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 23:27:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-hive-after-kerberos-enabled-from/m-p/378085#M243410</guid>
      <dc:creator>SagarCapG</dc:creator>
      <dc:date>2023-10-23T23:27:58Z</dc:date>
    </item>
  </channel>
</rss>

