<?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>topic Re: Reading Iceberg table present in S3 from databricks console using spark given none error . in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/111186#M43821</link>
    <description>&lt;P&gt;To use Apache Iceberg via the Hadoop Catalog on Databricks, it was found to work with the following settings:&lt;/P&gt;&lt;P&gt;- Use a Databricks Runtime version of 12.2LTS or earlier. &lt;BR /&gt;- Set the access mode to "No isolation shared" (the mode where Unity Catalog cannot be used).&lt;BR /&gt;- Use a library compatible with Java 8 (i.e., an Iceberg library earlier than version 1.6.1).&lt;BR /&gt;- Apply the necessary Iceberg-related settings in the Spark configuration.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iceberg.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15058iE64C92C14CCE9A6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iceberg.png" alt="iceberg.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2025 02:26:35 GMT</pubDate>
    <dc:creator>Manabian</dc:creator>
    <dc:date>2025-02-26T02:26:35Z</dc:date>
    <item>
      <title>Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/4640#M1313</link>
      <description>&lt;P&gt;Hi Team , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing issue while reading iceberg table from S3 and getting none error when read the data . &lt;/P&gt;&lt;P&gt;below steps I followed .&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Added  Iceberg Spark connector library to your Databricks cluster.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;      2. Cluster Configuration to Enable Iceberg&lt;/P&gt;&lt;P&gt;                spark.sql.catalog.spark_catalog.warehouse /icebergpoc/&lt;/P&gt;&lt;P&gt;                   spark.sql.catalog.spark_catalog.type hadoop&lt;/P&gt;&lt;P&gt;                    spark.sql.catalog.spark_catalog org.apache.iceberg.spark.SparkCatalog&lt;/P&gt;&lt;P&gt;3.created Spark session and configure it to use the Iceberg Spark connector:&lt;/P&gt;&lt;P&gt;from pyspark.sql import SparkSession&lt;/P&gt;&lt;P&gt;spark = SparkSession.builder.appName("myApp").getOrCreate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Configure the Iceberg Spark catalog&lt;/P&gt;&lt;P&gt;spark.conf.set("spark.sql.catalog.spark_catalog", "org.apache.iceberg.spark.SparkSessionCatalog")&lt;/P&gt;&lt;P&gt;spark.conf.set("spark.sql.catalog.spark_catalog.type", "hadoop")&lt;/P&gt;&lt;P&gt;spark.conf.set("spark.sql.catalog.spark_catalog.uri", "s3://agilent-aws-dev-35-enterprise-analytics/it_share/data/current/IT/HANA/LCA/T_LCA_ZLCA_IB_MASTER/metadata/")&lt;/P&gt;&lt;P&gt;4. Load the Iceberg table as a DataFrame using the spark.read.format()&lt;/P&gt;&lt;P&gt;df = spark.read.format("iceberg").load("s3://agilent-aws-dev-35-enterprise-analytics/it_share/data/current/IT/HANA/LCA/T_LCA_ZLCA_IB_MASTER/")&lt;/P&gt;&lt;P&gt;getting Error . &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/226i2686F29B0B4AD872/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;Iceberg table folder Structure&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/230i57F2E3335C63A24E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt; Can you please look into issue and help me to resolve it .&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 12:23:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/4640#M1313</guid>
      <dc:creator>vinaykumar</dc:creator>
      <dc:date>2023-05-09T12:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/4641#M1314</link>
      <description>&lt;P&gt;Hi, Could you please expand the error and provide the details here. &lt;/P&gt;&lt;P&gt;Please tag&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WWwvAAG" alt="https://community.databricks.com/s/profile/0053f000000WWwvAAG" target="_blank"&gt;@Debayan&lt;/A&gt;​&amp;nbsp;with your next comment so that I will get notified. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 06:31:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/4641#M1314</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-10T06:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/56451#M30558</link>
      <description>&lt;P&gt;Could someone please post the solution, I am stuck in a similar issue. My Iceberg table is created by a separate spark sql script and now i need to read the Iceberg tables(created outside of databricks) from my Databricks notebook.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 22:39:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/56451#M30558</guid>
      <dc:creator>Ambesh</dc:creator>
      <dc:date>2024-01-04T22:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/56533#M30589</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I am using Databricks Runtime 10.4 ( Spark 3.2 ), so I have downloaded “iceberg-spark-runtime-3.2_2.12”&lt;BR /&gt;Also the table exists in the S3 bkt.&amp;nbsp;&lt;BR /&gt;The error msg is:&amp;nbsp; java.util.NoSuchElementException: None.get&lt;BR /&gt;I am also attaching a screenshot for reference.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 17:13:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/56533#M30589</guid>
      <dc:creator>Ambesh</dc:creator>
      <dc:date>2024-01-05T17:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/110678#M43641</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97529"&gt;@Ambesh&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/38870"&gt;@vinaykumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get your issue resolved ? I am also in the same situation.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:28:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/110678#M43641</guid>
      <dc:creator>messiah</dc:creator>
      <dc:date>2025-02-20T04:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/111186#M43821</link>
      <description>&lt;P&gt;To use Apache Iceberg via the Hadoop Catalog on Databricks, it was found to work with the following settings:&lt;/P&gt;&lt;P&gt;- Use a Databricks Runtime version of 12.2LTS or earlier. &lt;BR /&gt;- Set the access mode to "No isolation shared" (the mode where Unity Catalog cannot be used).&lt;BR /&gt;- Use a library compatible with Java 8 (i.e., an Iceberg library earlier than version 1.6.1).&lt;BR /&gt;- Apply the necessary Iceberg-related settings in the Spark configuration.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iceberg.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15058iE64C92C14CCE9A6B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iceberg.png" alt="iceberg.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 02:26:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/111186#M43821</guid>
      <dc:creator>Manabian</dc:creator>
      <dc:date>2025-02-26T02:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/112099#M44106</link>
      <description>&lt;P&gt;I want to use both unity catalog and iceberg that is in a S3 path.&lt;/P&gt;&lt;P&gt;To use unity catalog I can't use access mode "No isolation shared".&lt;/P&gt;&lt;P&gt;Is there a solution for this?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 14:10:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/112099#M44106</guid>
      <dc:creator>Ohad-upriver</dc:creator>
      <dc:date>2025-03-09T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/114762#M44934</link>
      <description>&lt;P&gt;Did anyone find solution to use unity catalog and Iceberg table in databricks?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 20:28:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/114762#M44934</guid>
      <dc:creator>jayKumar</dc:creator>
      <dc:date>2025-04-07T20:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Iceberg table present in S3 from databricks console using spark given none error .</title>
      <link>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/148478#M52901</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.databricks.com/t5/technical-blog/secure-migration-of-aws-glue-iceberg-tables-to-databricks-unity/ba-p/148414" target="_blank"&gt;https://community.databricks.com/t5/technical-blog/secure-migration-of-aws-glue-iceberg-tables-to-databricks-unity/ba-p/148414&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 08:44:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reading-iceberg-table-present-in-s3-from-databricks-console/m-p/148478#M52901</guid>
      <dc:creator>Zuhaib_Mohd</dc:creator>
      <dc:date>2026-02-16T08:44:23Z</dc:date>
    </item>
  </channel>
</rss>

