<?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 Using Hadoop Iceberg catalog with Hive engine on CDP 7.2 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/382325#M244550</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Based on &lt;A href="https://iceberg.apache.org/docs/latest/hive/#create-table-overlaying-an-existing-iceberg-table" target="_self"&gt;this example&lt;/A&gt; in Iceberg doc I tried to create a table using a custom hadoop catalog.&lt;/P&gt;&lt;P&gt;Using Hue in CDP 7.2 I performed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET iceberg.catalog.hadoop_cat.type=hadoop;
SET iceberg.catalog.hadoop_cat.warehouse=s3a://my-bucket/hadoop_cat_warehouse;
CREATE TABLE iceberg_hadoop_cat_table (id Integer,name String) STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' TBLPROPERTIES ('iceberg.catalog'='hadoop_cat');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But received&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Error while compiling statement: FAILED: Execution Error, return code 40000 from org.apache.hadoop.hive.ql.ddl.DDLTask. java.lang.IllegalArgumentException: Table location not set&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I miss something ? Is CDP suporting that ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 14:11:47 GMT</pubDate>
    <dc:creator>lbourgeois</dc:creator>
    <dc:date>2024-01-17T14:11:47Z</dc:date>
    <item>
      <title>Using Hadoop Iceberg catalog with Hive engine on CDP 7.2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/382325#M244550</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Based on &lt;A href="https://iceberg.apache.org/docs/latest/hive/#create-table-overlaying-an-existing-iceberg-table" target="_self"&gt;this example&lt;/A&gt; in Iceberg doc I tried to create a table using a custom hadoop catalog.&lt;/P&gt;&lt;P&gt;Using Hue in CDP 7.2 I performed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET iceberg.catalog.hadoop_cat.type=hadoop;
SET iceberg.catalog.hadoop_cat.warehouse=s3a://my-bucket/hadoop_cat_warehouse;
CREATE TABLE iceberg_hadoop_cat_table (id Integer,name String) STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' TBLPROPERTIES ('iceberg.catalog'='hadoop_cat');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But received&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Error while compiling statement: FAILED: Execution Error, return code 40000 from org.apache.hadoop.hive.ql.ddl.DDLTask. java.lang.IllegalArgumentException: Table location not set&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I miss something ? Is CDP suporting that ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 14:11:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/382325#M244550</guid>
      <dc:creator>lbourgeois</dc:creator>
      <dc:date>2024-01-17T14:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using Hadoop Iceberg catalog with Hive engine on CDP 7.2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/383537#M244940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24990"&gt;@lbourgeois&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try creating table using&amp;nbsp;&lt;SPAN class="k"&gt;CREATE&lt;/SPAN&gt; &lt;SPAN class="k"&gt;EXTERNAL&lt;/SPAN&gt; &lt;SPAN class="k"&gt;TABLE command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="k"&gt;Let us know if this works&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:44:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/383537#M244940</guid>
      <dc:creator>jAnshula</dc:creator>
      <dc:date>2024-02-15T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Hadoop Iceberg catalog with Hive engine on CDP 7.2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/412295#M253354</link>
      <description>&lt;P&gt;use the following command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;CREATE EXTERNAL TABLE ice_t (i int, s string) STORED BY ICEBERG;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Sep 2025 14:19:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/412295#M253354</guid>
      <dc:creator>ggangadharan</dc:creator>
      <dc:date>2025-09-05T14:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Hadoop Iceberg catalog with Hive engine on CDP 7.2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/412302#M253359</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24990"&gt;@lbourgeois&lt;/a&gt;,&amp;nbsp;Did the response assist in resolving your query? If it did, please mark the relevant reply as the solution, as it will help others locate the answer more easily in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:04:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-Hadoop-Iceberg-catalog-with-Hive-engine-on-CDP-7-2/m-p/412302#M253359</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-09-08T06:04:45Z</dc:date>
    </item>
  </channel>
</rss>

