<?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 Impala Not supporting  org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330023#M230574</link>
    <description>&lt;P&gt;Impala is not supporting org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class. Please suggest the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table aggregate_test is created using Hive and&amp;nbsp;org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following query is not working:&lt;/P&gt;&lt;P&gt;SELECT * from open_aggregate_test.aggregate_test ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above query gives following error:&lt;/P&gt;&lt;P&gt;SQL Error [500051] [HY000]: [Cloudera][ImpalaJDBCDriver](500051) ERROR processing query/statement. Error Code: 0, SQL state: TStatus(statusCode:ERROR_STATUS, sqlState:HY000, errorMessage:AnalysisException: Failed to load metadata for table: 'open_aggregate_test.aggregate_test'&lt;BR /&gt;CAUSED BY: TableLoadingException: Could not load table open_aggregate_test.aggregate_test from catalog&lt;BR /&gt;CAUSED BY: TException: TGetPartialCatalogObjectResponse(status:TStatus(status_code:GENERAL, error_msgs:[TableLoadingException: Failed to load metadata for table: open_aggregate_test.aggregate_test&lt;BR /&gt;CAUSED BY: InvalidStorageDescriptorException: Impala does not support tables of this type. REASON: SerDe library 'org.apache.hadoop.hive.serde2.OpenCSVSerde' is not supported.]), lookup_status:OK)&lt;BR /&gt;), Query: SELECT * from open_aggregate_test.aggregate_test.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 09:25:33 GMT</pubDate>
    <dc:creator>HareshAmin</dc:creator>
    <dc:date>2021-11-11T09:25:33Z</dc:date>
    <item>
      <title>Impala Not supporting  org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330023#M230574</link>
      <description>&lt;P&gt;Impala is not supporting org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class. Please suggest the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table aggregate_test is created using Hive and&amp;nbsp;org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following query is not working:&lt;/P&gt;&lt;P&gt;SELECT * from open_aggregate_test.aggregate_test ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above query gives following error:&lt;/P&gt;&lt;P&gt;SQL Error [500051] [HY000]: [Cloudera][ImpalaJDBCDriver](500051) ERROR processing query/statement. Error Code: 0, SQL state: TStatus(statusCode:ERROR_STATUS, sqlState:HY000, errorMessage:AnalysisException: Failed to load metadata for table: 'open_aggregate_test.aggregate_test'&lt;BR /&gt;CAUSED BY: TableLoadingException: Could not load table open_aggregate_test.aggregate_test from catalog&lt;BR /&gt;CAUSED BY: TException: TGetPartialCatalogObjectResponse(status:TStatus(status_code:GENERAL, error_msgs:[TableLoadingException: Failed to load metadata for table: open_aggregate_test.aggregate_test&lt;BR /&gt;CAUSED BY: InvalidStorageDescriptorException: Impala does not support tables of this type. REASON: SerDe library 'org.apache.hadoop.hive.serde2.OpenCSVSerde' is not supported.]), lookup_status:OK)&lt;BR /&gt;), Query: SELECT * from open_aggregate_test.aggregate_test.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 09:25:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330023#M230574</guid>
      <dc:creator>HareshAmin</dc:creator>
      <dc:date>2021-11-11T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Not supporting  org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330173#M230606</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/93478"&gt;@HareshAmin&lt;/a&gt;&amp;nbsp;As you correctly said, Impala does not support the mentioned&amp;nbsp;OpenCSVSerde serde.&lt;/P&gt;&lt;P&gt;So, you could recreate the table using CTAS, with a storage format that is supported by both Hive and Impala.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE TABLE new_table
STORED AS PARQUET
AS
SELECT * FROM aggregate_test;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Nov 2021 08:48:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330173#M230606</guid>
      <dc:creator>smruti</dc:creator>
      <dc:date>2021-11-14T08:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Not supporting  org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330346#M230651</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82698"&gt;@smruti&lt;/a&gt;&amp;nbsp;for your reply. I will check this option.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 17:08:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330346#M230651</guid>
      <dc:creator>HareshAmin</dc:creator>
      <dc:date>2021-11-16T17:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Not supporting  org.apache.hadoop.hive.serde2.OpenCSVSerde SerDe class</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330442#M230679</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/93478"&gt;@HareshAmin&lt;/a&gt;,&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 05:18:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Not-supporting-org-apache-hadoop-hive-serde2/m-p/330442#M230679</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-11-18T05:18:16Z</dc:date>
    </item>
  </channel>
</rss>

