<?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 How this is possible? access error in storage, after selecting data from an delta IN THE STORAGE in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9945#M390</link>
    <description>&lt;P&gt;Hi people, i`m using databricks Runtime 11.2 - Clusters Standard_F4 with Unity Catalog enabled and the service principals working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I literally perform an select in two delta tables that is in the storage X, &lt;/P&gt;&lt;P&gt;the display() works, if i try to write an new delta table it works,&lt;/P&gt;&lt;P&gt;but when i perform an union() in these dataframes, the result dataframe generated give`s the error "Failure to initialize configurationInvalid configuration value detected for fs.azure.account.key" when i try an simple display, so, how the **** this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;traceback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Py4JJavaError: An error occurred while calling o847.showString.
: Failure to initialize configurationInvalid configuration value detected for fs.azure.account.key
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider.getStorageAccountKey(SimpleKeyProvider.java:51)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AbfsConfiguration.getStorageAccountKey(AbfsConfiguration.java:593)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.initializeClient(AzureBlobFileSystemStore.java:1847)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.(AzureBlobFileSystemStore.java:227)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.initialize(AzureBlobFileSystem.java:142)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3469)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:537)
	at org.apache.hadoop.fs.Path.getFileSystem(Path.java:365)
	at com.databricks.unity.SAM.createDelegate(SAM.scala:126)
	at com.databricks.unity.SAM.createDelegate$(SAM.scala:119)
	at com.databricks.unity.ClusterDefaultSAM$.createDelegate(SAM.scala:136)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.createDelegate(CredentialScopeFileSystem.scala:80)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.$anonfun$setDelegates$1(CredentialScopeFileSystem.scala:133)
	at com.databricks.sql.acl.fs.Lazy.apply(DelegatingFileSystem.scala:286)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.getReadDelegate(CredentialScopeFileSystem.scala:108)
	at com.databricks.backend.daemon.driver.DatabricksFileSystemHelper$.unwrapFileSystem(DatabricksFileSystemHelper.scala:52)
	at com.databricks.tahoe.store.DelegatingLogStore.getDelegate(DelegatingLogStore.scala:179)
	at com.databricks.tahoe.store.DelegatingLogStore.$anonfun$listFromUnsafe$1(DelegatingLogStore.scala:278)
	at com.databricks.spark.util.FrameProfiler$.record(FrameProfiler.scala:80)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 13:30:42 GMT</pubDate>
    <dc:creator>Guilherme</dc:creator>
    <dc:date>2023-02-06T13:30:42Z</dc:date>
    <item>
      <title>How this is possible? access error in storage, after selecting data from an delta IN THE STORAGE</title>
      <link>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9945#M390</link>
      <description>&lt;P&gt;Hi people, i`m using databricks Runtime 11.2 - Clusters Standard_F4 with Unity Catalog enabled and the service principals working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I literally perform an select in two delta tables that is in the storage X, &lt;/P&gt;&lt;P&gt;the display() works, if i try to write an new delta table it works,&lt;/P&gt;&lt;P&gt;but when i perform an union() in these dataframes, the result dataframe generated give`s the error "Failure to initialize configurationInvalid configuration value detected for fs.azure.account.key" when i try an simple display, so, how the **** this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;traceback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Py4JJavaError: An error occurred while calling o847.showString.
: Failure to initialize configurationInvalid configuration value detected for fs.azure.account.key
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider.getStorageAccountKey(SimpleKeyProvider.java:51)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AbfsConfiguration.getStorageAccountKey(AbfsConfiguration.java:593)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.initializeClient(AzureBlobFileSystemStore.java:1847)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.(AzureBlobFileSystemStore.java:227)
	at shaded.databricks.azurebfs.org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.initialize(AzureBlobFileSystem.java:142)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3469)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:537)
	at org.apache.hadoop.fs.Path.getFileSystem(Path.java:365)
	at com.databricks.unity.SAM.createDelegate(SAM.scala:126)
	at com.databricks.unity.SAM.createDelegate$(SAM.scala:119)
	at com.databricks.unity.ClusterDefaultSAM$.createDelegate(SAM.scala:136)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.createDelegate(CredentialScopeFileSystem.scala:80)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.$anonfun$setDelegates$1(CredentialScopeFileSystem.scala:133)
	at com.databricks.sql.acl.fs.Lazy.apply(DelegatingFileSystem.scala:286)
	at com.databricks.sql.acl.fs.CredentialScopeFileSystem.getReadDelegate(CredentialScopeFileSystem.scala:108)
	at com.databricks.backend.daemon.driver.DatabricksFileSystemHelper$.unwrapFileSystem(DatabricksFileSystemHelper.scala:52)
	at com.databricks.tahoe.store.DelegatingLogStore.getDelegate(DelegatingLogStore.scala:179)
	at com.databricks.tahoe.store.DelegatingLogStore.$anonfun$listFromUnsafe$1(DelegatingLogStore.scala:278)
	at com.databricks.spark.util.FrameProfiler$.record(FrameProfiler.scala:80)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:30:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9945#M390</guid>
      <dc:creator>Guilherme</dc:creator>
      <dc:date>2023-02-06T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How this is possible? access error in storage, after selecting data from an delta IN THE STORAGE</title>
      <link>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9946#M391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following article will help you to resolve this error message &lt;A href="https://medium.com/@kyle.hale/troubleshooting-invalid-configuration-value-detected-for-fs-azure-account-key-6c6fcc67b217" target="test_blank"&gt;https://medium.com/@kyle.hale/troubleshooting-invalid-configuration-value-detected-for-fs-azure-account-key-6c6fcc67b217&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 22:14:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9946#M391</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-02-22T22:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: How this is possible? access error in storage, after selecting data from an delta IN THE STORAGE</title>
      <link>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9947#M392</link>
      <description>&lt;P&gt;Hi @Guilherme Cesar​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 07:31:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-this-is-possible-access-error-in-storage-after-selecting/m-p/9947#M392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-08T07:31:07Z</dc:date>
    </item>
  </channel>
</rss>

