<?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: External metastore version in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21074#M14312</link>
    <description>&lt;P&gt;Databricks by default uses hive metastore version 0.13. However, it's possible to switch to a newer client version connecting to the internal Databricks metastore.  &lt;/P&gt;&lt;P&gt;Details are available here: &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html#spark-configuration-options" target="test_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html#spark-configuration-options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Set spark.sql.hive.metastore.version to the version of your Hive metastore and spark.sql.hive.metastore.jars as follows:
&amp;nbsp;
Hive 0.13: do not set spark.sql.hive.metastore.jars.
&amp;nbsp;
Hive 1.2.0 or 1.2.1 (Databricks Runtime 6.6 and below): set spark.sql.hive.metastore.jars to builtin.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to external metastore,  based on the use case and need a version can be selected. We recommend checking the compatibility matrix before deciding on the version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html#external-apache-hive-metastore" target="test_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html#external-apache-hive-metastore&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 13:28:55 GMT</pubDate>
    <dc:creator>brickster_2018</dc:creator>
    <dc:date>2021-06-24T13:28:55Z</dc:date>
    <item>
      <title>External metastore version</title>
      <link>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21073#M14311</link>
      <description>&lt;P&gt;I am setting up an external metastore to connect my Databricks cluster. Which is the preferred and recommended Hive metastore version? Also are there any preference or recommendations on the database instance size/type&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 22:59:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21073#M14311</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T22:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: External metastore version</title>
      <link>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21074#M14312</link>
      <description>&lt;P&gt;Databricks by default uses hive metastore version 0.13. However, it's possible to switch to a newer client version connecting to the internal Databricks metastore.  &lt;/P&gt;&lt;P&gt;Details are available here: &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html#spark-configuration-options" target="test_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html#spark-configuration-options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Set spark.sql.hive.metastore.version to the version of your Hive metastore and spark.sql.hive.metastore.jars as follows:
&amp;nbsp;
Hive 0.13: do not set spark.sql.hive.metastore.jars.
&amp;nbsp;
Hive 1.2.0 or 1.2.1 (Databricks Runtime 6.6 and below): set spark.sql.hive.metastore.jars to builtin.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to external metastore,  based on the use case and need a version can be selected. We recommend checking the compatibility matrix before deciding on the version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html#external-apache-hive-metastore" target="test_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html#external-apache-hive-metastore&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 13:28:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21074#M14312</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-24T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: External metastore version</title>
      <link>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21075#M14313</link>
      <description>&lt;P&gt;@Harikrishnan Kunhumveettil​&amp;nbsp;  we use databricks runtime 7.3LTS and 9.1LTS.  And external hive metastore hosted on azue sql db.  Using global init script I have set spark.sql.hive.metastore.version 2.3.7 and downloaded spark.sql.hive.metastore.jars from maven.   &lt;/P&gt;&lt;P&gt;To create tables in metastore sql server db  (not the delta tables but the metastore tables) , I used a sql script from apache hive website.  There is dbo.version table with one row which defines the metastore version.    How do I upgrade to metastore 3.1.0 version? &lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 05:44:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-metastore-version/m-p/21075#M14313</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-11-23T05:44:17Z</dc:date>
    </item>
  </channel>
</rss>

