<?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: Serverless compute databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/106605#M42529</link>
    <description>&lt;P&gt;Which approach worked for you, we are also facing same error as yours.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 07:59:15 GMT</pubDate>
    <dc:creator>Yaswanth057</dc:creator>
    <dc:date>2025-01-22T07:59:15Z</dc:date>
    <item>
      <title>Serverless compute databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/95638#M39133</link>
      <description>&lt;P&gt;1. How to connect s3 bucket to databricks since dbfs mount is not supported.?&lt;BR /&gt;2. In serverless compute Spark Context (sc), spark.sparkContext, and sqlContext are not supported?. Does it means it will not leverage power of distributed processing?&lt;BR /&gt;3. What is the impact on delta tables in serverless compute?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 06:08:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/95638#M39133</guid>
      <dc:creator>pinaki1</dc:creator>
      <dc:date>2024-10-23T06:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless compute databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/95669#M39146</link>
      <description>&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;Access the S3 bucket directly using AWS credentials&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; SparkSession.builder \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .appName(&lt;/SPAN&gt;&lt;SPAN&gt;"S3Access"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .config(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.hadoop.fs.s3a.access.key"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;your-access-key-id&amp;gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .config(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.hadoop.fs.s3a.secret.key"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;your-secret-access-key&amp;gt;"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .getOrCreate()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2.&amp;nbsp;Databricks encourages the use of the&amp;nbsp;SparkSession&amp;nbsp;object, which provides a unified entry point for working with Spark.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; pyspark.sql &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; SparkSession&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Create a SparkSession&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; SparkSession.builder.appName(&lt;/SPAN&gt;&lt;SPAN&gt;"ServerlessComputeExample"&lt;/SPAN&gt;&lt;SPAN&gt;).getOrCreate()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3.&amp;nbsp;Serverless compute automatically scales resources based on workload demands. This can be beneficial for Delta tables as it ensures that sufficient resources are available for large-scale data processing tasks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:35:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/95669#M39146</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2024-10-23T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless compute databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/96075#M39208</link>
      <description>&lt;P&gt;Getting this error&lt;BR /&gt;[INSUFFICIENT_PERMISSIONS] Insufficient privileges: User does not have permission SELECT on any file. SQLSTATE: 42501&lt;BR /&gt;while trying to read from s3 bucket as per your approach&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 05:54:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/96075#M39208</guid>
      <dc:creator>pinaki1</dc:creator>
      <dc:date>2024-10-25T05:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless compute databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/98200#M39643</link>
      <description>&lt;P&gt;please see this documentation for accessing cloud storage by setting Unity Catalog objects: Storage Credential and External Location.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/connect/unity-catalog/cloud-storage/index.html" target="_blank"&gt;https://docs.databricks.com/en/connect/unity-catalog/cloud-storage/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:17:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/98200#M39643</guid>
      <dc:creator>User16653924625</dc:creator>
      <dc:date>2024-11-08T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Serverless compute databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/106605#M42529</link>
      <description>&lt;P&gt;Which approach worked for you, we are also facing same error as yours.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 07:59:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/serverless-compute-databricks/m-p/106605#M42529</guid>
      <dc:creator>Yaswanth057</dc:creator>
      <dc:date>2025-01-22T07:59:15Z</dc:date>
    </item>
  </channel>
</rss>

