<?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: Logging to an external location via UC volume in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102045#M40951</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Found the error message at last: DatabricksServiceException: IO_ERROR: java.io.IOException: This request is not authorized to perform this operation using this permission. Please see the cause for further information.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 12:49:39 GMT</pubDate>
    <dc:creator>dollyb</dc:creator>
    <dc:date>2024-12-13T12:49:39Z</dc:date>
    <item>
      <title>Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101923#M40892</link>
      <description>&lt;P&gt;The way I understand it, mount points are deprecated in UC. db.fs.mount() doesn't even seem to work in newer DB runtimes.&lt;/P&gt;&lt;P&gt;But what is the solution when Databricks features don't allow using UC volumes? E.g. specifying a compute's logging path won't work with volumes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 14:11:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101923#M40892</guid>
      <dc:creator>dollyb</dc:creator>
      <dc:date>2024-12-12T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101927#M40895</link>
      <description>&lt;P&gt;Right now only mount supported option is to use Volumes as you have mentioned, otherwise you can connect directly to the cloud storage object&amp;nbsp;&lt;A href="https://docs.databricks.com/en/connect/unity-catalog/index.html" target="_blank"&gt;https://docs.databricks.com/en/connect/unity-catalog/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 14:25:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101927#M40895</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-12T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101955#M40911</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;otherwise you can connect directly to the cloud storage object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You mean using the cloud provider's APIs? That wouldn't solve logging to cloud storage as the the compute's logging path only allows dbfs:/ references. So can I only log to a managed DBFS location?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:29:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101955#M40911</guid>
      <dc:creator>dollyb</dc:creator>
      <dc:date>2024-12-12T16:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101957#M40912</link>
      <description>&lt;P&gt;As you cannot use volumes it seems that indeed this will be your only option&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:47:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/101957#M40912</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-12T16:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102030#M40943</link>
      <description>&lt;P&gt;I'm just wondering why Notebook do support mounts, even in my UC workspace?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 10:37:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102030#M40943</guid>
      <dc:creator>dollyb</dc:creator>
      <dc:date>2024-12-13T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102042#M40949</link>
      <description>&lt;P&gt;I can actually see the mount point does exist when I do&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;DBUtils&lt;/SPAN&gt;.getDBUtils().fs.mounts()&lt;/PRE&gt;&lt;P&gt;-&amp;gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;MountInfo(/mnt/cluster-logs,wasbs://xxx@xxx.blob.core.windows.net/cluster-logs/,)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But still no logs arrive.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 12:22:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102042#M40949</guid>
      <dc:creator>dollyb</dc:creator>
      <dc:date>2024-12-13T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to an external location via UC volume</title>
      <link>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102045#M40951</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Found the error message at last: DatabricksServiceException: IO_ERROR: java.io.IOException: This request is not authorized to perform this operation using this permission. Please see the cause for further information.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 12:49:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/logging-to-an-external-location-via-uc-volume/m-p/102045#M40951</guid>
      <dc:creator>dollyb</dc:creator>
      <dc:date>2024-12-13T12:49:39Z</dc:date>
    </item>
  </channel>
</rss>

