<?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 Trying to create external table in Hive Metastore in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76765#M35311</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Receiving this error: KeyProviderException: Failure to initialize configuration for storage account adlspersonal.dfs.core.windows.net: Invalid configuration value detected for fs.azure.account.key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I used hive meta store to save my table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%python
spark.read.table("catalog.default.table").write.option("path", "abfss://container@storage_acc.dfs.core.windows.net/dir1").saveAsTable("annual_enterprise_survey") &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, on running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%python

dbutils.fs.ls("abfss://container@storage_acc.dfs.core.windows.net/dir1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things are working perfectly. Why so?&lt;/P&gt;&lt;P&gt;Apart from this when trying to save tables in UC things are again working fine.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 13:17:28 GMT</pubDate>
    <dc:creator>mayank_gupta</dc:creator>
    <dc:date>2024-07-04T13:17:28Z</dc:date>
    <item>
      <title>Trying to create external table in Hive Metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76765#M35311</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Receiving this error: KeyProviderException: Failure to initialize configuration for storage account adlspersonal.dfs.core.windows.net: Invalid configuration value detected for fs.azure.account.key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I used hive meta store to save my table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%python
spark.read.table("catalog.default.table").write.option("path", "abfss://container@storage_acc.dfs.core.windows.net/dir1").saveAsTable("annual_enterprise_survey") &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, on running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%python

dbutils.fs.ls("abfss://container@storage_acc.dfs.core.windows.net/dir1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things are working perfectly. Why so?&lt;/P&gt;&lt;P&gt;Apart from this when trying to save tables in UC things are again working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 13:17:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76765#M35311</guid>
      <dc:creator>mayank_gupta</dc:creator>
      <dc:date>2024-07-04T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create external table in Hive Metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76800#M35326</link>
      <description>&lt;P&gt;not sure about that error, but try to do it using SQL, see if it will work&lt;BR /&gt;create table hive_metastore.annual_enterprise_survey as select * from catalog.defaul.table&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 17:45:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76800#M35326</guid>
      <dc:creator>amr</dc:creator>
      <dc:date>2024-07-04T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create external table in Hive Metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76815#M35333</link>
      <description>&lt;P&gt;I tried that too but received the same error. I am trying to understand the issue here. It says&amp;nbsp;&lt;SPAN&gt;Invalid configuration value detected for fs.azure.account.key. But the same is working when trying to list files.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 18:47:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-create-external-table-in-hive-metastore/m-p/76815#M35333</guid>
      <dc:creator>mayank_gupta</dc:creator>
      <dc:date>2024-07-04T18:47:32Z</dc:date>
    </item>
  </channel>
</rss>

