<?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: Struggling to establish jdbc connection with hive on kerborized cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400504#M250844</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;It was issue related to config setting. After setting the environment properly issue got resolved. It seems due to some misconfiguration of JAAS and krb5.conf. Following below blog has resolved the issue&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html" href="http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html" target="_blank" rel="noreferrer noopener"&gt;http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 06:21:36 GMT</pubDate>
    <dc:creator>tosinghkunal</dc:creator>
    <dc:date>2025-01-17T06:21:36Z</dc:date>
    <item>
      <title>Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400361#M250815</link>
      <description>&lt;P&gt;We have created new java service for establishing connection with hive of Cloudera kerborized cluster, but stuck because of below error. Error remains the same even we generate kerberos ticket for the hive user through its keytab at remote machine. Tried establishing manual connection using the hive beeline utility as well after generating Kerberos ticket but facing the same issue after several hit and trail .&lt;BR /&gt;&lt;BR /&gt;If any one having authentic document or steps to establish jdbc or beeline connection with remote hive for the kerboriszd cluster please share.&lt;BR /&gt;&lt;BR /&gt;Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)&lt;BR /&gt;&lt;BR /&gt;Detail error message is below (with masked host and server deatils&amp;gt;&amp;gt; -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bin]$ ./beeline&lt;BR /&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;BR /&gt;SLF4J: Found binding in [jar:file:/home/maxiq/apache-hive-3.0.0-bin/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: Found binding in [jar:file:/home/maxiq/hadoop-3.0.0/share/hadoop/common/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank" rel="noopener"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.&lt;BR /&gt;SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]&lt;BR /&gt;Beeline version 3.0.0 by Apache Hive&lt;BR /&gt;beeline&amp;gt; !connect jdbc:hive2://&amp;lt;&amp;lt;serverFQDN&amp;gt;&amp;gt;:10000/uat;principal=hive/&amp;lt;&amp;lt;server FQDN&amp;gt;&amp;gt;@&amp;lt;&amp;lt;realm&amp;gt;&amp;gt;;ssl=true&lt;BR /&gt;Connecting to jdbc:hive2://&amp;lt;&amp;lt;serverFQDN&amp;gt;&amp;gt;:10000/uat;principal=hive/&amp;lt;&amp;lt;server FQDN&amp;gt;&amp;gt;@&amp;lt;&amp;lt;realm&amp;gt;&amp;gt;;ssl=true&lt;BR /&gt;25/01/11 23:47:21 [main]: ERROR transport.TSaslTransport: SASL negotiation failure&lt;BR /&gt;javax.security.sasl.SaslException: GSS initiate failed&lt;BR /&gt;at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:211) ~[?:1.8.0_432]&lt;BR /&gt;at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94) ~[hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271) [hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37) [hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hadoop.hive.metastore.security.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:51) [hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hadoop.hive.metastore.security.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:48) [hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_432]&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:422) [?:1.8.0_432]&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1962) [hadoop-common-3.0.0.jar:?]&lt;BR /&gt;at org.apache.hadoop.hive.metastore.security.TUGIAssumingTransport.open(TUGIAssumingTransport.java:48) [hive-exec-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:339) [hive-jdbc-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.jdbc.HiveConnection.&amp;lt;init&amp;gt;(HiveConnection.java:224) [hive-jdbc-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:107) [hive-jdbc-3.0.0.jar:3.0.0]&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:664) [?:1.8.0_432]&lt;BR /&gt;at java.sql.DriverManager.getConnection(DriverManager.java:208) [?:1.8.0_432]&lt;BR /&gt;at org.apache.hive.beeline.DatabaseConnection.connect(DatabaseConnection.java:145) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.DatabaseConnection.getConnection(DatabaseConnection.java:209) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.Commands.connect(Commands.java:1638) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.Commands.connect(Commands.java:1533) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_432]&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_432]&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_432]&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_432]&lt;BR /&gt;at org.apache.hive.beeline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:56) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.execCommandWithPrefix(BeeLine.java:1362) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.dispatch(BeeLine.java:1401) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.execute(BeeLine.java:1267) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:1067) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:538) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at org.apache.hive.beeline.BeeLine.main(BeeLine.java:520) [hive-beeline-3.0.0.jar:3.0.0]&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_432]&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_432]&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_432]&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_432]&lt;BR /&gt;at org.apache.hadoop.util.RunJar.run(RunJar.java:239) [hadoop-common-3.0.0.jar:?]&lt;BR /&gt;at org.apache.hadoop.util.RunJar.main(RunJar.java:153) [hadoop-common-3.0.0.jar:?]&lt;BR /&gt;Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)&lt;BR /&gt;at sun.security.jgss.krb5.Krb5InitCredential.getInstance(Krb5InitCredential.java:162) ~[?:1.8.0_432]&lt;BR /&gt;at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:122) ~[?:1.8.0_432]&lt;BR /&gt;at sun.security.jgss.krb5.Krb5MechFactory.getMechanismContext(Krb5MechFactory.java:189) ~[?:1.8.0_432]&lt;BR /&gt;at sun.security.jgss.GSSManagerImpl.getMechanismContext(GSSManagerImpl.java:218) ~[?:1.8.0_432]&lt;BR /&gt;at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:212) ~[?:1.8.0_432]&lt;BR /&gt;at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179) ~[?:1.8.0_432]&lt;BR /&gt;at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:192) ~[?:1.8.0_432]&lt;BR /&gt;... 35 more&lt;BR /&gt;25/01/11 23:47:21 [main]: WARN jdbc.HiveConnection: Failed to connect to &amp;lt;&amp;lt;server FQDN&amp;gt;&amp;gt;:10000&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://&amp;lt;&amp;lt;serverFQDN&amp;gt;&amp;gt;:10000/uat;principal=hive/&amp;lt;&amp;lt;server FQDN&amp;gt;&amp;gt;@&amp;lt;&amp;lt;realm&amp;gt;&amp;gt;;ssl=true: GSS initiate failed (state=08S01,code=0)&lt;BR /&gt;beeline&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 02:56:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400361#M250815</guid>
      <dc:creator>tosinghkunal</dc:creator>
      <dc:date>2025-01-15T02:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400370#M250817</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged our Hive experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/33734"&gt;@Asok&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82698"&gt;@smruti&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92016"&gt;@ggangadharan&lt;/a&gt;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 05:14:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400370#M250817</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-01-15T05:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400371#M250818</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Greetings of the day!&lt;/P&gt;&lt;P&gt;The error message "&lt;SPAN&gt;Failed to find any Kerberos tgt" means there is no Kerberos ticket on the host from where you execute the beeline command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can get the Kerberos ticket using &lt;STRONG&gt;kinit&lt;/STRONG&gt; command. You can confirm the kerberos ticket using &lt;STRONG&gt;klist&lt;/STRONG&gt; command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if this helps.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 05:16:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400371#M250818</guid>
      <dc:creator>tj2007</dc:creator>
      <dc:date>2025-01-15T05:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400373#M250820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99744"&gt;@tj2007&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;We are able to generate the kerberos ticket using kinit for the hive user's keytab at remote machine and klist showing the valid ticket but still same error message while connecting to hive&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 05:57:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400373#M250820</guid>
      <dc:creator>tosinghkunal</dc:creator>
      <dc:date>2025-01-15T05:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400374#M250821</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Is it the same error message?&lt;/P&gt;&lt;P&gt;Also, I see you are using below connection string:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;!connect jdbc:hive2://&amp;lt;&amp;lt;serverFQDN&amp;gt;&amp;gt;:10000/uat;principal=hive/&amp;lt;&amp;lt;server FQDN&amp;gt;&amp;gt;@&amp;lt;&amp;lt;realm&amp;gt;&amp;gt;;ssl=true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope you are using the correct serverFQDN and the realm. If so, can you please share your connection string here?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 05:59:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400374#M250821</guid>
      <dc:creator>tj2007</dc:creator>
      <dc:date>2025-01-15T05:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400393#M250824</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Ideally, you don't even need to provide the &lt;EM&gt;!connect&lt;/EM&gt; string it should be automatically connecting to beeline after type &lt;STRONG&gt;beeline&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;your cluster is having ssl enabled ? if yes can you check the value of this file -&amp;nbsp;/etc/hive/conf.cloudera.hive_on_tez/beeline-site.xml&lt;/P&gt;&lt;P&gt;it should be similar to below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Autogenerated by Cloudera Manager--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;beeline.hs2.jdbc.url.default&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;hive_on_tez&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;property&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&amp;lt;name&amp;gt;beeline.hs2.jdbc.url.hive_on_tez&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&amp;lt;value&amp;gt;jdbc:hive2://ccycloud.cdpy.root.comops.site:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;trustStoreType=jks;sslTrustStore=/var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks;trustStorePassword=sLWNrcWS4SBAqZRtYJ9BVbNxoVwEbfS6hn2stjiezxq&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 10:25:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400393#M250824</guid>
      <dc:creator>cloude</dc:creator>
      <dc:date>2025-01-15T10:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400480#M250840</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you say remote machine I hope you have the ticket in the machine where you are running the beeline command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have the valid tickets could you run the beeline command with option &lt;STRONG&gt;--verbose=true&lt;/STRONG&gt; and share the output. Be sure to mask the hostnames when you share the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 18:52:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400480#M250840</guid>
      <dc:creator>ajay_riddler</dc:creator>
      <dc:date>2025-01-16T18:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400500#M250843</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123345"&gt;@tosinghkunal&lt;/a&gt;,&amp;nbsp;Did any of the responses assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 05:36:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400500#M250843</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-01-17T05:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling to establish jdbc connection with hive on kerborized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400504#M250844</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;It was issue related to config setting. After setting the environment properly issue got resolved. It seems due to some misconfiguration of JAAS and krb5.conf. Following below blog has resolved the issue&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html" href="http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html" target="_blank" rel="noreferrer noopener"&gt;http://shantanu01.blogspot.com/2020/06/how-to-setup-beeline-on-linux-for.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:21:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Struggling-to-establish-jdbc-connection-with-hive-on/m-p/400504#M250844</guid>
      <dc:creator>tosinghkunal</dc:creator>
      <dc:date>2025-01-17T06:21:36Z</dc:date>
    </item>
  </channel>
</rss>

