<?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: Databrick hive metastore location? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23927#M16601</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;metastore_url = sc._jsc.hadoopConfiguration().get("javax.jdo.option.ConnectionURL")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It is also visible in cluster logs when the cluster is starting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set your own metastore in Azure SQL or AWS RDS and connect it via a private link, so then it will be inside your infrastructure.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Apr 2022 16:31:23 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-04-02T16:31:23Z</dc:date>
    <item>
      <title>Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23926#M16600</link>
      <description>&lt;P&gt;In databrick, where is hive metastore location is it control plane or data plane? for prod systems  In terms of security what preventions should be taken to secure hive metastore?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 15:59:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23926#M16600</guid>
      <dc:creator>as999</dc:creator>
      <dc:date>2022-04-02T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23927#M16601</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;metastore_url = sc._jsc.hadoopConfiguration().get("javax.jdo.option.ConnectionURL")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It is also visible in cluster logs when the cluster is starting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set your own metastore in Azure SQL or AWS RDS and connect it via a private link, so then it will be inside your infrastructure.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 16:31:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23927#M16601</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-02T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23928#M16602</link>
      <description>&lt;P&gt;@as999​&amp;nbsp;, Any thought in GCP databricks platform, workspace going to configured with Private cluster and database managed ip's, does the default metastore will reside private clusters GKE?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 21:01:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23928#M16602</guid>
      <dc:creator>as999</dc:creator>
      <dc:date>2022-04-02T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23929#M16603</link>
      <description>&lt;P&gt;If you are using internal metastore . yes, this will under databricks  control plane (not exactly the control plane, but hosted in Databricks and managed by databricks). for external , it should as per your setup account.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 05:58:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23929#M16603</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-05-13T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23930#M16604</link>
      <description>&lt;P&gt;@as999​&amp;nbsp;The default metastore is managed by Databricks. If you are concerned about security and would like to have your own metastore you can go for the external metastore setup. You have the details steps in the below doc for setting up the external metastore.&lt;/P&gt;&lt;P&gt;AWS: &lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html" alt="https://docs.databricks.com/data/metastores/external-hive-metastore.html" target="_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GCP: &lt;A href="https://docs.gcp.databricks.com/data/metastores/external-hive-metastore.html" target="test_blank"&gt;https://docs.gcp.databricks.com/data/metastores/external-hive-metastore.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 09:58:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23930#M16604</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-05-18T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23931#M16605</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I tried to run the above command in community notebook and the return result is "none". Is it that we can only give the url in paid version?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="temp - Databricks Community Edition"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1969i39E20CC411D88D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp - Databricks Community Edition" alt="temp - Databricks Community Edition" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:47:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23931#M16605</guid>
      <dc:creator>irispan</dc:creator>
      <dc:date>2022-08-22T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23932#M16606</link>
      <description>&lt;P&gt;Also, may I know where to see the cluster logs when the cluster is starting, as you have suggested in the answer above?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:48:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23932#M16606</guid>
      <dc:creator>irispan</dc:creator>
      <dc:date>2022-08-22T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23933#M16607</link>
      <description>&lt;P&gt;i realized that this works in azure paid version but not in the community version&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 05:25:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/23933#M16607</guid>
      <dc:creator>295026</dc:creator>
      <dc:date>2022-08-24T05:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databrick hive metastore location?</title>
      <link>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/69519#M33901</link>
      <description>&lt;P&gt;Hey Atanu&lt;BR /&gt;Can you point to any documentation reference that says that? Also, is this behaviour same for unity catalog metastore?&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2024 07:50:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databrick-hive-metastore-location/m-p/69519#M33901</guid>
      <dc:creator>Dhruv-22</dc:creator>
      <dc:date>2024-05-18T07:50:24Z</dc:date>
    </item>
  </channel>
</rss>

