<?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 My DLT pipeline return ACL Verification Failed in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/my-dlt-pipeline-return-acl-verification-failed/m-p/22503#M15417</link>
    <description>&lt;UL&gt;&lt;LI&gt;Python Command&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;df = spark.read.format('csv').option('sep', ';').option("recursiveFileLookup", "true").load('dbfs:/***/data_files/PREVISIONS/')&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Here is the content of the folder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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/1205iE1CE6537517DF59F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Each folder contain the following files:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1203i3E426AF74733DC09/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt;Full log&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;org.apache.spark.sql.streaming.StreamingQueryException: Query table_bronze_previsions [id = 3656e25a-9467-4d69-ba21-9398418c2834, runId = 99be5641-dad8-4a8b-a649-dfd15df1bc80] terminated with exception: LISTSTATUS failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad] failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad][2022-11-14T04:31:18.1255273-08:00] [ServerRequestId:acb21291-fb11-4176-af44-71f212877bad]
&amp;nbsp;
at org.apache.spark.sql.execution.streaming.StreamExecution.org$apache$spark$sql$execution$streaming$StreamExecution$$runStream(StreamExecution.scala:381)
&amp;nbsp;
at org.apache.spark.sql.execution.streaming.StreamExecution$$anon$1.run(StreamExecution.scala:250)
&amp;nbsp;
org.apache.hadoop.security.AccessControlException: LISTSTATUS failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad] failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad][2022-11-14T04:31:18.1255273-08:00] [ServerRequestId:acb21291-fb11-4176-af44-71f212877bad]
&amp;nbsp;
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
&amp;nbsp;
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
&amp;nbsp;
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&amp;nbsp;
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.getRemoteException(ADLStoreClient.java:1299)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.getExceptionFromResponse(ADLStoreClient.java:1264)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectoryInternal(ADLStoreClient.java:636)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:610)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:473)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:459)
&amp;nbsp;
at com.databricks.adl.AdlFileSystem.listStatus(AdlFileSystem.java:495)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.$anonfun$listStatusAsIterator$2(DatabricksFileSystemV2.scala:214)
&amp;nbsp;
at com.databricks.s3a.S3AExceptionUtils$.convertAWSExceptionToJavaIOException(DatabricksStreamUtils.scala:66)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.$anonfun$listStatusAsIterator$1(DatabricksFileSystemV2.scala:178)
&amp;nbsp;
at com.databricks.logging.UsageLogging.$anonfun$recordOperation$1(UsageLogging.scala:413)
&amp;nbsp;
at com.databricks.logging.UsageLogging.executeThunkAndCaptureResultTags$1(UsageLogging.scala:507)
&amp;nbsp;
at com.databricks.logging.UsageLogging.$anonfun$recordOperationWithResultTags$4(UsageLogging.scala:528)
&amp;nbsp;
at com.databricks.logging.Log4jUsageLoggingShim$.$anonfun$withAttributionContext$1(Log4jUsageLoggingShim.scala:32)
&amp;nbsp;
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
&amp;nbsp;
at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:94)
&amp;nbsp;
at com.databricks.logging.Log4jUsageLoggingShim$.withAttributionContext(Log4jUsageLoggingShim.scala:30)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:283)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:282)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.withAttributionContext(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionTags(UsageLogging.scala:318)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionTags$(UsageLogging.scala:303)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.withAttributionTags(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperationWithResultTags(UsageLogging.scala:502)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperationWithResultTags$(UsageLogging.scala:422)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.recordOperationWithResultTags(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperation(UsageLogging.scala:413)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperation$(UsageLogging.scala:385)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.recordOperation(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.listStatusAsIterator(DatabricksFileSystemV2.scala:178)
&amp;nbsp;
at com.databricks.tahoe.store.EnhancedDatabricksFileSystemV2.listStatus(EnhancedFileSystem.scala:350)
&amp;nbsp;
at com.databricks.tahoe.store.AzureLogStore.listFrom(AzureLogStore.scala:36)
&amp;nbsp;
at com.databricks.tahoe.store.DelegatingLogStore.$anonfun$listFrom$1(DelegatingLogStore.scala:142)
&amp;nbsp;
at com.databricks.spark.util.FrameProfiler$.record(FrameProfiler.scala:80)
&amp;nbsp;
at com.databricks.tahoe.store.DelegatingLogStore.listFrom(DelegatingLogStore.scala:142)
&amp;nbsp;
at com.databricks.sql.transaction.tahoe.util.DeltaFileOperations$.list$1(DeltaFileOperations.scala:164)
&amp;nbsp;
at com.databricks.sql.transaction.tahoe.util.DeltaFileOperations$.$anonfun$listUsingLogStore$4(DeltaFileOperations.scala:178)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:486)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:492)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:491)
&amp;nbsp;
at scala.collection.Iterator$ConcatIterator.advance(Iterator.scala:199)
&amp;nbsp;
at scala.collection.Iterator$ConcatIterator.hasNext(Iterator.scala:227)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:490)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator.foreach(Iterator.scala:943)
&amp;nbsp;
at scala.collection.Iterator.foreach$(Iterator.scala:943)
&amp;nbsp;
at scala.collection.AbstractIterator.foreach(Iterator.scala:1431)
&amp;nbsp;
at com.databricks.sql.fileNotification.autoIngest.FileEventBackfiller.runInternal(FileEventWorkerThread.scala:982)
&amp;nbsp;
at com.databricks.sql.fileNotification.autoIngest.FileEventBackfiller.run(FileEventWorkerThread.scala:910)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 12:36:55 GMT</pubDate>
    <dc:creator>AmineHY</dc:creator>
    <dc:date>2022-11-14T12:36:55Z</dc:date>
    <item>
      <title>My DLT pipeline return ACL Verification Failed</title>
      <link>https://community.databricks.com/t5/data-engineering/my-dlt-pipeline-return-acl-verification-failed/m-p/22503#M15417</link>
      <description>&lt;UL&gt;&lt;LI&gt;Python Command&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;df = spark.read.format('csv').option('sep', ';').option("recursiveFileLookup", "true").load('dbfs:/***/data_files/PREVISIONS/')&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Here is the content of the folder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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/1205iE1CE6537517DF59F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Each folder contain the following files:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1203i3E426AF74733DC09/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt;Full log&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;org.apache.spark.sql.streaming.StreamingQueryException: Query table_bronze_previsions [id = 3656e25a-9467-4d69-ba21-9398418c2834, runId = 99be5641-dad8-4a8b-a649-dfd15df1bc80] terminated with exception: LISTSTATUS failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad] failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad][2022-11-14T04:31:18.1255273-08:00] [ServerRequestId:acb21291-fb11-4176-af44-71f212877bad]
&amp;nbsp;
at org.apache.spark.sql.execution.streaming.StreamExecution.org$apache$spark$sql$execution$streaming$StreamExecution$$runStream(StreamExecution.scala:381)
&amp;nbsp;
at org.apache.spark.sql.execution.streaming.StreamExecution$$anon$1.run(StreamExecution.scala:250)
&amp;nbsp;
org.apache.hadoop.security.AccessControlException: LISTSTATUS failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad] failed with error 0x83090aa2 (Forbidden. ACL verification failed. Either the resource does not exist or the user is not authorized to perform the requested operation.). [acb21291-fb11-4176-af44-71f212877bad][2022-11-14T04:31:18.1255273-08:00] [ServerRequestId:acb21291-fb11-4176-af44-71f212877bad]
&amp;nbsp;
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2)
&amp;nbsp;
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
&amp;nbsp;
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&amp;nbsp;
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.getRemoteException(ADLStoreClient.java:1299)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.getExceptionFromResponse(ADLStoreClient.java:1264)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectoryInternal(ADLStoreClient.java:636)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:610)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:473)
&amp;nbsp;
at com.microsoft.azure.datalake.store.ADLStoreClient.enumerateDirectory(ADLStoreClient.java:459)
&amp;nbsp;
at com.databricks.adl.AdlFileSystem.listStatus(AdlFileSystem.java:495)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.$anonfun$listStatusAsIterator$2(DatabricksFileSystemV2.scala:214)
&amp;nbsp;
at com.databricks.s3a.S3AExceptionUtils$.convertAWSExceptionToJavaIOException(DatabricksStreamUtils.scala:66)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.$anonfun$listStatusAsIterator$1(DatabricksFileSystemV2.scala:178)
&amp;nbsp;
at com.databricks.logging.UsageLogging.$anonfun$recordOperation$1(UsageLogging.scala:413)
&amp;nbsp;
at com.databricks.logging.UsageLogging.executeThunkAndCaptureResultTags$1(UsageLogging.scala:507)
&amp;nbsp;
at com.databricks.logging.UsageLogging.$anonfun$recordOperationWithResultTags$4(UsageLogging.scala:528)
&amp;nbsp;
at com.databricks.logging.Log4jUsageLoggingShim$.$anonfun$withAttributionContext$1(Log4jUsageLoggingShim.scala:32)
&amp;nbsp;
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
&amp;nbsp;
at com.databricks.logging.AttributionContext$.withValue(AttributionContext.scala:94)
&amp;nbsp;
at com.databricks.logging.Log4jUsageLoggingShim$.withAttributionContext(Log4jUsageLoggingShim.scala:30)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionContext(UsageLogging.scala:283)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionContext$(UsageLogging.scala:282)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.withAttributionContext(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionTags(UsageLogging.scala:318)
&amp;nbsp;
at com.databricks.logging.UsageLogging.withAttributionTags$(UsageLogging.scala:303)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.withAttributionTags(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperationWithResultTags(UsageLogging.scala:502)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperationWithResultTags$(UsageLogging.scala:422)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.recordOperationWithResultTags(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperation(UsageLogging.scala:413)
&amp;nbsp;
at com.databricks.logging.UsageLogging.recordOperation$(UsageLogging.scala:385)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DatabricksFileSystemV2.recordOperation(DatabricksFileSystemV2.scala:512)
&amp;nbsp;
at com.databricks.backend.daemon.data.client.DBFSV2.listStatusAsIterator(DatabricksFileSystemV2.scala:178)
&amp;nbsp;
at com.databricks.tahoe.store.EnhancedDatabricksFileSystemV2.listStatus(EnhancedFileSystem.scala:350)
&amp;nbsp;
at com.databricks.tahoe.store.AzureLogStore.listFrom(AzureLogStore.scala:36)
&amp;nbsp;
at com.databricks.tahoe.store.DelegatingLogStore.$anonfun$listFrom$1(DelegatingLogStore.scala:142)
&amp;nbsp;
at com.databricks.spark.util.FrameProfiler$.record(FrameProfiler.scala:80)
&amp;nbsp;
at com.databricks.tahoe.store.DelegatingLogStore.listFrom(DelegatingLogStore.scala:142)
&amp;nbsp;
at com.databricks.sql.transaction.tahoe.util.DeltaFileOperations$.list$1(DeltaFileOperations.scala:164)
&amp;nbsp;
at com.databricks.sql.transaction.tahoe.util.DeltaFileOperations$.$anonfun$listUsingLogStore$4(DeltaFileOperations.scala:178)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.nextCur(Iterator.scala:486)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:492)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:491)
&amp;nbsp;
at scala.collection.Iterator$ConcatIterator.advance(Iterator.scala:199)
&amp;nbsp;
at scala.collection.Iterator$ConcatIterator.hasNext(Iterator.scala:227)
&amp;nbsp;
at scala.collection.Iterator$$anon$11.hasNext(Iterator.scala:490)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator$$anon$12.hasNext(Iterator.scala:513)
&amp;nbsp;
at scala.collection.Iterator.foreach(Iterator.scala:943)
&amp;nbsp;
at scala.collection.Iterator.foreach$(Iterator.scala:943)
&amp;nbsp;
at scala.collection.AbstractIterator.foreach(Iterator.scala:1431)
&amp;nbsp;
at com.databricks.sql.fileNotification.autoIngest.FileEventBackfiller.runInternal(FileEventWorkerThread.scala:982)
&amp;nbsp;
at com.databricks.sql.fileNotification.autoIngest.FileEventBackfiller.run(FileEventWorkerThread.scala:910)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 12:36:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/my-dlt-pipeline-return-acl-verification-failed/m-p/22503#M15417</guid>
      <dc:creator>AmineHY</dc:creator>
      <dc:date>2022-11-14T12:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: My DLT pipeline return ACL Verification Failed</title>
      <link>https://community.databricks.com/t5/data-engineering/my-dlt-pipeline-return-acl-verification-failed/m-p/22505#M15419</link>
      <description>&lt;P&gt;Yes some of the files I don't have the right to access (mistakenly) &lt;/P&gt;&lt;P&gt;In this case, how do you think I can tell DTL to handle this exception and ignore the file,  since I can read some files but not all? &lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 13:17:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/my-dlt-pipeline-return-acl-verification-failed/m-p/22505#M15419</guid>
      <dc:creator>AmineHY</dc:creator>
      <dc:date>2022-11-16T13:17:50Z</dc:date>
    </item>
  </channel>
</rss>

