<?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: Issue with Hive HQL insert query - KryoException - Encounter encorrect class id in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397298#M249803</link>
    <description>&lt;P&gt;&amp;nbsp;Thanks yes it was version mismatch issue upgrading hive - 4.0 and tez 0.10.3 works forme&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 07:22:10 GMT</pubDate>
    <dc:creator>rsurti</dc:creator>
    <dc:date>2024-11-11T07:22:10Z</dc:date>
    <item>
      <title>Issue with Hive HQL insert query - KryoException - Encounter encorrect class id</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397210#M249769</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have hadoop cluster with version 3.4.0,&amp;nbsp; hive version 3.1.3 and tez 0.9.2&lt;/P&gt;&lt;P&gt;When i try to insert data i am facing issue:&lt;/P&gt;&lt;P&gt;insert into client_orc_update (client_name) values("hello");&lt;/P&gt;&lt;P&gt;Caused by: org.apache.hive.com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 95&lt;BR /&gt;Serialization trace:&lt;BR /&gt;conf (org.apache.hadoop.hive.ql.exec.TableScanOperator)&lt;BR /&gt;aliasToWork (org.apache.hadoop.hive.ql.plan.MapWork)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another error i am getting on insert command with overwrite when transfering data from one table to another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Caused by: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.apache.hadoop.fs.FileStatus.compareTo(Lorg/apache/hadoop/fs/FileStatus;)I
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.generateSplitsInfo(OrcInputFormat.java:1790)
        ... 17 more
Caused by: java.lang.NoSuchMethodError: org.apache.hadoop.fs.FileStatus.compareTo(Lorg/apache/hadoop/fs/FileStatus;)I&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;When run the above queries on MR it works.&lt;/P&gt;&lt;P&gt;but if change the execution engine to tez, it throws error;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help here? Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 06:39:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397210#M249769</guid>
      <dc:creator>rsurti</dc:creator>
      <dc:date>2024-11-08T06:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Hive HQL insert query - KryoException - Encounter encorrect class id</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397233#M249775</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/119797"&gt;@rsurti&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our Hadoop experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/89137"&gt;@sandeepV2&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/33734"&gt;@Asok&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 19:21:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397233#M249775</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-11-08T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Hive HQL insert query - KryoException - Encounter encorrect class id</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397295#M249801</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Generally, a NoSuchMethodError occurs when there is a mismatch in the classpath. To resolve this issue, please verify the classpaths of both HS2 and Hadoop,&amp;nbsp; to ensure that there are no incorrect versions of Hadoop libraries present.&lt;BR /&gt;&lt;BR /&gt;If you are not able to identify any mismatched jar, please add the -verbose&lt;/SPAN&gt;&lt;SPAN&gt;JVM argument to both HS2 and hive.tez.java.opts. This will help validate the classes loaded as part of the query and provide additional information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:19:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397295#M249801</guid>
      <dc:creator>ggangadharan</dc:creator>
      <dc:date>2024-11-11T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Hive HQL insert query - KryoException - Encounter encorrect class id</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397298#M249803</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks yes it was version mismatch issue upgrading hive - 4.0 and tez 0.10.3 works forme&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:22:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Hive-HQL-insert-query-KryoException-Encounter/m-p/397298#M249803</guid>
      <dc:creator>rsurti</dc:creator>
      <dc:date>2024-11-11T07:22:10Z</dc:date>
    </item>
  </channel>
</rss>

