<?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: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35115#M25788</link>
    <description>&lt;P&gt;&lt;B&gt;Retest on 2021-12-29&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Suddenly working with DBR 9.1&lt;/B&gt;, reason unclear (no change to environment, cluster, notebook, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem persists in DBR 10.0 - 10.2&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 14:45:04 GMT</pubDate>
    <dc:creator>Axel_Schwanke</dc:creator>
    <dc:date>2021-12-29T14:45:04Z</dc:date>
    <item>
      <title>Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35109#M25782</link>
      <description>&lt;P&gt;I have a simple SparkSQL Select statement&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;offers_df = (spark.sql("""
SELECT *
FROM delta.`{}`
""".format(TABLE_LOCATION)))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It runs under DBR 9.0 and previous. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When changing the DBR to 9.1 ...10.1   &lt;/P&gt;&lt;P&gt;I get an exception&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;org.apache.spark.SparkException: Unable to fetch tables of db delta at org.apache.spark.sql.errors.QueryExecutionErrors$.cannotFetchTablesOfDatabaseError(QueryExecutionErrors.scala:1353)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;spark_conf of the cluster&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    "spark_conf": {
        "spark.hadoop.fs.s3a.canned.acl": "BucketOwnerFullControl",
        "spark.databricks.hive.metastore.glueCatalog.enabled": "true",
        "spark.hadoop.fs.s3a.acl.default": "BucketOwnerFullControl"
    },&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when removing the glueCatalog entry, the Select statement works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How can the AWS Glue Catalogue be used in DBR 9.1 .. 10.1 ?&lt;/P&gt;&lt;P&gt;How to configure it in spark_conf?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 13:49:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35109#M25782</guid>
      <dc:creator>Axel_Schwanke</dc:creator>
      <dc:date>2021-11-15T13:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35111#M25784</link>
      <description>&lt;P&gt;Hi @Axel Schwanke​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did a comparison between DBR 9.1 and DBR 10.1 and both have the same library version for Glue. &lt;/P&gt;&lt;P&gt;DBR 9.1  &lt;A href="https://docs.databricks.com/release-notes/runtime/9.1.html" target="test_blank"&gt;https://docs.databricks.com/release-notes/runtime/9.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;DBR 10.1 &lt;A href="https://docs.databricks.com/release-notes/runtime/10.1.html" target="test_blank"&gt;https://docs.databricks.com/release-notes/runtime/10.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a high concurrency or standard cluster? &lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:50:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35111#M25784</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-11-29T19:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35112#M25785</link>
      <description>&lt;P&gt;No, just a standard cluster.&lt;/P&gt;&lt;P&gt;Everythings works in DBR 9.0, but problem in 9.1 or later&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 07:30:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35112#M25785</guid>
      <dc:creator>Axel_Schwanke</dc:creator>
      <dc:date>2021-11-30T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35113#M25786</link>
      <description>&lt;P&gt;Hai @Axel Schwanke​&amp;nbsp; We currently have an engineering ticket raised to resolve this issue, we are contemplating the issue is caused because of &lt;A href="https://issues.apache.org/jira/browse/SPARK-35531" alt="https://issues.apache.org/jira/browse/SPARK-35531" target="_blank"&gt;[SPARK-35531]&lt;/A&gt;&amp;nbsp; in the latest release of 10.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, please continue using the DBR 9.x&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:39:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35113#M25786</guid>
      <dc:creator>User16752242491</dc:creator>
      <dc:date>2021-11-30T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35114#M25787</link>
      <description>&lt;P&gt;thanks for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBR 9.1 was the first version,  that had this problem.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 12:37:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35114#M25787</guid>
      <dc:creator>Axel_Schwanke</dc:creator>
      <dc:date>2021-11-30T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35115#M25788</link>
      <description>&lt;P&gt;&lt;B&gt;Retest on 2021-12-29&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Suddenly working with DBR 9.1&lt;/B&gt;, reason unclear (no change to environment, cluster, notebook, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem persists in DBR 10.0 - 10.2&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 14:45:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35115#M25788</guid>
      <dc:creator>Axel_Schwanke</dc:creator>
      <dc:date>2021-12-29T14:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35116#M25789</link>
      <description>&lt;P&gt;@Axel Schwanke​&amp;nbsp;- Thank you for the update. I'll pass the information along. Thanks in advance for your patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 17:22:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35116#M25789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-30T17:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with AWS Glue metacatalogue and DBR 9.1 ... 10.1</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35117#M25790</link>
      <description>&lt;P&gt;Retest in DBR 10.3 beta SUCCESSFUL.&lt;/P&gt;&lt;P&gt;Problem does not occur in DBR 10.3 beta&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 08:59:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-with-aws-glue-metacatalogue-and-dbr-9-1-10-1/m-p/35117#M25790</guid>
      <dc:creator>Axel_Schwanke</dc:creator>
      <dc:date>2022-01-28T08:59:18Z</dc:date>
    </item>
  </channel>
</rss>

