<?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: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29090#M196</link>
    <description>&lt;P&gt;I believe you may be hitting&amp;nbsp;&lt;A href="https://issues.cloudera.org/browse/IMPALA-2048" target="_blank"&gt;https://issues.cloudera.org/browse/IMPALA-2048&lt;/A&gt; or a variant thereof. Please have a look at that JIRA, it includes a workaround that may be acceptable to you.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2015 19:12:11 GMT</pubDate>
    <dc:creator>alex.behm</dc:creator>
    <dc:date>2015-06-29T19:12:11Z</dc:date>
    <item>
      <title>SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1283#M189</link>
      <description>&lt;P&gt;G'Day all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've moved from Impala 1.1 to 1.1.1 and are evaluating the use of Parquet. &amp;nbsp;Unfortunately after creating the table it is unable to be used with the following error:&lt;/P&gt;&lt;P&gt;org.apache.hadoop.hive.serde2.SerDeException SerDe parquet.hive.serde.ParquetHiveSerDe does not exist&lt;/P&gt;&lt;P&gt;when attempting to access (or even drop) the table using impala-shell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details of installation:&lt;/P&gt;&lt;P&gt;Clean install to Impala 1.1&lt;/P&gt;&lt;P&gt;Package upgrade to 1.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;parquet-hive-1.0.jar exists in&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/cloudera/parcels/IMPALA-1.1.1-1.p0.17/lib/impala/lib/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/cloudera/parcels/CDH-4.3.1-1.cdh4.3.1.p0.110/lib/hive/lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone else encountered this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Derek&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 15:05:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1283#M189</guid>
      <dc:creator>DerekT</dc:creator>
      <dc:date>2022-09-16T15:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1375#M190</link>
      <description>&lt;P&gt;Hi Derek -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to allow compatibilty between Impala and Hive, Parquet backed tables after 1.1.1 contain additional metadata about the file format. Run the following commands (in Hive) to update your metadata.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ALTER TABLE table_name SET SERDE 'parquet.hive.serde.ParquetHiveSerDe';
ALTER TABLE table_name SET FILEFORMAT
  INPUTFORMAT "parquet.hive.DeprecatedParquetInputFormat"
  OUTPUTFORMAT "parquet.hive.DeprecatedParquetOutputFormat";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2013 21:52:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1375#M190</guid>
      <dc:creator>ricky</dc:creator>
      <dc:date>2013-09-09T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1631#M191</link>
      <description>&lt;P&gt;I am getting the following error when I try to update the hive metadata&amp;amp;colon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.NoClassDefFoundError: parquet/Log&lt;BR /&gt;at parquet.hive.DeprecatedParquetInputFormat.&amp;lt;clinit&amp;gt;(DeprecatedParquetInputFormat.java:63)&lt;BR /&gt;at java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.lang.Class.forName(Class.java:247)&lt;BR /&gt;at org.apache.hadoop.hive.ql.metadata.Table.getInputFormatClass(Table.java:299)&lt;BR /&gt;at org.apache.hadoop.hive.ql.metadata.Table.&amp;lt;init&amp;gt;(Table.java:96)&lt;BR /&gt;at org.apache.hadoop.hive.ql.metadata.Hive.getTable(Hive.java:966)&lt;BR /&gt;at org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.addInputsOutputsAlterTable(DDLSemanticAnalyzer.java:1105)&lt;BR /&gt;at org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeAlterTableSerde(DDLSemanticAnalyzer.java:1033)&lt;BR /&gt;at org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeInternal(DDLSemanticAnalyzer.java:209)&lt;BR /&gt;at org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:258)&lt;BR /&gt;at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:457)&lt;BR /&gt;at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:349)&lt;BR /&gt;at org.apache.hadoop.hive.ql.Driver.run(Driver.java:929)&lt;BR /&gt;at org.apache.hadoop.hive.ql.Driver.run(Driver.java:893)&lt;BR /&gt;at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:259)&lt;BR /&gt;at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:216)&lt;BR /&gt;at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:412)&lt;BR /&gt;at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:759)&lt;BR /&gt;at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:613)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt;at org.apache.hadoop.util.RunJar.main(RunJar.java:208)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: parquet.Log&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 19:43:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/1631#M191</guid>
      <dc:creator>Al</dc:creator>
      <dc:date>2013-09-18T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/2297#M192</link>
      <description>&lt;P&gt;Hey there -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;&lt;STRONG&gt;really&lt;/STRONG&gt; sorry for not replying back, I forgot to subscribe to thread. Have you got this issue worked out already? If so, it would be nice to get the fix so we can close the loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, I suspect its because you need more of the Parquet JARs in that CDH directory. Is this exception being thrown from the Hive shell or the Impala shell? Run the following command for me, so I can see where the JARs currently are.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ find /opt/cloudera/parcels/CDH/lib/hive/ -name "parquet*.jar"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Also, is this using the Hive Metastore server? Make sure to restart that, as well as Impala and try again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 19:00:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/2297#M192</guid>
      <dc:creator>ricky</dc:creator>
      <dc:date>2013-10-16T19:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/3147#M193</link>
      <description>&lt;DIV class="markdown-here-wrapper"&gt;&lt;P&gt;I’m facing the same problem. I installed Impala 1.1.1 and CDH4.1.2.&lt;/P&gt;&lt;P&gt;I created a table in the impala-shell using the Parquet file format but I am not able to insert data into into.&lt;/P&gt;&lt;PRE&gt;impala&amp;gt; create table data_parquet like data stored as parquetfile;
impala&amp;gt; insert into data_parquet select * from data;
Query: insert into data_parquet select * from data
ERROR: AnalysisException: Target table 'default.data_parquet' is incompatible with SELECT / PARTITION expressions.
Expression 'data.payload_user_uid' (type: BIGINT) is not compatible with column 'payload_user_type' (type: STRING)&lt;/PRE&gt;&lt;P&gt;I tried the suggestion on this topic.&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; alter table data_parquet set serde 'parquet.hive.serde.ParquetHiveSerDe';
FAILED: RuntimeException java.lang.ClassNotFoundException: parquet.hive.DeprecatedParquetInputFormat&lt;/PRE&gt;&lt;P&gt;I have the parquet jar in the hive lib directory.&lt;/P&gt;&lt;PRE&gt;$ find /opt/cloudera/parcels/CDH/lib/hive/lib -name "parquet*.jar"
/opt/cloudera/parcels/CDH/lib/hive/lib/parquet-hive-1.0.jar&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Nov 2013 18:56:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/3147#M193</guid>
      <dc:creator>pradeepg26</dc:creator>
      <dc:date>2013-11-13T18:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/3305#M194</link>
      <description>&lt;P&gt;I solved my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem was two fold... I had a lingering old install of hive which was what my shell was defaulting to. I removed the second bad install of hive. The second problem is that the latest version of cdh seems to be broken for parquet. There's a bunch of missing jars. I followed the following guide and I am now able to use parquet files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://analog99.wordpress.com/2013/01/07/setting-up-stats-db-in-hive/" target="_blank"&gt;http://analog99.wordpress.com/2013/01/07/setting-up-stats-db-in-hive/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2013 19:16:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/3305#M194</guid>
      <dc:creator>pradeepg26</dc:creator>
      <dc:date>2013-11-16T19:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29045#M195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you publish the list of jars you used to solve this issue. I am facing the same issue in version 5.4.0 and read it occure in 5.4.2 as-well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Sreesankar&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 05:39:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29045#M195</guid>
      <dc:creator>Sreesankar</dc:creator>
      <dc:date>2015-06-29T05:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29090#M196</link>
      <description>&lt;P&gt;I believe you may be hitting&amp;nbsp;&lt;A href="https://issues.cloudera.org/browse/IMPALA-2048" target="_blank"&gt;https://issues.cloudera.org/browse/IMPALA-2048&lt;/A&gt; or a variant thereof. Please have a look at that JIRA, it includes a workaround that may be acceptable to you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:12:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29090#M196</guid>
      <dc:creator>alex.behm</dc:creator>
      <dc:date>2015-06-29T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: SerDe parquet.hive.serde.ParquetHiveSerDe does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29231#M197</link>
      <description>&lt;P&gt;This seems to be a bug and hope we get the fix included in cdh 5.4.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one of the work arounds observed was to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have 2 hive table pointing to the same locationg nad have onle of the table accessed through Impala while thye other is accessed through Hive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 09:05:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SerDe-parquet-hive-serde-ParquetHiveSerDe-does-not-exist/m-p/29231#M197</guid>
      <dc:creator>Sreesankar</dc:creator>
      <dc:date>2015-07-03T09:05:06Z</dc:date>
    </item>
  </channel>
</rss>

