<?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: INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error with S3 paths in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38449#M268</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Could you please elaborate on the issue here?&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Running the list command on a managed directory is not supported in Unity Catalog. Catalog/schema storage locations are reserved for managed storage.&lt;BR /&gt;Please tag &lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078" target="_blank" rel="noopener"&gt;@Debayan&lt;/A&gt;&amp;nbsp;&amp;nbsp;with your next comment which will notify me. Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 07:32:08 GMT</pubDate>
    <dc:creator>Debayan</dc:creator>
    <dc:date>2023-07-26T07:32:08Z</dc:date>
    <item>
      <title>INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error with S3 paths</title>
      <link>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38378#M267</link>
      <description>&lt;P data-unlink="true"&gt;We're trying to read from an S3 bucket using unity catalog and are selectively getting "&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; errors within the same bucket.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;This works: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;dbutils.fs.ls("s3://BUCKETNAME/dev/health")"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;But within the same bucket we get the location overlap error when running: "dbutils.fs.ls("s3://BUCKETNAME/dev/claims/")"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I reviewed the article&amp;nbsp;&lt;A href="https://kb.databricks.com/en_US/unity-catalog/invalid_parameter_valuelocation_overlap-overlaps-with-managed-storage-error," target="_blank" rel="noopener"&gt;https://kb.databricks.com/en_US/unity-catalog/invalid_parameter_valuelocation_overlap-overlaps-with-managed-storage-error,&lt;/A&gt;&amp;nbsp;but it's unclear to me why one path works.&amp;nbsp; Is there something I should check other than IAM permissions for the bucket in question?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:23:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38378#M267</guid>
      <dc:creator>shawnbarrick</dc:creator>
      <dc:date>2023-07-25T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error with S3 paths</title>
      <link>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38449#M268</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Could you please elaborate on the issue here?&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Running the list command on a managed directory is not supported in Unity Catalog. Catalog/schema storage locations are reserved for managed storage.&lt;BR /&gt;Please tag &lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078" target="_blank" rel="noopener"&gt;@Debayan&lt;/A&gt;&amp;nbsp;&amp;nbsp;with your next comment which will notify me. Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 07:32:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38449#M268</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-07-26T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: INVALID_PARAMETER_VALUE.LOCATION_OVERLAP: overlaps with managed storage error with S3 paths</title>
      <link>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38492#M270</link>
      <description>&lt;P&gt;Thanks for the response. We are trying to to verify S3 buckets access, as well as helping a user troubleshooting a permissions issues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this command I get a list of the bucket contents for that folder: "&lt;FONT face="courier new,courier"&gt;dbutils.fs.ls("s3://BUCKETNAME/dev/health")"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Likewise this will show the beginning of a file:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;"dbutils.fs.head("s3://gradientai-databricks/dev/health/Q2_2023/1_30.csv")"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However one of our users gets "&lt;SPAN class=""&gt;PermissionError&lt;/SPAN&gt;: Forbidden" when running this code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;"import pandas as pd"&lt;BR /&gt;"import pickle"&lt;BR /&gt;"data = pd.read_pickle('s3://BUCKETNAME/dev/health/Q2_2023/1_30.csv')"&lt;BR /&gt;"display(data)"&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jul 2023 12:35:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/invalid-parameter-value-location-overlap-overlaps-with-managed/m-p/38492#M270</guid>
      <dc:creator>shawnbarrick</dc:creator>
      <dc:date>2023-07-26T12:35:04Z</dc:date>
    </item>
  </channel>
</rss>

