<?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 Unable to create delta parquet file by using S3 shortcut in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4037998#M2979</link>
    <description>&lt;P&gt;df.write.format("delta").save("Files/bucketpocsai/parquet")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code which I'm trying to run. Its giving error and i'm unable to save delta parquet file in the S3 bucket. Can anyone help me with this issue&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 20:18:11 GMT</pubDate>
    <dc:creator>saishankar</dc:creator>
    <dc:date>2024-07-11T20:18:11Z</dc:date>
    <item>
      <title>Unable to create delta parquet file by using S3 shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4037998#M2979</link>
      <description>&lt;P&gt;df.write.format("delta").save("Files/bucketpocsai/parquet")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code which I'm trying to run. Its giving error and i'm unable to save delta parquet file in the S3 bucket. Can anyone help me with this issue&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 20:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4037998#M2979</guid>
      <dc:creator>saishankar</dc:creator>
      <dc:date>2024-07-11T20:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create delta parquet file by using S3 shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4038301#M2982</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/774173"&gt;@saishankar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure that you have the necessary permissions to write to S3 storage buckets and that AWS credentials are properly configured in your environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running the following code in Notebook:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;df1 = spark.read.format("parquet").load("Files/AWS_1/2023/11/platform=test/") df1.write.mode("overwrite").format("delta").save("Tables/" + "New_Table")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this method does not help you, I would like you to provide me with a detailed screenshot of the error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 01:55:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4038301#M2982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-12T01:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create delta parquet file by using S3 shortcut</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4038337#M2984</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created an S3 shortcut pointing to CSV files. Then, with the Spark code, I'm attempting to store data in the same S3 bucket but in a different folder as a Delta Parquet file with the following code:&lt;/P&gt;&lt;P&gt;'''&lt;BR /&gt;df = spark.read.format("csv").option("header", True).load("Files/veritivpoc/customers100.csv")&lt;BR /&gt;df.write.format("delta").save("Files/veritivpoc")&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;In this setup:&lt;BR /&gt;- "veritivpoc" represents the S3 bucket name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saishankar_0-1720750276751.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1130986i1496F635684AED23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saishankar_0-1720750276751.png" alt="saishankar_0-1720750276751.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if there's anything else you'd like to clarify or adjust!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 02:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-create-delta-parquet-file-by-using-S3-shortcut/m-p/4038337#M2984</guid>
      <dc:creator>saishankar</dc:creator>
      <dc:date>2024-07-12T02:11:36Z</dc:date>
    </item>
  </channel>
</rss>

