<?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: UnknownHostException in Unity Catalog in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27044#M836</link>
    <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;Thanks for the feedback. This solved my issue. Had to add some private endpoints to the underlying storage accounts in where the catalog was referencing data from. &lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2022 09:43:42 GMT</pubDate>
    <dc:creator>ossinova</dc:creator>
    <dc:date>2022-10-24T09:43:42Z</dc:date>
    <item>
      <title>UnknownHostException in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27040#M832</link>
      <description>&lt;P&gt;I have a few catalogs in databricks (using Unity Catalog). Each catalog (DEV, TEST, PROD) having its own external location (ADLSv2) and being tied to its own dbx workspace. Seeing how unity unifies the data, access policies and the metastore I would assume I could query data in PROD from DEV and vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am getting this error when trying to do so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;-- in dev environment
USE CATALOG prod;
SELECT * FROM bronze.demo;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Error in SQL statement: ExecutionException: Status code: -1 error code: null error message: Cannot resolve hostname: &lt;A href="https://xxxxPRODxxx.dfs.core.windows.net" alt="https://xxxxPRODxxx.dfs.core.windows.net" target="_blank"&gt;xxxxPRODxxx.dfs.core.windows.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;java.net.UnknownHostException: &lt;A href="https://xxxxPRODxxx.dfs.core.windows.net" alt="https://xxxxPRODxxx.dfs.core.windows.net" target="_blank"&gt;xxxxPRODxxx.dfs.core.windows.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:39:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27040#M832</guid>
      <dc:creator>ossinova</dc:creator>
      <dc:date>2022-10-17T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: UnknownHostException in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27041#M833</link>
      <description>&lt;P&gt;@Oscar Dyremyhr​&amp;nbsp;It looks issue is not specific to unity catalog, but DNS resolution, can you try below steps from your unity catalog configured cluster by following below steps in article&lt;/P&gt;&lt;P&gt; &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/kb/clusters/unknown-host-exception-on-launch" alt="https://learn.microsoft.com/en-us/azure/databricks/kb/clusters/unknown-host-exception-on-launch" target="_blank"&gt;UnknownHostException on cluster launch - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:20:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27041#M833</guid>
      <dc:creator>karthik_p</dc:creator>
      <dc:date>2022-10-17T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: UnknownHostException in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27042#M834</link>
      <description>&lt;P&gt;@karthik p​&amp;nbsp;The issue is not upon cluster launch, although it might be related. I am still able to access data from DEV. I will take a look. &lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:40:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27042#M834</guid>
      <dc:creator>ossinova</dc:creator>
      <dc:date>2022-10-17T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: UnknownHostException in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27044#M836</link>
      <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;Thanks for the feedback. This solved my issue. Had to add some private endpoints to the underlying storage accounts in where the catalog was referencing data from. &lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 09:43:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27044#M836</guid>
      <dc:creator>ossinova</dc:creator>
      <dc:date>2022-10-24T09:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: UnknownHostException in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27043#M835</link>
      <description>&lt;P&gt;Hi @Oscar Dyremyhr​&amp;nbsp;, looking at the error it looks like it is not able to resolve the hostname, could you please try to nslookup the hostname and see if it is getting resolved? Also, what is used in your connection string? ("account" can be used)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 06:33:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unknownhostexception-in-unity-catalog/m-p/27043#M835</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-10-18T06:33:46Z</dc:date>
    </item>
  </channel>
</rss>

