<?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: hive llap connection error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313709#M225673</link>
    <description>&lt;P&gt;Thanks Daming Xue for the response.&lt;/P&gt;&lt;P&gt;I previously saw this post and my understanding is that the user tried to downgrade his hive to 2.2 and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where I can download the binaries for hive 2.2 as I am trying to install it from open source?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also here is the hive version:&lt;BR /&gt;[root@test ~]# /usr/local/apache-hive-2.3.8-src/packaging/target/apache-hive-2.3.8-bin/apache-hive-2.3.8-bin/bin/hive --version&lt;BR /&gt;Hive 2.3.8&lt;BR /&gt;Git file:///usr/local/apache-hive-2.3.8-src -r Unknown&lt;BR /&gt;Compiled by root on Mon Mar 22 17:20:19 CDT 2021&lt;BR /&gt;From source with checksum d4bb475f3303053b26c5cf63f4fc68a1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And here is the&amp;nbsp;&lt;SPAN&gt;"hive-jdbc-xxx.jar"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/usr/local/apache-hive-2.3.8-src/packaging/target/apache-hive-2.3.8-bin/apache-hive-2.3.8-bin/lib/hive-jdbc-2.3.8.jar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2021 02:11:58 GMT</pubDate>
    <dc:creator>ryu</dc:creator>
    <dc:date>2021-03-25T02:11:58Z</dc:date>
    <item>
      <title>hive llap connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313705#M225669</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I recently installed hive2.3.8 and trying to enable LLAP.&lt;/P&gt;&lt;P&gt;I am getting the below error.&lt;/P&gt;&lt;P&gt;beeline&amp;gt; !connect jdbc:hive2://test01.domain.com:2181,test02.domain.com:2181,test03.domain.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2-hive2&lt;BR /&gt;Connecting to jdbc:hive2://test01.domain.com:2181,test02.domain.com:2181,test03.domain.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2-hive2&lt;BR /&gt;Enter username for jdbc:hive2://test01.domain.com:2181,test02.domain.com:2181,test03.domain.com:2181/:&lt;BR /&gt;Enter password for jdbc:hive2://test01.domain.com:2181,test02.domain.com:2181,test03.domain.com:2181/:&lt;BR /&gt;21/03/24 20:34:01 [main]: INFO jdbc.HiveConnection: Connected to test02.domain.com:10500&lt;BR /&gt;21/03/24 20:34:01 [main]: WARN jdbc.HiveConnection: Failed to connect to test02.domain.com:10500&lt;BR /&gt;21/03/24 20:34:01 [main]: ERROR jdbc.Utils: Unable to read HiveServer2 configs from ZooKeeper&lt;BR /&gt;Error: Could not open client transport for any of the Server URI's in ZooKeeper: Failed to open new session: java.lang.IllegalArgumentException: hive configuration hive.server2.thrift.resultset.default.fetch.size does not exists. (state=08S01,code=0)&lt;BR /&gt;beeline&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 01:38:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313705#M225669</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2021-03-25T01:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: hive llap connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313708#M225672</link>
      <description>&lt;P&gt;Check out this related community post&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/LLAP-JDBC-Connection-Fails-with-quot-hive-server2-thrift/td-p/227869" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/LLAP-JDBC-Connection-Fails-with-quot-hive-server2-thrift/td-p/227869&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 02:02:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313708#M225672</guid>
      <dc:creator>Daming Xue</dc:creator>
      <dc:date>2021-03-25T02:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: hive llap connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313709#M225673</link>
      <description>&lt;P&gt;Thanks Daming Xue for the response.&lt;/P&gt;&lt;P&gt;I previously saw this post and my understanding is that the user tried to downgrade his hive to 2.2 and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know where I can download the binaries for hive 2.2 as I am trying to install it from open source?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also here is the hive version:&lt;BR /&gt;[root@test ~]# /usr/local/apache-hive-2.3.8-src/packaging/target/apache-hive-2.3.8-bin/apache-hive-2.3.8-bin/bin/hive --version&lt;BR /&gt;Hive 2.3.8&lt;BR /&gt;Git file:///usr/local/apache-hive-2.3.8-src -r Unknown&lt;BR /&gt;Compiled by root on Mon Mar 22 17:20:19 CDT 2021&lt;BR /&gt;From source with checksum d4bb475f3303053b26c5cf63f4fc68a1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And here is the&amp;nbsp;&lt;SPAN&gt;"hive-jdbc-xxx.jar"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/usr/local/apache-hive-2.3.8-src/packaging/target/apache-hive-2.3.8-bin/apache-hive-2.3.8-bin/lib/hive-jdbc-2.3.8.jar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 02:11:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313709#M225673</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2021-03-25T02:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: hive llap connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313714#M225674</link>
      <description>&lt;P&gt;You can try to download from Apache.org&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archive.apache.org/dist/hive/" target="_blank"&gt;https://archive.apache.org/dist/hive/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 03:57:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313714#M225674</guid>
      <dc:creator>Daming Xue</dc:creator>
      <dc:date>2021-03-25T03:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: hive llap connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313739#M225689</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11821"&gt;@Daming Xue&lt;/a&gt;&amp;nbsp; for the response.&lt;/P&gt;&lt;P&gt;So i tried installing Hive 2.2 and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can test hive LLAP vs regular hiveserver2 to see the difference?&lt;/P&gt;&lt;P&gt;Any good hiveserver2 queries or something so I can test the LLAP setup vs hiveserver2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 16:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-llap-connection-error/m-p/313739#M225689</guid>
      <dc:creator>ryu</dc:creator>
      <dc:date>2021-03-25T16:05:58Z</dc:date>
    </item>
  </channel>
</rss>

